ShahzaibAli-1 commited on
Commit
9f16090
·
verified ·
1 Parent(s): d5e9c24

Uploaded Model_card info

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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