arbitropy commited on
Commit
82b4a61
1 Parent(s): 6515872

Model save

Browse files
Files changed (2) hide show
  1. README.md +61 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: csebuetnlp/banglat5_small
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: banglat5_small-bcoqa
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
+ # banglat5_small-bcoqa
14
+
15
+ This model is a fine-tuned version of [csebuetnlp/banglat5_small](https://huggingface.co/csebuetnlp/banglat5_small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.7000
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: 12
38
+ - eval_batch_size: 12
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 2
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.2106 | 0.3 | 3500 | 1.9410 |
49
+ | 2.0379 | 0.61 | 7000 | 1.8165 |
50
+ | 1.9777 | 0.91 | 10500 | 1.7523 |
51
+ | 1.8829 | 1.21 | 14000 | 1.7204 |
52
+ | 1.9278 | 1.51 | 17500 | 1.7048 |
53
+ | 1.8719 | 1.82 | 21000 | 1.7000 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.39.0.dev0
59
+ - Pytorch 2.2.1+cu121
60
+ - Datasets 2.16.1
61
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.39.0.dev0"
7
+ }