update README with description and comparison to distilbert
Browse files
README.md
CHANGED
@@ -38,7 +38,9 @@ More information needed
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
-
|
|
|
|
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
+
This is comparable to [distilbert-imdb](https://huggingface.co/lvwerra/distilbert-imdb) and trained with exactly the same [script](https://huggingface.co/lvwerra/distilbert-imdb/blob/main/distilbert-imdb-training.ipynb)
|
42 |
+
|
43 |
+
It achieves slightly lower loss (0.1703 vs 0.1903) and slightly higher accuracy (0.9394 vs 0.928)
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|