amqdn commited on
Commit
9a01ad4
1 Parent(s): 32c9be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -7,14 +7,13 @@ 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-clf-20newsgroups
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
 
19
  ## Model description
20
 
@@ -38,7 +37,10 @@ The following hyperparameters were used during training:
38
 
39
  ### Training results
40
 
41
-
 
 
 
42
 
43
  ### Framework versions
44
 
 
7
  results: []
8
  ---
9
 
 
 
 
10
  # distilbert-clf-20newsgroups
11
 
12
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on 20newsgroups.
13
  It achieves the following results on the evaluation set:
14
 
15
+ * loss: 0.5506
16
+ * accuracy: 0.8401
17
 
18
  ## Model description
19
 
 
37
 
38
  ### Training results
39
 
40
+ * loss: 0.2480
41
+ * accuracy: 0.9422
42
+ * val_loss: 0.3633
43
+ * val_accuracy: 0.8940
44
 
45
  ### Framework versions
46