c-ho commited on
Commit
c211bde
·
verified ·
1 Parent(s): d56bf81

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: doc_id
5
+ dtype: string
6
+ - name: doc_title
7
+ dtype: string
8
+ - name: doc_lang
9
+ dtype: string
10
+ - name: doc_type
11
+ dtype: string
12
+ - name: doc_desc_list
13
+ sequence: string
14
+ - name: ddc
15
+ dtype: string
16
+ - name: doc_subject_list
17
+ sequence: string
18
+ - name: ner_results
19
+ list:
20
+ - name: bll_class_id
21
+ dtype: string
22
+ - name: bll_class_literal
23
+ sequence: string
24
+ - name: char_end_index
25
+ dtype: int64
26
+ - name: char_start_index
27
+ dtype: int64
28
+ - name: entity_type
29
+ dtype: string
30
+ - name: token
31
+ dtype: string
32
+ - name: token_end_index
33
+ dtype: int64
34
+ - name: token_start_index
35
+ dtype: int64
36
+ - name: bll_match_id
37
+ sequence: string
38
+ - name: bll_match_literals
39
+ sequence:
40
+ sequence: string
41
+ - name: bll_superclasses
42
+ sequence:
43
+ sequence: string
44
+ - name: bll_superclass_literals
45
+ sequence:
46
+ sequence:
47
+ sequence: string
48
+ - name: bll_top_node
49
+ sequence: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 70102257
53
+ num_examples: 4476
54
+ download_size: 12856275
55
+ dataset_size: 70102257
56
+ configs:
57
+ - config_name: default
58
+ data_files:
59
+ - split: train
60
+ path: data/train-*
61
+ ---
62
+ # Dataset Card for "2025-07-17_ub_opus_docs"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)