Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,23 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
-
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
@@ -59,3 +63,7 @@ The following hyperparameters were used during training:
|
|
59 |
- Pytorch 2.1.0+cu121
|
60 |
- Datasets 2.17.0
|
61 |
- Tokenizers 0.15.1
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: "en"
|
|
|
3 |
tags:
|
4 |
+
- distilbert
|
5 |
+
- sentiment
|
6 |
+
- positive
|
7 |
+
- negative
|
8 |
+
- review
|
9 |
+
- imdb
|
10 |
---
|
11 |
|
12 |
+
# Fine-tuned DistilBERT-base-uncased for IMDB Classification
|
|
|
13 |
|
14 |
+
# Model Description
|
15 |
+
|
16 |
+
DistilBERT is a transformer model that performs sentiment analysis. I fine-tuned the model on IMDB dataset with the purpose of classifying positive reviews from the bad ones. The model predicts these 2 classes.
|
17 |
+
|
18 |
+
The model is a fine-tuned version of [DistilBERT](https://huggingface.co/docs/transformers/model_doc/distilbert).
|
19 |
+
|
20 |
+
It was fine-tuned on IMDB dataset [https://huggingface.co/datasets/imdb].
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
|
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
- Datasets 2.17.0
|
65 |
- Tokenizers 0.15.1
|
66 |
+
|
67 |
+
# Contact
|
68 |
+
|
69 |
+
Please reach out to [luca.flammia@gmail.com] if you have any questions or feedback.
|