chore: add config.yaml to enable HF download tracking
Browse files- config.yaml +18 -0
config.yaml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
path: trash-detector
|
2 |
+
train: trash-detector_train.txt
|
3 |
+
val: trash-detector_val.txt
|
4 |
+
test: trash-detector_test.txt
|
5 |
+
names:
|
6 |
+
0: trash
|
7 |
+
1: eel
|
8 |
+
2: rov
|
9 |
+
3: starfish
|
10 |
+
4: fish
|
11 |
+
5: crab
|
12 |
+
6: plant
|
13 |
+
7: animal_misc
|
14 |
+
8: shells
|
15 |
+
9: bird
|
16 |
+
10: shark
|
17 |
+
11: jellyfish
|
18 |
+
12: ray
|