MarinaPlius commited on
Commit
179093a
1 Parent(s): c09d835

adding table to category distribution

Browse files
Files changed (1) hide show
  1. README.md +28 -14
README.md CHANGED
@@ -24,17 +24,31 @@ InstruCat is a dataset consisting of 231493 instructions in Catalan.
24
  - ceil
25
 
26
  ### Category Distibution:
27
- - ner 47745
28
- - paraphrasis 34695
29
- - toxicity 29809
30
- - text_classification 24608
31
- - qa 21427
32
- - emotion_detection 18492
33
- - ner_specific_category 11665
34
- - text_classification_alternative_question 8785
35
- - entailment_generation 6354
36
- - extractive_qa 6000
37
- - sentiment_analysis 5750
38
- - abstractive_summarization 2999
39
- - extreme_summarization 2999
40
- - entailment 2117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - ceil
25
 
26
  ### Category Distibution:
27
+ ner 59410
28
+ paraphrasis 34695
29
+ text_classification 33393
30
+ toxicity 29809
31
+ qa 27427
32
+ emotion_detection 18492
33
+ entailment_generation 6354
34
+ sentiment_analysis 5750
35
+ abstractive_summarization 2999
36
+ extreme_summarization 2999
37
+ entailment 2117
38
+
39
+
40
+ ### Category Distibution
41
+
42
+ | Category | Number of instructions |% |
43
+ |----------------|----------|------ |
44
+ | ner | 59410 | 26.58% |
45
+ | paraphrasis | 34695 | 15.52% |
46
+ | text_classification | 33393 | 14.94% |
47
+ | toxicity | 29809 | 13.34% |
48
+ | qa | 27427 | 12.27% |
49
+ | emotion_detection | 18492 | 8.27% |
50
+ | entailment_generation | 6354 | 2.84% |
51
+ | sentiment_analysis | 5750 | 2.57% |
52
+ | abstractive_summarization | 2999 | 1.34% |
53
+ | extreme_summarization | 2999 | 1.34% |
54
+ | entailment | 2117 | 0.94% |