pourmand1376 commited on
Commit
401fa70
·
1 Parent(s): 62fa6e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: role
15
+ dtype: string
16
+ - name: lang
17
+ dtype: string
18
+ - name: review_count
19
+ dtype: int64
20
+ - name: review_result
21
+ dtype: bool
22
+ - name: deleted
23
+ dtype: bool
24
+ - name: rank
25
+ dtype: float64
26
+ - name: synthetic
27
+ dtype: bool
28
+ - name: model_name
29
+ dtype: float64
30
+ - name: detoxify
31
+ dtype: string
32
+ - name: message_tree_id
33
+ dtype: string
34
+ - name: tree_state
35
+ dtype: string
36
+ - name: emojis
37
+ dtype: string
38
+ - name: labels
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 301232
43
+ num_examples: 201
44
+ download_size: 128892
45
+ dataset_size: 301232
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
+ ---
52
+ # Dataset Card for "OpenAssistant-oasst1-fa"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)