Update README.md
Browse files
README.md
CHANGED
@@ -24,10 +24,7 @@ model-index:
|
|
24 |
value: 0.8386491557223265
|
25 |
---
|
26 |
|
27 |
-
|
28 |
-
should probably proofread and complete it, then remove this comment. -->
|
29 |
-
|
30 |
-
# outputs
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
@@ -36,15 +33,15 @@ It achieves the following results on the evaluation set:
|
|
36 |
|
37 |
## Model description
|
38 |
|
39 |
-
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
-
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
48 |
|
49 |
## Training procedure
|
50 |
|
|
|
24 |
value: 0.8386491557223265
|
25 |
---
|
26 |
|
27 |
+
# distilbert_rotten_tomatoes_sentiment_classifier
|
|
|
|
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes dataset.
|
30 |
It achieves the following results on the evaluation set:
|
|
|
33 |
|
34 |
## Model description
|
35 |
|
36 |
+
The goal was to fine-tune a model on the rotten_tomatoes dataset to showcase an end-to-end workflow using the Hugging face library. As such, only the bare minimum of pre-processing was used.
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
40 |
+
The model will be used as part of a blog post to help others engineers better understand what natural language processing is and how to perform a text classification.
|
41 |
|
42 |
## Training and evaluation data
|
43 |
|
44 |
+
The model was evaluated using the accuracy metric that form part of the Hugging Face library.
|
45 |
|
46 |
## Training procedure
|
47 |
|