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
|
@@ -195,4 +201,4 @@ Below is the log of the training process that showcases the final peformance on
|
|
195 |
4 62.357 70.247 70.247 valid
|
196 |
5 60.024 68.171 68.171 test
|
197 |
6 60.024 68.171 68.171 test
|
198 |
-
```
|
|
|
6 |
metrics:
|
7 |
- f1
|
8 |
pipeline_tag: text2text-generation
|
9 |
+
base_model:
|
10 |
+
- google/flan-t5-base
|
11 |
+
tags:
|
12 |
+
- sentiment-analysis
|
13 |
+
- target-sentiment-analysis
|
14 |
+
- reasoning
|
15 |
---
|
16 |
|
17 |
# Model Card for Model ID
|
|
|
201 |
4 62.357 70.247 70.247 valid
|
202 |
5 60.024 68.171 68.171 test
|
203 |
6 60.024 68.171 68.171 test
|
204 |
+
```
|