nbtpj commited on
Commit
39512d9
1 Parent(s): d477445

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: bucketized_user_age
5
+ dtype: float32
6
+ - name: movie_genres
7
+ sequence: int64
8
+ - name: movie_id
9
+ dtype: binary
10
+ - name: movie_title
11
+ dtype: binary
12
+ - name: timestamp
13
+ dtype: int64
14
+ - name: user_gender
15
+ dtype: bool
16
+ - name: user_id
17
+ dtype: binary
18
+ - name: user_occupation_label
19
+ dtype: int64
20
+ - name: user_occupation_text
21
+ dtype: binary
22
+ - name: user_rating
23
+ dtype: float32
24
+ - name: user_zip_code
25
+ dtype: binary
26
+ - name: bio prompt
27
+ dtype: string
28
+ - name: history prompt
29
+ dtype: string
30
+ - name: history overview prompt
31
+ dtype: string
32
+ - name: job-group prompt
33
+ dtype: string
34
+ - name: age-group prompt
35
+ dtype: string
36
+ - name: gender-group prompt
37
+ dtype: string
38
+ - name: region-group prompt
39
+ dtype: string
40
+ - name: cross-movie prompt
41
+ dtype: string
42
+ - name: cross-cate prompt
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 39211129
47
+ num_examples: 6000
48
+ download_size: 5318113
49
+ dataset_size: 39211129
50
+ ---
51
+ # Dataset Card for "6k-sample"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)