vishnupriyavr commited on
Commit
c92e2e6
·
1 Parent(s): cde1394

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Release Year
5
+ dtype: int64
6
+ - name: Title
7
+ dtype: string
8
+ - name: Cast
9
+ dtype: string
10
+ - name: Wiki Page
11
+ dtype: string
12
+ - name: Plot
13
+ dtype: string
14
+ - name: plot_length
15
+ dtype: int64
16
+ - name: text
17
+ dtype: string
18
+ - name: embeddings
19
+ sequence: float32
20
+ splits:
21
+ - name: train
22
+ num_bytes: 256974740
23
+ num_examples: 33155
24
+ download_size: 216835238
25
+ dataset_size: 256974740
26
+ ---
27
+ # Dataset Card for "wiki-movie-plots-with-summaries-faiss-embeddings"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)