Pringled commited on
Commit
9b27b2d
·
verified ·
1 Parent(s): 73bc8d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -20
README.md CHANGED
@@ -2,23 +2,6 @@
2
  tags:
3
  - vicinity
4
  - vector-store
5
- dataset_info:
6
- features:
7
- - name: name
8
- dtype: string
9
- - name: id
10
- dtype: int64
11
- splits:
12
- - name: train
13
- num_bytes: 110
14
- num_examples: 5
15
- download_size: 1170
16
- dataset_size: 110
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
  ---
23
 
24
  # Dataset Card for minishlab/my-vicinity-repo
@@ -44,8 +27,9 @@ The configuration of the dataset is stored in the `config.json` file. The vector
44
 
45
  ```bash
46
  {
47
- "metadata": {},
48
- "backend_type": "basic",
49
- "model_name_or_path": "minishlab/potion-base-8M"
 
50
  }
51
  ```
 
2
  tags:
3
  - vicinity
4
  - vector-store
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Dataset Card for minishlab/my-vicinity-repo
 
27
 
28
  ```bash
29
  {
30
+ "metadata": {
31
+ "model_name_or_path": "minishlab/potion-base-8M"
32
+ },
33
+ "backend_type": "basic"
34
  }
35
  ```