singletongue commited on
Commit
b9c45be
1 Parent(s): 4d5402b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: pageid
7
+ dtype: int32
8
+ - name: revid
9
+ dtype: int32
10
+ - name: text
11
+ dtype: string
12
+ - name: section
13
+ dtype: string
14
+ - name: title
15
+ dtype: string
16
+ - name: embeddings
17
+ sequence: uint8
18
+ splits:
19
+ - name: train
20
+ num_bytes: 3483313719
21
+ num_examples: 4288198
22
+ download_size: 2160493605
23
+ dataset_size: 3483313719
24
+ ---
25
+ # Dataset Card for "aio-passages-bpr-bert-base-japanese-v3"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)