File size: 2,400 Bytes
2ddfadf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
license: apache-2.0
base_model: riotu-lab/ArabianGPT-01B
tags:
- generated_from_trainer
metrics:
- bleu
- rouge
model-index:
- name: res_nw_yem
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# res_nw_yem

This model is a fine-tuned version of [riotu-lab/ArabianGPT-01B](https://huggingface.co/riotu-lab/ArabianGPT-01B) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.4885
- Bleu: 0.2560
- Rouge1: 0.6116
- Rouge2: 0.3795
- Rougel: 0.6086

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 20.0

### Training results

| Training Loss | Epoch | Step | Validation Loss | Bleu   | Rouge1 | Rouge2 | Rougel |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|
| 7.8314        | 1.0   | 153  | 2.3597          | 0.0104 | 0.0983 | 0.0018 | 0.0964 |
| 0.9995        | 2.0   | 306  | 0.5538          | 0.1161 | 0.4736 | 0.1854 | 0.4728 |
| 0.4848        | 3.0   | 459  | 0.5034          | 0.1472 | 0.5008 | 0.2174 | 0.5002 |
| 0.3823        | 4.0   | 612  | 0.4827          | 0.1912 | 0.5331 | 0.2744 | 0.5314 |
| 0.293         | 5.0   | 765  | 0.4732          | 0.2096 | 0.5619 | 0.3099 | 0.5587 |
| 0.2239        | 6.0   | 918  | 0.4720          | 0.2297 | 0.5777 | 0.3341 | 0.5758 |
| 0.1766        | 7.0   | 1071 | 0.4737          | 0.2302 | 0.5885 | 0.3468 | 0.5872 |
| 0.1434        | 8.0   | 1224 | 0.4758          | 0.2451 | 0.5938 | 0.3648 | 0.5903 |
| 0.1202        | 9.0   | 1377 | 0.4828          | 0.2509 | 0.6047 | 0.3683 | 0.6015 |
| 0.1042        | 10.0  | 1530 | 0.4852          | 0.2439 | 0.5980 | 0.3704 | 0.5951 |
| 0.0955        | 11.0  | 1683 | 0.4885          | 0.2560 | 0.6116 | 0.3795 | 0.6086 |


### Framework versions

- Transformers 4.45.0.dev0
- Pytorch 2.3.1+cu121
- Datasets 2.19.2
- Tokenizers 0.19.1