amazingvince
commited on
Commit
•
c0a8bfa
1
Parent(s):
4eda16e
Model save
Browse files- README.md +68 -0
- generation_config.json +7 -0
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: tFINE-680m-e32-d16-infinity_instruct-L1-infinity-instruct-7m-T2T_en-1024
|
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 |
+
# tFINE-680m-e32-d16-infinity_instruct-L1-infinity-instruct-7m-T2T_en-1024
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1](https://huggingface.co/BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3378
|
20 |
+
- Num Input Tokens Seen: 274855796
|
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: 2.5e-05
|
40 |
+
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
+
- seed: 17868
|
43 |
+
- distributed_type: multi-GPU
|
44 |
+
- num_devices: 2
|
45 |
+
- gradient_accumulation_steps: 32
|
46 |
+
- total_train_batch_size: 256
|
47 |
+
- total_eval_batch_size: 8
|
48 |
+
- optimizer: Use paged_ademamix_32bit and the args are:
|
49 |
+
No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: constant_with_warmup
|
51 |
+
- lr_scheduler_warmup_ratio: 0.02
|
52 |
+
- num_epochs: 1.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Input Tokens Seen |
|
57 |
+
|:-------------:|:------:|:----:|:---------------:|:-----------------:|
|
58 |
+
| 1.4008 | 0.2534 | 1000 | 1.4020 | 91375832 |
|
59 |
+
| 1.3456 | 0.5068 | 2000 | 1.3669 | 182939052 |
|
60 |
+
| 1.3437 | 0.7602 | 3000 | 1.3378 | 274855796 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.46.0.dev0
|
66 |
+
- Pytorch 2.4.1+cu124
|
67 |
+
- Datasets 3.0.1
|
68 |
+
- Tokenizers 0.20.1
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 3,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 3,
|
6 |
+
"transformers_version": "4.46.0.dev0"
|
7 |
+
}
|