Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# ctc_classifier
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
## Intended uses & limitations
|
| 24 |
|
|
|
|
| 14 |
|
| 15 |
# ctc_classifier
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Stanford IMDB dataset](https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz) dataset.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
| 21 |
+
This is an example model used as part of a class project and I strongly suggest not using it yourself.
|
| 22 |
|
| 23 |
## Intended uses & limitations
|
| 24 |
|