EstebanBarac's picture
Final hackathon submission: README, Field Notes, UI overhaul, fine-tuned model
9ee7168
Raw
History Blame Contribute Delete
3.93 kB
[
{
"id": "learn_num_1",
"intent": "learn",
"category": "numbers",
"min_age": 2,
"max_age": 5,
"title": "Número uno",
"emoji": "1️⃣",
"prompt": "¿Qué número es este?",
"answer_label": "el número uno",
"match": ["uno"]
},
{
"id": "learn_num_2",
"intent": "learn",
"category": "numbers",
"min_age": 2,
"max_age": 5,
"title": "Número dos",
"emoji": "2️⃣",
"prompt": "¿Qué número es este?",
"answer_label": "el número dos",
"match": ["dos"]
},
{
"id": "learn_num_3",
"intent": "learn",
"category": "numbers",
"min_age": 2,
"max_age": 5,
"title": "Número tres",
"emoji": "3️⃣",
"prompt": "¿Qué número es este?",
"answer_label": "el número tres",
"match": ["tres"]
},
{
"id": "learn_num_4",
"intent": "learn",
"category": "numbers",
"min_age": 2,
"max_age": 5,
"title": "Número cuatro",
"emoji": "4️⃣",
"prompt": "¿Qué número es este?",
"answer_label": "el número cuatro",
"match": ["cuatro"]
},
{
"id": "learn_num_5",
"intent": "learn",
"category": "numbers",
"min_age": 2,
"max_age": 5,
"title": "Número cinco",
"emoji": "5️⃣",
"prompt": "¿Qué número es este?",
"answer_label": "el número cinco",
"match": ["cinco"]
},
{
"id": "learn_animal_perro",
"intent": "learn",
"category": "animals",
"min_age": 2,
"max_age": 5,
"title": "El perro",
"emoji": "🐶",
"prompt": "¿Qué animal es este?",
"answer_label": "un perrito",
"match": ["perro", "perrito", "guau"]
},
{
"id": "learn_animal_gato",
"intent": "learn",
"category": "animals",
"min_age": 2,
"max_age": 5,
"title": "El gato",
"emoji": "🐱",
"prompt": "¿Qué animal es este?",
"answer_label": "un gatito",
"match": ["gato", "gatito", "miau"]
},
{
"id": "learn_animal_vaca",
"intent": "learn",
"category": "animals",
"min_age": 2,
"max_age": 5,
"title": "La vaca",
"emoji": "🐮",
"prompt": "¿Qué animal es este?",
"answer_label": "una vaca",
"match": ["vaca", "muu"]
},
{
"id": "learn_animal_pajaro",
"intent": "learn",
"category": "animals",
"min_age": 2,
"max_age": 5,
"title": "El pajarito",
"emoji": "🐦",
"prompt": "¿Qué animal es este?",
"answer_label": "un pajarito",
"match": ["pajaro", "pajarito", "ave", "pio"]
},
{
"id": "learn_color_rojo",
"intent": "learn",
"category": "colors",
"min_age": 2,
"max_age": 5,
"title": "Color rojo",
"emoji": "🔴",
"prompt": "¿De qué color es esto?",
"answer_label": "de color rojo",
"match": ["rojo"]
},
{
"id": "learn_color_amarillo",
"intent": "learn",
"category": "colors",
"min_age": 2,
"max_age": 5,
"title": "Color amarillo",
"emoji": "🟡",
"prompt": "¿De qué color es esto?",
"answer_label": "de color amarillo",
"match": ["amarillo"]
},
{
"id": "learn_color_verde",
"intent": "learn",
"category": "colors",
"min_age": 2,
"max_age": 5,
"title": "Color verde",
"emoji": "🟢",
"prompt": "¿De qué color es esto?",
"answer_label": "de color verde",
"match": ["verde"]
},
{
"id": "learn_color_azul",
"intent": "learn",
"category": "colors",
"min_age": 2,
"max_age": 5,
"title": "Color azul",
"emoji": "🔵",
"prompt": "¿De qué color es esto?",
"answer_label": "de color azul",
"match": ["azul"]
},
{
"id": "learn_color_naranja",
"intent": "learn",
"category": "colors",
"min_age": 2,
"max_age": 5,
"title": "Color naranja",
"emoji": "🟠",
"prompt": "¿De qué color es esto?",
"answer_label": "de color naranja",
"match": ["naranja"]
}
]