Exqrch commited on
Commit
2f2fb7f
·
verified ·
1 Parent(s): f80c916

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: string
6
+ - name: image_url
7
+ dtype: string
8
+ - name: height
9
+ dtype: int64
10
+ - name: width
11
+ dtype: int64
12
+ - name: language
13
+ dtype: string
14
+ - name: segmentation_id
15
+ dtype: int64
16
+ - name: segmentation_information
17
+ sequence:
18
+ sequence: float64
19
+ - name: __index_level_0__
20
+ dtype: int64
21
+ splits:
22
+ - name: train
23
+ num_bytes: 174598
24
+ num_examples: 816
25
+ download_size: 42897
26
+ dataset_size: 174598
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ ---
33
+ # Dataset Card for "NusaAksara-java"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)