Model save
Browse files- README.md +69 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: griffin-1024-llama3t-8layer
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: griffin-1024-llama3t-8layer-simple_wikipedia_LM-vN
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# griffin-1024-llama3t-8layer-simple_wikipedia_LM-vN
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [griffin-1024-llama3t-8layer](https://huggingface.co/griffin-1024-llama3t-8layer) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 4.3584
|
20 |
+
- Accuracy: 0.3789
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
+
- seed: 80085
|
43 |
+
- gradient_accumulation_steps: 32
|
44 |
+
- total_train_batch_size: 128
|
45 |
+
- optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-07
|
46 |
+
- lr_scheduler_type: constant_with_warmup
|
47 |
+
- lr_scheduler_warmup_ratio: 0.05
|
48 |
+
- num_epochs: 2.0
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
+
| 13.6044 | 0.2495 | 100 | 12.5441 | 0.0079 |
|
55 |
+
| 8.9524 | 0.4989 | 200 | 8.4254 | 0.0473 |
|
56 |
+
| 7.1721 | 0.7484 | 300 | 6.6199 | 0.0389 |
|
57 |
+
| 6.2087 | 0.9978 | 400 | 5.7198 | 0.2251 |
|
58 |
+
| 5.4917 | 1.2473 | 500 | 4.9480 | 0.3268 |
|
59 |
+
| 4.9408 | 1.4967 | 600 | 4.6730 | 0.3567 |
|
60 |
+
| 4.8347 | 1.7462 | 700 | 4.4984 | 0.3707 |
|
61 |
+
| 4.7023 | 1.9956 | 800 | 4.3584 | 0.3789 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.40.1
|
67 |
+
- Pytorch 2.3.0+cu121
|
68 |
+
- Datasets 2.19.0
|
69 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"transformers_version": "4.40.1"
|
6 |
+
}
|