Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
9611042
1 Parent(s): 80c6003

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (deff72441baf8172d4c40d4195a9d10a7e216013)

Files changed (1) hide show
  1. README.md +16 -17
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - semantic-similarity-classification
20
- paperswithcode_id: null
21
  pretty_name: wrbsc
22
  dataset_info:
23
  features:
@@ -29,22 +28,22 @@ dataset_info:
29
  dtype:
30
  class_label:
31
  names:
32
- 0: Krzyżowanie_się
33
- 1: Tło_historyczne
34
- 2: Źródło
35
- 3: Dalsze_informacje
36
- 4: Zawieranie
37
- 5: Opis
38
- 6: Uszczegółowienie
39
- 7: Parafraza
40
- 8: Spełnienie
41
- 9: Mowa_zależna
42
- 10: Zmiana_poglądu
43
- 11: Streszczenie
44
- 12: Tożsamość
45
- 13: Sprzeczność
46
- 14: Modalność
47
- 15: Cytowanie
48
  splits:
49
  - name: train
50
  num_bytes: 779881
17
  - text-classification
18
  task_ids:
19
  - semantic-similarity-classification
 
20
  pretty_name: wrbsc
21
  dataset_info:
22
  features:
28
  dtype:
29
  class_label:
30
  names:
31
+ '0': Krzyżowanie_się
32
+ '1': Tło_historyczne
33
+ '2': Źródło
34
+ '3': Dalsze_informacje
35
+ '4': Zawieranie
36
+ '5': Opis
37
+ '6': Uszczegółowienie
38
+ '7': Parafraza
39
+ '8': Spełnienie
40
+ '9': Mowa_zależna
41
+ '10': Zmiana_poglądu
42
+ '11': Streszczenie
43
+ '12': Tożsamość
44
+ '13': Sprzeczność
45
+ '14': Modalność
46
+ '15': Cytowanie
47
  splits:
48
  - name: train
49
  num_bytes: 779881