dieineb commited on
Commit
5c2c078
1 Parent(s): ef3036e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: userId
10
+ dtype: int64
11
+ - name: movieId
12
+ dtype: int64
13
+ - name: rating
14
+ dtype: float64
15
+ - name: timestamp
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 3226752
20
+ num_examples: 100836
21
+ download_size: 1166644
22
+ dataset_size: 3226752
23
+ ---
24
+ # Dataset Card for "movielens_user_ratings.csv"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)