amazingvince
commited on
Commit
•
c9f83b4
1
Parent(s):
db803c9
Model save
Browse files- README.md +72 -5
- generation_config.json +6 -0
README.md
CHANGED
@@ -1,7 +1,74 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
pipeline_tag: text2text-generation
|
6 |
library_name: transformers
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: BEE-spoke-data/tFINE-900m-e16-d32-flan
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: tFINE-900m-e16-d32-flan-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-900m-e16-d32-flan-infinity-instruct-7m-T2T_en-1024
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [BEE-spoke-data/tFINE-900m-e16-d32-flan](https://huggingface.co/BEE-spoke-data/tFINE-900m-e16-d32-flan) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3589
|
20 |
+
- Num Input Tokens Seen: 785148304
|
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: 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: 16
|
46 |
+
- total_train_batch_size: 128
|
47 |
+
- total_eval_batch_size: 8
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_ratio: 0.03
|
51 |
+
- num_epochs: 1.0
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Input Tokens Seen |
|
56 |
+
|:-------------:|:------:|:-----:|:---------------:|:-----------------:|
|
57 |
+
| 1.6487 | 0.0969 | 2000 | 1.7665 | 78885660 |
|
58 |
+
| 1.4957 | 0.1938 | 4000 | 1.6085 | 157778628 |
|
59 |
+
| 1.4224 | 0.2907 | 6000 | 1.5239 | 236103764 |
|
60 |
+
| 1.3764 | 0.3877 | 8000 | 1.4715 | 314442716 |
|
61 |
+
| 1.3553 | 0.4846 | 10000 | 1.4268 | 392909044 |
|
62 |
+
| 1.3308 | 0.5815 | 12000 | 1.4009 | 471314876 |
|
63 |
+
| 1.2622 | 0.6784 | 14000 | 1.3831 | 550234352 |
|
64 |
+
| 1.2585 | 0.7753 | 16000 | 1.3684 | 628560668 |
|
65 |
+
| 1.2477 | 0.8722 | 18000 | 1.3608 | 707047904 |
|
66 |
+
| 1.216 | 0.9691 | 20000 | 1.3589 | 785148304 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.44.2
|
72 |
+
- Pytorch 2.4.1+cu121
|
73 |
+
- Datasets 2.21.0
|
74 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 3,
|
3 |
+
"eos_token_id": 2,
|
4 |
+
"pad_token_id": 3,
|
5 |
+
"transformers_version": "4.44.2"
|
6 |
+
}
|