BayanDuygu commited on
Commit
a18e7df
·
verified ·
1 Parent(s): 47e50f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +110 -3
README.md CHANGED
@@ -1,3 +1,110 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license:
5
+ - cc-by-sa-4.0
6
+ multilinguality:
7
+ - monolingual
8
+ config_names:
9
+ - BOUN
10
+ - IMST
11
+ dataset_info:
12
+ - config_name: BOUN
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: text
17
+ dtype: string
18
+ - name: tokens
19
+ list:
20
+ dtype: string
21
+ - name: upos
22
+ list:
23
+ dtype: string
24
+ - name: heads
25
+ list:
26
+ dtype: int32
27
+ - name: rels
28
+ list:
29
+ dtype: string
30
+ - name: feats
31
+ list:
32
+ dtype: string
33
+ - name: feats_dict_json
34
+ list:
35
+ dtype: string
36
+ - config_name: IMST
37
+ features:
38
+ - name: id
39
+ dtype: string
40
+ - name: text
41
+ dtype: string
42
+ - name: tokens
43
+ list:
44
+ dtype: string
45
+ - name: upos
46
+ list:
47
+ dtype: string
48
+ - name: heads
49
+ list:
50
+ dtype: int32
51
+ - name: rels
52
+ list:
53
+ dtype: string
54
+ - name: feats
55
+ list:
56
+ dtype: string
57
+ - name: feats_dict_json
58
+ list:
59
+ dtype: string
60
+ splits:
61
+ - name: train
62
+ num_bytes: 116892
63
+ num_examples: 3435
64
+ - name: validation
65
+ num_bytes: 116892
66
+ num_examples: 1100
67
+ - name: test
68
+ num_bytes: 116892
69
+ num_examples: 1100
70
+ configs:
71
+ - config_name: BOUN
72
+ data_files:
73
+ - split: train
74
+ path: BOUN/train.jsonl
75
+ - split: test
76
+ path: BOUN/test.jsonl
77
+ - split: validation
78
+ path: BOUN/dev.jsonl
79
+ - config_name: IMST
80
+ data_files:
81
+ - split: train
82
+ path: IMST/train.jsonl
83
+ - split: test
84
+ path: IMST/test.jsonl
85
+ - split: validation
86
+ path: IMST/dev.jsonl
87
+ ---
88
+ ---
89
+
90
+
91
+ <img src="https://raw.githubusercontent.com/turkish-nlp-suite/.github/main/profile/MediTurcaTextlogo.png" width="30%" height="30%">
92
+
93
+ # Turkkish Treebank Benchmarking
94
+
95
+ | Dataset | train size | dev size | test size|
96
+ |---|---|---|---|
97
+ | BOUN | 27.489.737 |36GB | 4.41B |
98
+ |===============|=============|=============|==========|
99
+ | IMST | 69.703 | 6.8GB | 839M |
100
+ |===============|==============|============|===========|
101
+
102
+
103
+
104
+ A typical instance from the dataset looks like:
105
+
106
+
107
+
108
+
109
+ ## Acknowledgments
110
+ This research was supported with Cloud TPUs from Google's TPU Research Cloud (TRC).