bdstar commited on
Commit
7001558
·
verified ·
1 Parent(s): 5b9f217

update readme file

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - bdstar/Tweets-Sentiment-Analysis
5
+ language:
6
+ - en
7
+ metrics:
8
+ - bleu
9
+ - rouge
10
+ - accuracy
11
+ - precision
12
+ - f1
13
+ base_model:
14
+ - google/gemma-3-1b-it
15
+ pipeline_tag: text-classification
16
+ library_name: transformers
17
+ tags:
18
+ - text
19
+ - generation
20
+ - classfication
21
+ ---