File size: 1,034 Bytes
a2e535e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7919c8c
 
edba439
7919c8c
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
dataset_info:
  features:
  - name: count
    dtype: int64
  - name: fact
    dtype: string
  - name: embeddings
    sequence: float32
  splits:
  - name: train
    num_bytes: 157033742
    num_examples: 50000
  download_size: 186812200
  dataset_size: 157033742
---
# Dataset Card for "omcs_50k_with_FAISS"

When people communicate, they rely on a large body of shared common sense knowledge in order to understand each other. Many barriers we face today in artificial intelligence and user interface design are due to the fact that computers do not share this knowledge. To improve computers' understanding of the world that people live in and talk about, we need to provide them with usable knowledge about the basic relationships between things that nearly every person knows.

The embedding for implementing FAISS indexing is given in the dataset as the 'embedding' column.

To implement FAISS indexing:

dataset.add_faiss_index(column='embeddings')

The above code needed to be executed. Then FAISS indexing can be verified.