rakitha commited on
Commit
ae3776b
1 Parent(s): 64d8aa4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: messages
5
+ list:
6
+ - name: content
7
+ list:
8
+ - name: index
9
+ dtype: int64
10
+ - name: text
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: role
15
+ dtype: string
16
+ - name: images
17
+ sequence: image
18
+ download_size: 11407075653
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: test
23
+ path: test/*
24
+ - split: train
25
+ path: train/*
26
+ ---