BlackKakapo commited on
Commit
e7f515e
1 Parent(s): 6a60b28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -9
README.md CHANGED
@@ -24,15 +24,26 @@ TRAIN
24
  - offense analysis [Original offense]: 3199
25
 
26
 
27
- EVAL
28
- - paraphrase: 3540
29
- - grammar: 200
30
- - synonyms: 318
31
- - translate: 3271
32
- - summarize: 449
33
- - sentiment analysis: 789
34
- - sts: 1119
35
- - offense analysis: 1251
 
 
 
 
 
 
 
 
 
 
 
36
 
37
 
38
 
 
24
  - offense analysis [Original offense]: 3199
25
 
26
 
27
+ ## Dataset
28
+
29
+ ### Eval
30
+ | Dataset | Link | Rows | Task-specific prefix |
31
+ | ------ | ------ | ------ | ------ |
32
+ | **Paraphrase** | [Paraphrase](https://huggingface.co/datasets/BlackKakapo/paraphrase-ro) | 3540 | *paraphrase:* **string** |
33
+ | **Grammar** | [Grammar](https://huggingface.co/datasets/BlackKakapo/grammar-ro) | 200 | *grammar:* **string** |
34
+ | **Synonyms** | - | 318 | *synonyms:* **word** |
35
+ | **Translate** | - | 3271 | *translate Romanian to English:* **string** |
36
+ | **Summarize** | [Summarize](https://huggingface.co/datasets/readerbench/ro-text-summarization) | 449 | *summarize:* **string** |
37
+ | **Sentiment analysis** | [Sentiment analysis](https://huggingface.co/datasets/ro_sent) | 789 | *sentiment analysis:* **string** |
38
+ | **STS** | [STS](https://huggingface.co/datasets/ro_sts) | 1119 | *sts:* **string** |
39
+ | **Offense analysis** | [Offense analysis](https://huggingface.co/datasets/readerbench/ro-fb-offense) | 1251 | *offense analysis:* **string** |
40
+ | **Gsm8k-ro** | [Gsm8k-ro](https://huggingface.co/datasets/BlackKakapo/gsm8k-ro) | 1319 | **string** |
41
+ | **Qasc-ro** | [Qasc-ro](https://huggingface.co/datasets/BlackKakapo/qasc-ro) | 926 | **string** |
42
+ | **Recipes-ro** | [Recipes-ro](https://huggingface.co/datasets/BlackKakapo/recipes-ro) | 63 | 1. *Spune-mi reteta pentru* **string** 2. *Cum as putea face* **string** 3. *Spune-mi te rog cum as putea face* **string** |
43
+ | **Qaworld-ro** | [Qaworld-ro](https://huggingface.co/datasets/BlackKakapo/qaworld-ro) | 3350 | **string** |
44
+ | **News-ro** | - | 140 | 1. *Genereaza o știre cu titlul dat si incepe-o astfel* **string** 2. *Scrie o știre cu denumirea asta si cu acest inceput* **string**|
45
+ | **Newsagro-ro** | - | 112 | 1. *Genereaza o știre cu titlul dat si incepe-o astfel* **string** 2. *Scrie o știre cu denumirea asta si cu acest inceput* **string**|
46
+ | **TOTAL** | [Multitask-ro](https://huggingface.co/datasets/BlackKakapo/multitask-ro) | **~16847** | |
47
 
48
 
49