nazneen commited on
Commit
4788dc0
·
1 Parent(s): 1f91361

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: conversations
5
+ sequence: string
6
+ - name: source
7
+ dtype: string
8
+ - name: length
9
+ dtype: int64
10
+ - name: prompt_id
11
+ dtype: string
12
+ - name: prompt
13
+ dtype: string
14
+ - name: messages
15
+ list:
16
+ - name: content
17
+ dtype: string
18
+ - name: role
19
+ dtype: string
20
+ - name: meta
21
+ struct:
22
+ - name: category
23
+ dtype: string
24
+ - name: source
25
+ dtype: string
26
+ splits:
27
+ - name: train_ift
28
+ num_bytes: 5982129
29
+ num_examples: 1000
30
+ download_size: 3469716
31
+ dataset_size: 5982129
32
+ ---
33
+ # Dataset Card for "lima"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)