dutta18 commited on
Commit
7919c8c
1 Parent(s): a2e535e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -16,4 +16,12 @@ dataset_info:
16
  ---
17
  # Dataset Card for "omcs_50k_with_FAISS"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
16
  ---
17
  # Dataset Card for "omcs_50k_with_FAISS"
18
 
19
+ 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.
20
+
21
+ The embedding for implementing FAISS indexing is given in the dataset.
22
+
23
+ To implement FAISS indexing:
24
+
25
+ dataset.add_faiss_index(column='embeddings')
26
+
27
+ The above code needed to be executed. Then FAISS indexing can be verified.