iElexperio commited on
Commit
cc25cd4
·
1 Parent(s): 49a37bc

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: 8865284.0
18
+ num_examples: 70
19
+ - name: test
20
+ num_bytes: 3461510.0
21
+ num_examples: 28
22
+ download_size: 11436271
23
+ dataset_size: 12326794.0
24
+ ---
25
+ # Dataset Card for "processedMorDataLLMv3NewLabels4"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)