Update README.md
Browse files
README.md
CHANGED
|
@@ -9,31 +9,21 @@ task_categories:
|
|
| 9 |
- feature-extraction
|
| 10 |
- text-generation
|
| 11 |
pretty_name: Dataset Metafore
|
| 12 |
-
dataset_info:
|
| 13 |
-
features:
|
| 14 |
-
- name: metafora
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: interpretazione
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: id_partecipante
|
| 19 |
-
dtype: int64
|
| 20 |
-
# Aggiungi qui altri campi se necessari basandoti sulle colonne dei tuoi CSV
|
| 21 |
-
configs:
|
| 22 |
-
- config_name: metafore
|
| 23 |
-
data_files: "metafore/*.csv"
|
| 24 |
-
- config_name: partecipanti
|
| 25 |
-
data_files: "data/partecipanti_dati_anagrafici.csv"
|
| 26 |
-
- config_name: risultati
|
| 27 |
-
data_files: "results/*.csv"
|
| 28 |
-
- config_name: analisi
|
| 29 |
-
data_files: "analysis/*.csv"
|
| 30 |
-
- config_name: clustering
|
| 31 |
-
data_files: "clustering/*.csv"
|
| 32 |
configs:
|
| 33 |
- config_name: default
|
| 34 |
data_files:
|
| 35 |
- "metafore/*.csv"
|
| 36 |
- "results/interpretazioni_esperimento.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
tags:
|
| 38 |
- metaphor
|
| 39 |
- psychology
|
|
|
|
| 9 |
- feature-extraction
|
| 10 |
- text-generation
|
| 11 |
pretty_name: Dataset Metafore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
configs:
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- "metafore/*.csv"
|
| 16 |
- "results/interpretazioni_esperimento.csv"
|
| 17 |
+
- config_name: metafore
|
| 18 |
+
data_files: "metafore/*.csv"
|
| 19 |
+
- config_name: partecipanti
|
| 20 |
+
data_files: "data/partecipanti_dati_anagrafici.csv"
|
| 21 |
+
- config_name: risultati
|
| 22 |
+
data_files: "results/*.csv"
|
| 23 |
+
- config_name: analisi
|
| 24 |
+
data_files: "analysis/*.csv"
|
| 25 |
+
- config_name: clustering
|
| 26 |
+
data_files: "clustering/*.csv"
|
| 27 |
tags:
|
| 28 |
- metaphor
|
| 29 |
- psychology
|