seanghay commited on
Commit
d8a3dba
1 Parent(s): 6bd9e2c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: t_id
5
+ dtype: int64
6
+ - name: t_cat_id
7
+ dtype: int64
8
+ - name: t_main_kh
9
+ dtype: string
10
+ - name: t_main_en
11
+ dtype: string
12
+ - name: t_main_fr
13
+ dtype: string
14
+ - name: t_isimg
15
+ dtype: int64
16
+ - name: t_desc
17
+ dtype: string
18
+ - name: t_lookup
19
+ dtype: float64
20
+ - name: t_active
21
+ dtype: int64
22
+ - name: created_at
23
+ dtype: string
24
+ - name: updated_at
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 2456264
29
+ num_examples: 3766
30
+ download_size: 825805
31
+ dataset_size: 2456264
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ ---
38
+ # Dataset Card for "lexicon-kh"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)