File size: 1,875 Bytes
861a55d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- generated_from_trainer
model-index:
- name: myBit-Llama2-jp-127M-test-14
  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. -->

# myBit-Llama2-jp-127M-test-14

This model is a fine-tuned version of [](https://huggingface.co./) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 4.5951

## 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: 0.00024
- train_batch_size: 96
- eval_batch_size: 96
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: polynomial
- lr_scheduler_warmup_steps: 500
- num_epochs: 1

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 9.1409        | 0.07  | 200  | 7.9690          |
| 7.0866        | 0.15  | 400  | 6.5394          |
| 6.0499        | 0.22  | 600  | 5.7015          |
| 5.397         | 0.3   | 800  | 5.2706          |
| 5.1308        | 0.37  | 1000 | 5.0561          |
| 4.9504        | 0.45  | 1200 | 4.9543          |
| 4.9913        | 0.52  | 1400 | 5.0267          |
| 4.8406        | 0.6   | 1600 | 4.8190          |
| 4.7287        | 0.67  | 1800 | 4.7420          |
| 4.6756        | 0.75  | 2000 | 4.7026          |
| 4.6169        | 0.82  | 2200 | 4.6619          |
| 4.5797        | 0.9   | 2400 | 4.6155          |
| 4.5562        | 0.97  | 2600 | 4.5951          |


### Framework versions

- Transformers 4.38.2
- Pytorch 2.2.1+cu121
- Datasets 2.18.0
- Tokenizers 0.15.2