davidadamczyk commited on
Commit
77beabf
1 Parent(s): 3273b2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  dataset_info:
4
  features:
5
  - name: sentence
@@ -10,13 +10,13 @@ dataset_info:
10
  dtype: int64
11
  splits:
12
  - name: train
13
- num_bytes: 2886.0
14
  num_examples: 20
15
  - name: test
16
- num_bytes: 89055.0
17
  num_examples: 607
18
  download_size: 55565
19
- dataset_size: 91941.0
20
  configs:
21
  - config_name: default
22
  data_files:
@@ -24,4 +24,26 @@ configs:
24
  path: data/train-*
25
  - split: test
26
  path: data/test-*
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc
3
  dataset_info:
4
  features:
5
  - name: sentence
 
10
  dtype: int64
11
  splits:
12
  - name: train
13
+ num_bytes: 2886
14
  num_examples: 20
15
  - name: test
16
+ num_bytes: 89055
17
  num_examples: 607
18
  download_size: 55565
19
+ dataset_size: 91941
20
  configs:
21
  - config_name: default
22
  data_files:
 
24
  path: data/train-*
25
  - split: test
26
  path: data/test-*
27
+ task_categories:
28
+ - text-classification
29
+ language:
30
+ - cs
31
+ pretty_name: Czech grammar agreement dataset (AGREE)
32
  ---
33
+ # Czech grammar agreement dataset (AGREE)
34
+
35
+ This is an adapted and filtered test subset from the original [Czech grammar agreement dataset](https://nlp.fi.muni.cz/~xbaisa/agree/)
36
+
37
+ ## Citation
38
+
39
+ ```bibtex
40
+ @PhdThesis{Baisa2016thesis,
41
+ AUTHOR = "Baisa, Vít",
42
+ TITLE = "Byte Level Language Models [online]",
43
+ YEAR = "2016 [cit. 2024-08-28]",
44
+ TYPE = "Disertační práce",
45
+ SCHOOL = "Masarykova univerzita, Fakulta informatiky, Brno",
46
+ NOTE = "SUPERVISOR : Karel Pala",
47
+ URL = "https://is.muni.cz/th/en6ay/",
48
+ }
49
+ ```