rubenapu commited on
Commit
cfaced0
1 Parent(s): ecef72c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: Película
10
+ dtype: string
11
+ - name: Año de la película
12
+ dtype: int64
13
+ - name: Texto 1
14
+ dtype: string
15
+ - name: Texto 2
16
+ dtype: string
17
+ - name: Texto 3
18
+ dtype: string
19
+ - name: Edad
20
+ dtype: int64
21
+ - name: Calificación
22
+ dtype: string
23
+ - name: Fecha
24
+ dtype: string
25
+ - name: Emoción texto 1
26
+ dtype: string
27
+ - name: Emoción texto 2
28
+ dtype: string
29
+ - name: Emoción texto 3
30
+ dtype: string
31
+ - name: Promedio emociones textos
32
+ dtype: string
33
+ - name: Suma promedio emociones textos
34
+ dtype: float64
35
+ - name: Emociones equilibradas
36
+ dtype: string
37
+ - name: Suma emociones equilibradas
38
+ dtype: float64
39
+ - name: Emociones películas
40
+ dtype: string
41
+ - name: Suma emociones películas
42
+ dtype: float64
43
+ - name: Score de recomendaciones
44
+ dtype: float64
45
+ - name: Emoción dominante textos
46
+ dtype: float64
47
+ - name: Emoción dominante equilibradas
48
+ dtype: float64
49
+ - name: Emoción dominante películas
50
+ dtype: float64
51
+ splits:
52
+ - name: train
53
+ num_bytes: 199996
54
+ num_examples: 188
55
+ download_size: 56295
56
+ dataset_size: 199996
57
+ ---
58
+ # Dataset Card for "users-movies-qualifications-28082023"
59
+
60
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)