Sneriko commited on
Commit
d698d0c
1 Parent(s): 3ad5465

Upload dataset

Browse files
README.md CHANGED
@@ -1,8 +1,40 @@
1
  ---
2
- task_categories:
3
- - token-classification
4
  language:
5
  - sv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Swener-1800
 
1
  ---
 
 
2
  language:
3
  - sv
4
+ task_categories:
5
+ - token-classification
6
+ dataset_info:
7
+ features:
8
+ - name: text
9
+ dtype: string
10
+ - name: entity_types
11
+ sequence: string
12
+ - name: entity_start_chars
13
+ sequence: int64
14
+ - name: entity_end_chars
15
+ sequence: int64
16
+ - name: id
17
+ dtype: int64
18
+ - name: word_start_chars
19
+ sequence: int64
20
+ - name: word_end_chars
21
+ sequence: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 10734126
25
+ num_examples: 677
26
+ - name: eval
27
+ num_bytes: 2264347
28
+ num_examples: 170
29
+ download_size: 5163846
30
+ dataset_size: 12998473
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
+ - split: eval
37
+ path: data/eval-*
38
  ---
39
 
40
  # Swener-1800
data/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68dd9ec7975e4c629b0567dc3f5003f406ebc9ec5c50d3e164bde36a1dfea19f
3
+ size 934941
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01581935d3bb23d0232bd47a863f1f6ca5ddbcbd35d24987f756a6a5adfb1f33
3
+ size 4228905