karma689 commited on
Commit
ac50731
·
verified ·
1 Parent(s): aaa1760

Drop 265 start==end spans across all layers (v1.1). Split, texts, and in_scope_layers unchanged.

Browse files
README.md CHANGED
@@ -15,6 +15,43 @@ size_categories:
15
  - n<1K
16
  source_datasets:
17
  - tsadra/OpenPecha
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # Tibetan Annotation Layer Detection
 
15
  - n<1K
16
  source_datasets:
17
  - tsadra/OpenPecha
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-*
23
+ - split: validation
24
+ path: data/validation-*
25
+ - split: test
26
+ path: data/test-*
27
+ dataset_info:
28
+ features:
29
+ - name: book_id
30
+ dtype: string
31
+ - name: text
32
+ dtype: string
33
+ - name: spans
34
+ list:
35
+ - name: start
36
+ dtype: int64
37
+ - name: end
38
+ dtype: int64
39
+ - name: label
40
+ dtype: string
41
+ - name: in_scope_layers
42
+ list: string
43
+ splits:
44
+ - name: train
45
+ num_bytes: 152593843
46
+ num_examples: 217
47
+ - name: validation
48
+ num_bytes: 19880985
49
+ num_examples: 25
50
+ - name: test
51
+ num_bytes: 24788889
52
+ num_examples: 24
53
+ download_size: 57723916
54
+ dataset_size: 197263717
55
  ---
56
 
57
  # Tibetan Annotation Layer Detection
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4598180cd1ad780298119d0a27081794f9dff05e355abd00bc9ca2af984f808a
3
- size 7339098
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca0a5167d023709a91c666c2a37509f1a69389e8dacaf4c74be6ed20bd3565f
3
+ size 7338369
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf182099f840568df63237d6562af0c5ed6ab77e6f8af6d38f33ca0f8a4e23b7
3
- size 44515789
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a326083431b38777db3afdcdb81c63d4b6cfcd2721c85f6e5c8254eaf0e502
3
+ size 44509409
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c958ca827e66b8133fa845f70d0cec95c3b4bb3deec0f9077c8e98b6a908203
3
- size 5876360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d87392e524a018cb55d5198b7931e7d4310099d98df9335f293b61b60c92b8
3
+ size 5876138