apetulante commited on
Commit
3cea696
·
1 Parent(s): 8e716ee

Update mortars_test.py

Browse files
Files changed (1) hide show
  1. mortars_test.py +3 -3
mortars_test.py CHANGED
@@ -33,9 +33,9 @@ Uganda and collected by the Makerere AI research lab.
33
  """
34
 
35
  _URLS = {
36
- "train": "https://huggingface.co/datasets/apetulante/mortars_test/tree/main/train.zip",
37
- "validation": "https://huggingface.co/datasets/apetulante/mortars_test/tree/main/validation.zip",
38
- "test": "https://huggingface.co/datasets/apetulante/mortars_test/tree/main/test.zip",
39
  }
40
 
41
  _NAMES = ["Obsidian", "Chert", "Sand"]
 
33
  """
34
 
35
  _URLS = {
36
+ "train": "https://huggingface.co/datasets/apetulante/mortars_test/train.zip",
37
+ "validation": "https://huggingface.co/datasets/apetulante/mortars_test/validation.zip",
38
+ "test": "https://huggingface.co/datasets/apetulante/mortars_test/test.zip",
39
  }
40
 
41
  _NAMES = ["Obsidian", "Chert", "Sand"]