arxyzan commited on
Commit
ecbe00a
1 Parent(s): eaa1e27

Upload dataset

Browse files
README.md CHANGED
@@ -1,9 +1,46 @@
1
  ---
2
- task_categories:
3
- - token-classification
4
  language:
5
  - fa
 
 
6
  pretty_name: ParsTwiNER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  ParsTwiNER dataset created by Aghajani et al. [Paper](https://paperswithcode.com/paper/parstwiner-a-corpus-for-named-entity)
9
 
 
1
  ---
 
 
2
  language:
3
  - fa
4
+ task_categories:
5
+ - token-classification
6
  pretty_name: ParsTwiNER
7
+ dataset_info:
8
+ features:
9
+ - name: tokens
10
+ sequence: string
11
+ - name: ner_tags
12
+ sequence:
13
+ class_label:
14
+ names:
15
+ '0': O
16
+ '1': B-POG
17
+ '2': I-POG
18
+ '3': B-PER
19
+ '4': I-PER
20
+ '5': B-ORG
21
+ '6': I-ORG
22
+ '7': B-NAT
23
+ '8': I-NAT
24
+ '9': B-LOC
25
+ '10': I-LOC
26
+ '11': B-EVE
27
+ '12': I-EVE
28
+ splits:
29
+ - name: train
30
+ num_bytes: 4434479
31
+ num_examples: 6865
32
+ - name: test
33
+ num_bytes: 198933
34
+ num_examples: 304
35
+ download_size: 1041183
36
+ dataset_size: 4633412
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ - split: test
43
+ path: data/test-*
44
  ---
45
  ParsTwiNER dataset created by Aghajani et al. [Paper](https://paperswithcode.com/paper/parstwiner-a-corpus-for-named-entity)
46
 
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090e189b9fc6f1ad33ab2e6f7b27a4559af15b67a2be9320d5c087342ca41fa4
3
+ size 51574
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf7c687d8473f1a4a64a36422c908c57b8d1ad37b85e1e2ca86e38ba60030c0
3
+ size 989609