itsskofficial commited on
Commit
af48696
·
verified ·
1 Parent(s): 90153fd

Upload 2 files

Browse files
Files changed (2) hide show
  1. dataset_dict.json +1 -0
  2. id2label.json +4 -0
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
id2label.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "1": "roads",
3
+ "2": "other"
4
+ }