Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ library_name: transformers
|
|
6 |
metrics:
|
7 |
- f1
|
8 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
@@ -194,4 +200,4 @@ Below is the log of the training process that showcases the final peformance on
|
|
194 |
4 67.314 74.669 74.669 valid
|
195 |
5 62.715 71.001 71.001 test
|
196 |
6 62.715 71.001 71.001 test
|
197 |
-
```
|
|
|
6 |
metrics:
|
7 |
- f1
|
8 |
pipeline_tag: text2text-generation
|
9 |
+
base_model:
|
10 |
+
- google/flan-t5-large
|
11 |
+
tags:
|
12 |
+
- sentiment-analysis
|
13 |
+
- target-sentiment-analysis
|
14 |
+
- reasoning
|
15 |
---
|
16 |
|
17 |
# Model Card for Model ID
|
|
|
200 |
4 67.314 74.669 74.669 valid
|
201 |
5 62.715 71.001 71.001 test
|
202 |
6 62.715 71.001 71.001 test
|
203 |
+
```
|