Thaweewat commited on
Commit
bf7eb5f
1 Parent(s): 018cde3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: message_id
5
+ dtype: string
6
+ - name: parent_id
7
+ dtype: string
8
+ - name: user_id
9
+ dtype: string
10
+ - name: created_date
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: text_th
15
+ dtype: string
16
+ - name: role
17
+ dtype: string
18
+ - name: lang
19
+ dtype: string
20
+ - name: review_count
21
+ dtype: int32
22
+ - name: review_result
23
+ dtype: bool
24
+ - name: deleted
25
+ dtype: bool
26
+ - name: rank
27
+ dtype: float64
28
+ - name: synthetic
29
+ dtype: bool
30
+ - name: model_name
31
+ dtype: 'null'
32
+ - name: detoxify
33
+ struct:
34
+ - name: identity_attack
35
+ dtype: float64
36
+ - name: insult
37
+ dtype: float64
38
+ - name: obscene
39
+ dtype: float64
40
+ - name: severe_toxicity
41
+ dtype: float64
42
+ - name: sexual_explicit
43
+ dtype: float64
44
+ - name: threat
45
+ dtype: float64
46
+ - name: toxicity
47
+ dtype: float64
48
+ - name: message_tree_id
49
+ dtype: string
50
+ - name: tree_state
51
+ dtype: string
52
+ - name: emojis
53
+ struct:
54
+ - name: count
55
+ sequence: int32
56
+ - name: name
57
+ sequence: string
58
+ - name: labels
59
+ struct:
60
+ - name: count
61
+ sequence: int32
62
+ - name: name
63
+ sequence: string
64
+ - name: value
65
+ sequence: float64
66
+ - name: __index_level_0__
67
+ dtype: int64
68
+ splits:
69
+ - name: train
70
+ num_bytes: 200135278
71
+ num_examples: 84437
72
+ download_size: 75167235
73
+ dataset_size: 200135278
74
+ configs:
75
+ - config_name: default
76
+ data_files:
77
+ - split: train
78
+ path: data/train-*
79
+ ---
80
+ # Dataset Card for "oasst1_th"
81
+
82
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)