Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,17 @@ metrics:
|
|
6 |
- bleu
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
|
|
10 |
This model is under trial.
|
11 |
|
12 |
The number in the generated text represents the category of the news, as shown below.
|
@@ -21,8 +31,6 @@ category_mapping = {
|
|
21 |
'Art':7,
|
22 |
'Accidents':8
|
23 |
}
|
24 |
-
widget:
|
25 |
-
- text: خسارة مدوية لليفربول امام تولوز وفوز كبير لبيتيس، انتصار الفيولا واستون فيلا في دوري المؤتمر، والد لويس دياز حر، فوز انديانا على ميلووكي, انتصار للانترانيك"
|
26 |
|
27 |
model-index:
|
28 |
- name: Hezam/arabic-T5-news-classification-generation
|
@@ -49,6 +57,7 @@ model-index:
|
|
49 |
verified: true
|
50 |
---
|
51 |
|
|
|
52 |
# Example usage
|
53 |
```python
|
54 |
from transformers import T5ForConditionalGeneration, T5Tokenizer, pipeline
|
|
|
6 |
- bleu
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text2text-generation
|
9 |
+
tags:
|
10 |
+
- Classification and Generation
|
11 |
+
- Classification
|
12 |
+
- Generation
|
13 |
+
- ArabicT5
|
14 |
+
|
15 |
+
widget:
|
16 |
+
- text: خسارة مدوية لليفربول امام تولوز وفوز كبير لبيتيس، انتصار الفيولا واستون فيلا في دوري المؤتمر، والد لويس دياز حر، فوز انديانا على ميلووكي, انتصار للانترانيك"
|
17 |
+
|
18 |
---
|
19 |
+
|
20 |
This model is under trial.
|
21 |
|
22 |
The number in the generated text represents the category of the news, as shown below.
|
|
|
31 |
'Art':7,
|
32 |
'Accidents':8
|
33 |
}
|
|
|
|
|
34 |
|
35 |
model-index:
|
36 |
- name: Hezam/arabic-T5-news-classification-generation
|
|
|
57 |
verified: true
|
58 |
---
|
59 |
|
60 |
+
|
61 |
# Example usage
|
62 |
```python
|
63 |
from transformers import T5ForConditionalGeneration, T5Tokenizer, pipeline
|