albertvillanova HF staff commited on
Commit
678294c
1 Parent(s): 1004a77

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (392710613f4e7499d144c05ae59d4471fb41dd59)

Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -6,8 +6,6 @@ language_creators:
6
  - found
7
  language:
8
  - sv
9
- language_bcp47:
10
- - sv-SE
11
  license:
12
  - cc-by-sa-4.0
13
  multilinguality:
@@ -21,6 +19,8 @@ task_categories:
21
  task_ids:
22
  - named-entity-recognition
23
  pretty_name: SwedMedNER
 
 
24
  dataset_info:
25
  - config_name: wiki
26
  features:
@@ -40,9 +40,9 @@ dataset_info:
40
  dtype:
41
  class_label:
42
  names:
43
- 0: Disorder and Finding
44
- 1: Pharmaceutical Drug
45
- 2: Body Structure
46
  splits:
47
  - name: train
48
  num_bytes: 7044714
@@ -67,9 +67,9 @@ dataset_info:
67
  dtype:
68
  class_label:
69
  names:
70
- 0: Disorder and Finding
71
- 1: Pharmaceutical Drug
72
- 2: Body Structure
73
  splits:
74
  - name: train
75
  num_bytes: 97955287
@@ -94,9 +94,9 @@ dataset_info:
94
  dtype:
95
  class_label:
96
  names:
97
- 0: Disorder and Finding
98
- 1: Pharmaceutical Drug
99
- 2: Body Structure
100
  splits:
101
  - name: train
102
  num_bytes: 159007
6
  - found
7
  language:
8
  - sv
 
 
9
  license:
10
  - cc-by-sa-4.0
11
  multilinguality:
19
  task_ids:
20
  - named-entity-recognition
21
  pretty_name: SwedMedNER
22
+ language_bcp47:
23
+ - sv-SE
24
  dataset_info:
25
  - config_name: wiki
26
  features:
40
  dtype:
41
  class_label:
42
  names:
43
+ '0': Disorder and Finding
44
+ '1': Pharmaceutical Drug
45
+ '2': Body Structure
46
  splits:
47
  - name: train
48
  num_bytes: 7044714
67
  dtype:
68
  class_label:
69
  names:
70
+ '0': Disorder and Finding
71
+ '1': Pharmaceutical Drug
72
+ '2': Body Structure
73
  splits:
74
  - name: train
75
  num_bytes: 97955287
94
  dtype:
95
  class_label:
96
  names:
97
+ '0': Disorder and Finding
98
+ '1': Pharmaceutical Drug
99
+ '2': Body Structure
100
  splits:
101
  - name: train
102
  num_bytes: 159007