duraad commited on
Commit
53e1120
·
verified ·
1 Parent(s): 0937402

End of training

Browse files
Files changed (2) hide show
  1. README.md +57 -0
  2. generation_config.json +5 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: dura-garage/nepberta2nepberta
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: finetuning-b2b
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
+ # finetuning-b2b
14
+
15
+ This model is a fine-tuned version of [dura-garage/nepberta2nepberta](https://huggingface.co/dura-garage/nepberta2nepberta) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0000
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: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 5
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.0004 | 2.2 | 1000 | 0.0000 |
49
+ | 0.0001 | 4.4 | 2000 | 0.0000 |
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.37.0
55
+ - Pytorch 2.1.2
56
+ - Datasets 2.17.0
57
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.37.0"
5
+ }