jgammack commited on
Commit
6971399
1 Parent(s): f227045

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: SAE-distilbert-base-uncased
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # SAE-distilbert-base-uncased
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.2970
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 15
38
+ - eval_batch_size: 15
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 15
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.5323 | 1.0 | 37 | 2.4503 |
50
+ | 2.4968 | 2.0 | 74 | 2.4571 |
51
+ | 2.4688 | 3.0 | 111 | 2.4099 |
52
+ | 2.419 | 4.0 | 148 | 2.3343 |
53
+ | 2.4229 | 5.0 | 185 | 2.3072 |
54
+ | 2.4067 | 6.0 | 222 | 2.2927 |
55
+ | 2.3877 | 7.0 | 259 | 2.2836 |
56
+ | 2.374 | 8.0 | 296 | 2.3767 |
57
+ | 2.3582 | 9.0 | 333 | 2.2493 |
58
+ | 2.356 | 10.0 | 370 | 2.2847 |
59
+ | 2.3294 | 11.0 | 407 | 2.3234 |
60
+ | 2.3358 | 12.0 | 444 | 2.2660 |
61
+ | 2.3414 | 13.0 | 481 | 2.2887 |
62
+ | 2.3154 | 14.0 | 518 | 2.3737 |
63
+ | 2.311 | 15.0 | 555 | 2.2686 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.16.2
69
+ - Pytorch 1.10.0+cu111
70
+ - Datasets 1.18.3
71
+ - Tokenizers 0.11.0