jarodrigues commited on
Commit
3766ff6
·
verified ·
1 Parent(s): 243d308

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -100,9 +100,12 @@ And from SuperGLUE, we included these other four tasks:
100
  - MultiRC (question answering).
101
 
102
 
103
- Instruction templates have been manually crafted for each task.
104
- These take the various fields in the dataset and arrange them into a prompt.
105
- These templates are listed in full detail in the [Extraglue dataset](https://huggingface.co/datasets/PORTULAN/extraglue).
 
 
 
106
 
107
  # Training Details
108
 
 
100
  - MultiRC (question answering).
101
 
102
 
103
+
104
+ These datasets were machine translated into Portuguese and from the [extraGLUE](https://huggingface.co/datasets/PORTULAN/extraglue) dataset.
105
+
106
+
107
+ Furthermore, instruction templates have been manually crafted for each task.
108
+ These take the various fields in the dataset and arrange them into prompts, which were collected into the [extraGLUE-instruct](https://huggingface.co/datasets/PORTULAN/extraglue-instruct) dataset.
109
 
110
  # Training Details
111