dim commited on
Commit
6f88e29
1 Parent(s): dd0d3da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: conversation_ids
6
+ sequence: string
7
+ - name: conversation_text
8
+ sequence: string
9
+ - name: status
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 7962688
14
+ num_examples: 3140
15
+ download_size: 2781053
16
+ dataset_size: 7962688
17
  ---