jgammack commited on
Commit
ad04a95
1 Parent(s): 6ee3ddb

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: MTL-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
+ # MTL-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.3718
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
+ | 3.1225 | 1.0 | 50 | 2.7381 |
50
+ | 2.7945 | 2.0 | 100 | 2.6858 |
51
+ | 2.7162 | 3.0 | 150 | 2.5329 |
52
+ | 2.6526 | 4.0 | 200 | 2.5430 |
53
+ | 2.5863 | 5.0 | 250 | 2.4785 |
54
+ | 2.5701 | 6.0 | 300 | 2.4415 |
55
+ | 2.5362 | 7.0 | 350 | 2.4678 |
56
+ | 2.4961 | 8.0 | 400 | 2.4571 |
57
+ | 2.4842 | 9.0 | 450 | 2.3915 |
58
+ | 2.4697 | 10.0 | 500 | 2.4644 |
59
+ | 2.4407 | 11.0 | 550 | 2.3628 |
60
+ | 2.4264 | 12.0 | 600 | 2.4008 |
61
+ | 2.4321 | 13.0 | 650 | 2.3672 |
62
+ | 2.4169 | 14.0 | 700 | 2.3586 |
63
+ | 2.4056 | 15.0 | 750 | 2.3705 |
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