muhtasham commited on
Commit
c4c877a
1 Parent(s): afa72b2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert_uncased_L-4_H-512_A-8-finetuned-legal-definitions-longer
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_uncased_L-4_H-512_A-8-finetuned-legal-definitions-longer
14
+
15
+ This model is a fine-tuned version of [google/bert_uncased_L-4_H-512_A-8](https://huggingface.co/google/bert_uncased_L-4_H-512_A-8) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.3701
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: 64
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: 10
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 1.4867 | 1.0 | 801 | 1.4951 |
49
+ | 1.429 | 2.0 | 1602 | 1.4872 |
50
+ | 1.4055 | 3.0 | 2403 | 1.4147 |
51
+ | 1.3703 | 4.0 | 3204 | 1.4231 |
52
+ | 1.3414 | 5.0 | 4005 | 1.4094 |
53
+ | 1.3254 | 6.0 | 4806 | 1.3913 |
54
+ | 1.3064 | 7.0 | 5607 | 1.3827 |
55
+ | 1.2967 | 8.0 | 6408 | 1.3905 |
56
+ | 1.2961 | 9.0 | 7209 | 1.3719 |
57
+ | 1.2824 | 10.0 | 8010 | 1.3701 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.21.1
63
+ - Pytorch 1.12.1+cu113
64
+ - Datasets 2.4.0
65
+ - Tokenizers 0.12.1