chore: add config.yaml to enable HF download tracking
Browse files- config.yaml +9 -0
config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
path: vulnerable-marine-ecosystems
|
| 2 |
+
train: vulnerable-marine-ecosystems_train.txt
|
| 3 |
+
val: vulnerable-marine-ecosystems_val.txt
|
| 4 |
+
test: vulnerable-marine-ecosystems_test.txt
|
| 5 |
+
names:
|
| 6 |
+
0: Coral
|
| 7 |
+
1: Crinoid
|
| 8 |
+
2: Fish
|
| 9 |
+
3: Sponge
|