nlparabic commited on
Commit
91fa94a
1 Parent(s): db31abf

Model save

Browse files
Files changed (3) hide show
  1. README.md +74 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/aragpt2-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ - rouge
8
+ model-index:
9
+ - name: res_nw_dj_aragpt2-base
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # res_nw_dj_aragpt2-base
17
+
18
+ This model is a fine-tuned version of [aubmindlab/aragpt2-base](https://huggingface.co/aubmindlab/aragpt2-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0798
21
+ - Bleu: 0.1112
22
+ - Rouge1: 0.4634
23
+ - Rouge2: 0.2356
24
+ - Rougel: 0.4600
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - num_epochs: 20.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge1 | Rouge2 | Rougel |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|
56
+ | 0.435 | 1.0 | 2679 | 0.0899 | 0.0225 | 0.2697 | 0.0681 | 0.2649 |
57
+ | 0.0908 | 2.0 | 5358 | 0.0822 | 0.0495 | 0.3438 | 0.1233 | 0.3394 |
58
+ | 0.0808 | 3.0 | 8037 | 0.0786 | 0.0670 | 0.3835 | 0.1582 | 0.3790 |
59
+ | 0.0738 | 4.0 | 10716 | 0.0765 | 0.0782 | 0.4066 | 0.1798 | 0.4025 |
60
+ | 0.0681 | 5.0 | 13395 | 0.0756 | 0.0880 | 0.4242 | 0.1964 | 0.4204 |
61
+ | 0.0632 | 6.0 | 16074 | 0.0752 | 0.0928 | 0.4343 | 0.2043 | 0.4304 |
62
+ | 0.059 | 7.0 | 18753 | 0.0755 | 0.0996 | 0.4439 | 0.2152 | 0.4401 |
63
+ | 0.0552 | 8.0 | 21432 | 0.0761 | 0.1015 | 0.4500 | 0.2217 | 0.4463 |
64
+ | 0.0517 | 9.0 | 24111 | 0.0766 | 0.1050 | 0.4527 | 0.2250 | 0.4489 |
65
+ | 0.0486 | 10.0 | 26790 | 0.0784 | 0.1093 | 0.4612 | 0.2338 | 0.4578 |
66
+ | 0.0458 | 11.0 | 29469 | 0.0798 | 0.1112 | 0.4634 | 0.2356 | 0.4600 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.45.0.dev0
72
+ - Pytorch 2.3.1+cu121
73
+ - Datasets 2.19.2
74
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.45.0.dev0"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19e7993bf3eeda908f386b19b932e1cd72df7182d0d2a7c936c130c57231efeb
3
  size 540004992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5c6836a97191c3eea13a8f74546dc0251d333b83769c274f3fd6d4c777bd7b
3
  size 540004992