Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,14 @@ configs:
|
|
| 33 |
path: "USA_Summer/test_filtered.csv"
|
| 34 |
- split: val
|
| 35 |
path: "USA_Summer/valid_filtered.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
license: cc-by-nc-nd-4.0
|
| 38 |
---
|
|
|
|
| 33 |
path: "USA_Summer/test_filtered.csv"
|
| 34 |
- split: val
|
| 35 |
path: "USA_Summer/valid_filtered.csv"
|
| 36 |
+
- config_name: species_id
|
| 37 |
+
data_files:
|
| 38 |
+
- split: kenya
|
| 39 |
+
path: "Kenya/species_list.csv"
|
| 40 |
+
- split: south_africa
|
| 41 |
+
path: "South_Africa/species_list.csv"
|
| 42 |
+
- split: usa_winter
|
| 43 |
+
path: "USA_Winter/species_list.csv"
|
| 44 |
|
| 45 |
license: cc-by-nc-nd-4.0
|
| 46 |
---
|