andersonbcdefg commited on
Commit
ba7eee6
·
verified ·
1 Parent(s): 96d692c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,7 +1,18 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: "shard_0_400000.parquet.zst"
 
 
7
  ---
 
1
  ---
2
+ license: cdla-permissive-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: caption
8
+ dtype: string
9
+ - name: tokens
10
+ dtype: array
11
  configs:
12
  - config_name: default
13
  data_files:
14
  - split: train
15
+ path:
16
+ - "shard_0_400000.parquet.zst"
17
+ - "shard_400001_600000.parquet.zst"
18
  ---