enoriega commited on
Commit
06c1839
·
1 Parent(s): 7bef08d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: rule_learning_test
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
+ # rule_learning_test
14
+
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1256
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: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 1000
41
+ - total_train_batch_size: 8000
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3.0
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.1764 | 0.32 | 20 | 0.2303 |
52
+ | 0.145 | 0.64 | 40 | 0.1470 |
53
+ | 0.129 | 0.96 | 60 | 0.1321 |
54
+ | 0.1256 | 1.29 | 80 | 0.1265 |
55
+ | 0.1304 | 1.61 | 100 | 0.1252 |
56
+ | 0.1235 | 1.93 | 120 | 0.1260 |
57
+ | 0.125 | 2.26 | 140 | 0.1261 |
58
+ | 0.1263 | 2.58 | 160 | 0.1262 |
59
+ | 0.1244 | 2.9 | 180 | 0.1256 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.19.2
65
+ - Pytorch 1.11.0
66
+ - Datasets 2.2.1
67
+ - Tokenizers 0.12.1