muhtasham commited on
Commit
2f5ab19
1 Parent(s): 0dc4838

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-tiny-finetuned-pile-of-law-tos
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
+ # bert-tiny-finetuned-pile-of-law-tos
14
+
15
+ This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.3545
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: 8
38
+ - eval_batch_size: 8
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
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 264 | 3.5896 |
49
+ | 3.8119 | 2.0 | 528 | 3.5598 |
50
+ | 3.8119 | 3.0 | 792 | 3.5263 |
51
+ | 3.7028 | 4.0 | 1056 | 3.4982 |
52
+ | 3.7028 | 5.0 | 1320 | 3.5170 |
53
+ | 3.6286 | 6.0 | 1584 | 3.5143 |
54
+ | 3.6286 | 7.0 | 1848 | 3.4477 |
55
+ | 3.553 | 8.0 | 2112 | 3.4044 |
56
+ | 3.553 | 9.0 | 2376 | 3.4670 |
57
+ | 3.5179 | 10.0 | 2640 | 3.3991 |
58
+ | 3.5179 | 11.0 | 2904 | 3.4330 |
59
+ | 3.4784 | 12.0 | 3168 | 3.4671 |
60
+ | 3.4784 | 13.0 | 3432 | 3.3489 |
61
+ | 3.4535 | 14.0 | 3696 | 3.4354 |
62
+ | 3.4535 | 15.0 | 3960 | 3.4023 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.21.0
68
+ - Pytorch 1.12.0+cu113
69
+ - Datasets 2.4.0
70
+ - Tokenizers 0.12.1