claraofvillalba commited on
Commit
4d9de20
1 Parent(s): 78a9608

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Estos son las columnas del dataset: image_id,question,answers,answer,answer_type,question_opus,answers_opus,answer_opus,question_trad,answers_trad,answer_trad
2
+ Donde:
3
+ question, answers, answer, answer_type: son los campos originales (en Ingles)
4
+ question_opus, answers_opus, answer_opus: son lastraducciones a Español de los campos anteriores usando el traductor Helsinki-NLP/opus-mt-en-es (https://huggingface.co/Helsinki-NLP/opus-mt-en-es?text=My+name+is+Wolfgang+and+I+live+in+Berlin)
5
+ question_trad, answers_trad, answer_trad: estos campos son la traduccion al español usando GPT3.5