Kshiv commited on
Commit
0c1ad4c
1 Parent(s): ba33f7f

Upload 1k wikipedia Cohere embeddings with dummy openai embeddings

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +54 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200b8fb9a717930203c2d46c42350966adc9e245fbd4839d47627d8b500ebee1
3
+ size 15852936
dataset_info.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "int32",
7
+ "_type": "Value"
8
+ },
9
+ "title": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "text": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "url": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "wiki_id": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "views": {
26
+ "dtype": "float32",
27
+ "_type": "Value"
28
+ },
29
+ "paragraph_id": {
30
+ "dtype": "int32",
31
+ "_type": "Value"
32
+ },
33
+ "langs": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "cohere": {
38
+ "feature": {
39
+ "dtype": "float32",
40
+ "_type": "Value"
41
+ },
42
+ "_type": "Sequence"
43
+ },
44
+ "openai": {
45
+ "feature": {
46
+ "dtype": "float64",
47
+ "_type": "Value"
48
+ },
49
+ "_type": "Sequence"
50
+ }
51
+ },
52
+ "homepage": "",
53
+ "license": ""
54
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c50cced55146fa05",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }