Uploaded Model_card info
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# FLAN-T5 Sentiment Analysis Model
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- sentiment-analysis
|
7 |
+
- text-classification
|
8 |
+
- flan-t5
|
9 |
+
datasets:
|
10 |
+
- custom-dataset-name # Replace with your actual dataset name
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
- f1
|
14 |
+
- precision
|
15 |
+
- recall
|
16 |
+
pipeline_tag: text2text-generation
|
17 |
+
---
|
18 |
|
19 |
# FLAN-T5 Sentiment Analysis Model
|
20 |
|