Update README.md
Browse files
README.md
CHANGED
@@ -13,15 +13,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# sentiment-guesser
|
15 |
|
16 |
-
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
@@ -29,6 +29,8 @@ More information needed
|
|
29 |
|
30 |
## Training procedure
|
31 |
|
|
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
|
|
13 |
|
14 |
# sentiment-guesser
|
15 |
|
16 |
+
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on the [imdb dataset](https://huggingface.co/datasets/imdb).
|
17 |
|
18 |
+
See the [colab here](https://huggingface.co/eddyjin/sentiment-guesser/blob/main/Train_a_simple_sentiment_classifier_on_Hugging_Face.ipynb).
|
19 |
|
20 |
+
This is part of [www.huggingfacetutorial.com](https://www.huggingfacetutorial.com), where you can find easy to follow tutorials on AI modeling on Hugging Face.
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
This model is not very good. It is only intended to be a simple example of how to fine-tune.
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
|
|
29 |
|
30 |
## Training procedure
|
31 |
|
32 |
+
Training was done on a sampled set of 1,000 examples. The eval set is also 1,000 examples. Only 1 epoch was completed to make this example easy to run on a CPU powered colab.
|
33 |
+
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|