albertvillanova HF staff commited on
Commit
6a29cc2
1 Parent(s): 72769ab

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (7c940f3f6233d0e3130ccbc1f441100e7a066196)

Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
20
- paperswithcode_id: null
21
  pretty_name: eHealth-KD
22
  tags:
23
  - relation-prediction
@@ -35,10 +34,10 @@ dataset_info:
35
  dtype:
36
  class_label:
37
  names:
38
- 0: Concept
39
- 1: Action
40
- 2: Predicate
41
- 3: Reference
42
  - name: start_character
43
  dtype: int32
44
  - name: end_character
@@ -51,19 +50,19 @@ dataset_info:
51
  dtype:
52
  class_label:
53
  names:
54
- 0: is-a
55
- 1: same-as
56
- 2: has-property
57
- 3: part-of
58
- 4: causes
59
- 5: entails
60
- 6: in-time
61
- 7: in-place
62
- 8: in-context
63
- 9: subject
64
- 10: target
65
- 11: domain
66
- 12: arg
67
  - name: arg1
68
  dtype: string
69
  - name: arg2
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
 
20
  pretty_name: eHealth-KD
21
  tags:
22
  - relation-prediction
34
  dtype:
35
  class_label:
36
  names:
37
+ '0': Concept
38
+ '1': Action
39
+ '2': Predicate
40
+ '3': Reference
41
  - name: start_character
42
  dtype: int32
43
  - name: end_character
50
  dtype:
51
  class_label:
52
  names:
53
+ '0': is-a
54
+ '1': same-as
55
+ '2': has-property
56
+ '3': part-of
57
+ '4': causes
58
+ '5': entails
59
+ '6': in-time
60
+ '7': in-place
61
+ '8': in-context
62
+ '9': subject
63
+ '10': target
64
+ '11': domain
65
+ '12': arg
66
  - name: arg1
67
  dtype: string
68
  - name: arg2