amazingvince commited on
Commit
ee588a5
1 Parent(s): 0c7ce71

Model save

Browse files
Files changed (2) hide show
  1. README.md +74 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: BEE-spoke-data/tFINE-900m-e16-d32-flan-infinity-instruct-7m-T2T_en-1024
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: tFINE-900m-e16-d32-flan-infinity-instruct-7m-T2T_en-1024-infinity-instruct-7m-T2T_en-1024-v2
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-infinity-instruct-7m-T2T_en-1024-v2
16
+
17
+ This model is a fine-tuned version of [BEE-spoke-data/tFINE-900m-e16-d32-flan-infinity-instruct-7m-T2T_en-1024](https://huggingface.co/BEE-spoke-data/tFINE-900m-e16-d32-flan-infinity-instruct-7m-T2T_en-1024) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1160
20
+ - Num Input Tokens Seen: 785755388
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: 6969
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.234 | 0.0969 | 2000 | 1.2439 | 78067836 |
58
+ | 1.2248 | 0.1938 | 4000 | 1.2256 | 156868756 |
59
+ | 1.2024 | 0.2907 | 6000 | 1.2009 | 235148092 |
60
+ | 1.2074 | 0.3876 | 8000 | 1.1777 | 313452856 |
61
+ | 1.1617 | 0.4845 | 10000 | 1.1597 | 392316428 |
62
+ | 1.1755 | 0.5815 | 12000 | 1.1437 | 471101508 |
63
+ | 1.1473 | 0.6784 | 14000 | 1.1321 | 549831184 |
64
+ | 1.1743 | 0.7753 | 16000 | 1.1244 | 628937800 |
65
+ | 1.137 | 0.8722 | 18000 | 1.1179 | 707117360 |
66
+ | 1.0713 | 0.9691 | 20000 | 1.1160 | 785755388 |
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
+ }