nsthorat-lilac commited on
Commit
6641f50
1 Parent(s): 761f5df

Upload folder using huggingface_hub

Browse files
local/GAIR-lima/conversations__cluster-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5494462aa10909277a153bf9c5406c49b6e896b66876dc6e2da2804ff18b6c8
3
+ size 57765
local/GAIR-lima/conversations__cluster.map_manifest.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": [
3
+ "conversations__cluster-00000-of-00001.parquet"
4
+ ],
5
+ "parquet_id": "map.conversations__cluster",
6
+ "data_schema": {
7
+ "fields": {
8
+ "conversations__cluster": {
9
+ "fields": {
10
+ "cluster_id": {
11
+ "dtype": {
12
+ "type": "int32"
13
+ },
14
+ "categorical": true
15
+ },
16
+ "cluster_membership_prob": {
17
+ "dtype": {
18
+ "type": "float32"
19
+ }
20
+ },
21
+ "cluster_title": {
22
+ "dtype": {
23
+ "type": "string"
24
+ }
25
+ },
26
+ "category_id": {
27
+ "dtype": {
28
+ "type": "int32"
29
+ },
30
+ "categorical": true
31
+ },
32
+ "category_membership_prob": {
33
+ "dtype": {
34
+ "type": "float32"
35
+ }
36
+ },
37
+ "category_title": {
38
+ "dtype": {
39
+ "type": "string"
40
+ }
41
+ }
42
+ },
43
+ "cluster": {
44
+ "min_cluster_size": 5,
45
+ "use_garden": true,
46
+ "input_path": [
47
+ "conversations",
48
+ "*"
49
+ ]
50
+ }
51
+ }
52
+ }
53
+ },
54
+ "py_version": "0.3.0"
55
+ }
local/GAIR-lima/data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1d7c310b7ea9ad926344c4f9d096d3f5f540f8fc32800ab2cebd1e8459df56
3
+ size 1087982
local/GAIR-lima/manifest.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": [
3
+ "data-00000-of-00001.parquet"
4
+ ],
5
+ "data_schema": {
6
+ "fields": {
7
+ "conversations": {
8
+ "repeated_field": {
9
+ "dtype": {
10
+ "type": "string"
11
+ }
12
+ }
13
+ },
14
+ "source": {
15
+ "dtype": {
16
+ "type": "string"
17
+ }
18
+ },
19
+ "__hfsplit__": {
20
+ "dtype": {
21
+ "type": "string"
22
+ }
23
+ }
24
+ }
25
+ },
26
+ "source": {
27
+ "dataset_name": "GAIR/lima",
28
+ "load_from_disk": false,
29
+ "source_name": "huggingface"
30
+ }
31
+ }