albertvillanova HF staff commited on
Commit
8f27178
1 Parent(s): 9477bd5

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (4d1ded63f3bc8cfce5b8ea943d41ff023b4bc692)

Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -7,7 +7,6 @@ language:
7
  - tn
8
  license:
9
  - other
10
- license_details: Creative Commons Attribution 2.5 South Africa License
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -18,8 +17,8 @@ task_categories:
18
  - token-classification
19
  task_ids:
20
  - named-entity-recognition
21
- paperswithcode_id: null
22
  pretty_name: Setswana NER Corpus
 
23
  dataset_info:
24
  features:
25
  - name: id
@@ -30,15 +29,15 @@ dataset_info:
30
  sequence:
31
  class_label:
32
  names:
33
- 0: OUT
34
- 1: B-PERS
35
- 2: I-PERS
36
- 3: B-ORG
37
- 4: I-ORG
38
- 5: B-LOC
39
- 6: I-LOC
40
- 7: B-MISC
41
- 8: I-MISC
42
  config_name: setswana_ner_corpus
43
  splits:
44
  - name: train
7
  - tn
8
  license:
9
  - other
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
 
20
  pretty_name: Setswana NER Corpus
21
+ license_details: Creative Commons Attribution 2.5 South Africa License
22
  dataset_info:
23
  features:
24
  - name: id
29
  sequence:
30
  class_label:
31
  names:
32
+ '0': OUT
33
+ '1': B-PERS
34
+ '2': I-PERS
35
+ '3': B-ORG
36
+ '4': I-ORG
37
+ '5': B-LOC
38
+ '6': I-LOC
39
+ '7': B-MISC
40
+ '8': I-MISC
41
  config_name: setswana_ner_corpus
42
  splits:
43
  - name: train