arxyzan commited on
Commit
f2ea0ba
1 Parent(s): 787cfc7

Upload dataset

Browse files
README.md CHANGED
@@ -1,9 +1,56 @@
1
  ---
2
- task_categories:
3
- - token-classification
4
  language:
5
  - fa
 
 
6
  pretty_name: LSCP Dataset (500k samples version)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  This is a 500 thousand sample version of the original [LSCP dataset](https://iasbs.ac.ir/~ansari/lscp/) that only contains the text and part-of-speech tags and is used for sequence labeling.
 
1
  ---
 
 
2
  language:
3
  - fa
4
+ task_categories:
5
+ - token-classification
6
  pretty_name: LSCP Dataset (500k samples version)
7
+ dataset_info:
8
+ features:
9
+ - name: tokens
10
+ sequence: string
11
+ - name: pos_tags
12
+ sequence:
13
+ class_label:
14
+ names:
15
+ '0': P
16
+ '1': Ne
17
+ '2': PRO
18
+ '3': CONJ
19
+ '4': N
20
+ '5': PUNC
21
+ '6': Pe
22
+ '7': ADV
23
+ '8': V
24
+ '9': AJ
25
+ '10': AJe
26
+ '11': DET
27
+ '12': POSTP
28
+ '13': NUM
29
+ '14': DETe
30
+ '15': NUMe
31
+ '16': PROe
32
+ '17': ADVe
33
+ '18': RES
34
+ '19': CL
35
+ '20': INT
36
+ '21': CONJe
37
+ '22': RESe
38
+ splits:
39
+ - name: train
40
+ num_bytes: 156464559
41
+ num_examples: 449998
42
+ - name: test
43
+ num_bytes: 17384986
44
+ num_examples: 50000
45
+ download_size: 46556766
46
+ dataset_size: 173849545
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ - split: test
53
+ path: data/test-*
54
  ---
55
 
56
  This is a 500 thousand sample version of the original [LSCP dataset](https://iasbs.ac.ir/~ansari/lscp/) that only contains the text and part-of-speech tags and is used for sequence labeling.
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce415bc5b14a0f25b2e94ce63aec9f7e98535af6e2169246c925fa259b0a014
3
+ size 4660368
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703c4b89e5add4077702bbdb862affe425a5ec0bac93b71ecb6be11b45a7cd63
3
+ size 41896398