mnoukhov commited on
Commit
b3d8341
1 Parent(s): 6d3c044

update README with description and comparison to distilbert

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,7 +38,9 @@ More information needed
38
 
39
  ## Intended uses & limitations
40
 
41
- More information needed
 
 
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