iElexperio commited on
Commit
4d234ab
·
1 Parent(s): daceae1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: bboxes
9
+ sequence:
10
+ sequence: int64
11
+ - name: ner_tags
12
+ sequence: int64
13
+ - name: image
14
+ dtype: image
15
+ splits:
16
+ - name: train
17
+ num_bytes: 10242257.0
18
+ num_examples: 80
19
+ - name: test
20
+ num_bytes: 2180704.0
21
+ num_examples: 19
22
+ download_size: 11542142
23
+ dataset_size: 12422961.0
24
+ ---
25
+ # Dataset Card for "processedMorDataLLMv3"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)