Tim-Pinecone commited on
Commit
8032a08
·
verified ·
1 Parent(s): 844a344

Add embeddings: sentence-transformers/all-MiniLM-L6-v2 (dim=384, n=1,000)

Browse files
Files changed (2) hide show
  1. README.md +27 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int32
6
+ - name: sentence
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': negative
13
+ '1': positive
14
+ - name: embedding
15
+ list: float64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 3145443
19
+ num_examples: 1000
20
+ download_size: 2709347
21
+ dataset_size: 3145443
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861097b4fc9649088ac8691914886e86209138d9c38e6933759f659b060ac5e5
3
+ size 2709347