lgfunderburk commited on
Commit
673ad75
1 Parent(s): 38bd9be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -7,12 +7,10 @@ model-index:
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilbert-truncated
14
 
15
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
 
18
 
@@ -38,7 +36,12 @@ The following hyperparameters were used during training:
38
 
39
  ### Training results
40
 
 
 
 
41
 
 
 
42
 
43
  ### Framework versions
44
 
 
7
  results: []
8
  ---
9
 
 
 
10
 
11
  # distilbert-truncated
12
 
13
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the 20 Newsgroups dataset (http://qwone.com/~jason/20Newsgroups/).
14
  It achieves the following results on the evaluation set:
15
 
16
 
 
36
 
37
  ### Training results
38
 
39
+ EPOCHS = 3
40
+ batches_per_epoch = 636
41
+ total_train_steps = 1908
42
 
43
+ Model accuracy 0.8337758779525757
44
+ Model loss 0.568471074104309
45
 
46
  ### Framework versions
47