Maciohinda commited on
Commit
bc0f0f4
·
verified ·
1 Parent(s): 0917679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.3
3
+ datasets:
4
+ - stanfordnlp/imdb
5
+ metrics:
6
+ - accuracy
7
+ base_model:
8
+ - distilbert/distilbert-base-uncased
9
+ pipeline_tag: text-classification
10
+ ---
11
+ This model is an extra tuned MLM DistilBert model, used for natural language processing.
12
+
13
+ It was trained on the full dataset of IMDB for 5 epochs. It is able to classify wheter the text input, a movie review, is positive or negative.
14
+
15
+ It's current accuracy is 92.7%. In comparison, a DistilBert model trained on a subset of IMDB data and for 3 epochs only, has 87% accuracy.