Ishan93 commited on
Commit
e1333a5
·
verified ·
1 Parent(s): f8fccd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -1,7 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - unsloth
5
- - trl
6
- - sft
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - unsloth
5
+ - trl
6
+ - sft
7
+ datasets:
8
+ - stanfordnlp/imdb
9
+ language:
10
+ - en
11
+ metrics:
12
+ - accuracy: 0.99
13
+ - f1: 0.989247311827957
14
+ - recall: 0.9787234042553191
15
+ - precision: 1
16
+ base_model:
17
+ - mistralai/Mistral-7B-v0.3
18
+ pipeline_tag: text-classification
19
+ ---