pszemraj commited on
Commit
f08d76d
1 Parent(s): 598ea44

Model save

Browse files
Files changed (2) hide show
  1. README.md +64 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: bert-plus-embedderForMLM-goodwiki-deduped-split_4096-usecache
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bert-plus-embedderForMLM-goodwiki-deduped-split_4096-usecache
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9893
19
+ - Accuracy: 0.6152
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 31010
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 1.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 2.1283 | 0.25 | 150 | 2.0892 | 0.6018 |
54
+ | 2.0999 | 0.5 | 300 | 2.0387 | 0.6084 |
55
+ | 2.0595 | 0.75 | 450 | 1.9971 | 0.6143 |
56
+ | 2.0481 | 1.0 | 600 | 1.9893 | 0.6152 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.37.2
62
+ - Pytorch 2.3.0.dev20240206+cu121
63
+ - Datasets 2.16.1
64
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.37.2",
5
+ "use_cache": false
6
+ }