Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license:
|
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.
|