VTSNLP/base_LLM_RAW_200M
Browse files- README.md +51 -0
- config.json +34 -0
- generation_config.json +5 -0
- model.safetensors +3 -0
- runs/Sep30_02-51-31_kao-dgxa-e10-u17/events.out.tfevents.1727661183.kao-dgxa-e10-u17.3914059.0 +3 -0
- runs/Sep30_03-02-52_kao-dgxa-e10-u17/events.out.tfevents.1727661782.kao-dgxa-e10-u17.3914059.1 +3 -0
- runs/Sep30_03-15-41_kao-dgxa-e10-u17/events.out.tfevents.1727662566.kao-dgxa-e10-u17.3914059.2 +3 -0
- runs/Sep30_03-17-23_kao-dgxa-e10-u17/events.out.tfevents.1727662660.kao-dgxa-e10-u17.3914059.3 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: base_LLM_RAW_200M
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# base_LLM_RAW_200M
|
13 |
+
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
|
16 |
+
## Model description
|
17 |
+
|
18 |
+
More information needed
|
19 |
+
|
20 |
+
## Intended uses & limitations
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Training and evaluation data
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training procedure
|
29 |
+
|
30 |
+
### Training hyperparameters
|
31 |
+
|
32 |
+
The following hyperparameters were used during training:
|
33 |
+
- learning_rate: 3.6e-05
|
34 |
+
- train_batch_size: 8
|
35 |
+
- eval_batch_size: 1
|
36 |
+
- seed: 42
|
37 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
+
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 1
|
40 |
+
- mixed_precision_training: Native AMP
|
41 |
+
|
42 |
+
### Training results
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
### Framework versions
|
47 |
+
|
48 |
+
- Transformers 4.40.1
|
49 |
+
- Pytorch 2.3.0+cu121
|
50 |
+
- Datasets 2.19.0
|
51 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "base_LLM_200M/checkpoint-755000",
|
3 |
+
"abili": false,
|
4 |
+
"architectures": [
|
5 |
+
"MptForCausalLM"
|
6 |
+
],
|
7 |
+
"attn_config": {
|
8 |
+
"model_type": ""
|
9 |
+
},
|
10 |
+
"d_model": 768,
|
11 |
+
"emb_pdrop": 0.0,
|
12 |
+
"embedding_fraction": 1.0,
|
13 |
+
"expansion_ratio": 4,
|
14 |
+
"init_device": "cpu",
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"layer_norm_epsilon": 1e-05,
|
17 |
+
"learned_pos_emb": true,
|
18 |
+
"logit_scale": null,
|
19 |
+
"max_seq_len": 8192,
|
20 |
+
"model_type": "mpt",
|
21 |
+
"n_heads": 12,
|
22 |
+
"n_layers": 12,
|
23 |
+
"no_bias": true,
|
24 |
+
"norm_type": "low_precision_layernorm",
|
25 |
+
"pad_token_id": 128001,
|
26 |
+
"resid_pdrop": 0.0,
|
27 |
+
"rope": true,
|
28 |
+
"rope_theta": 100000,
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.40.1",
|
31 |
+
"use_cache": false,
|
32 |
+
"verbose": 0,
|
33 |
+
"vocab_size": 128256
|
34 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.40.1",
|
4 |
+
"use_cache": false
|
5 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0a96ca2c63db07fabb703beced8b0571f223d070f4d81b0641bf72b1da637ae
|
3 |
+
size 733826032
|
runs/Sep30_02-51-31_kao-dgxa-e10-u17/events.out.tfevents.1727661183.kao-dgxa-e10-u17.3914059.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:526c0baa0309a7a6f39a7e165a281f8c5690b669dd22ebb3b72260ff1776afcc
|
3 |
+
size 9544
|
runs/Sep30_03-02-52_kao-dgxa-e10-u17/events.out.tfevents.1727661782.kao-dgxa-e10-u17.3914059.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a45ab86c303c8bbd2f926b7c65328c57e0c3e6e2b4371140033e4a8ec9db0bfe
|
3 |
+
size 13153
|
runs/Sep30_03-15-41_kao-dgxa-e10-u17/events.out.tfevents.1727662566.kao-dgxa-e10-u17.3914059.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d877d34c46aabd5c7471c80661ac13c478bbc5ca51799fe398f5f705230e729
|
3 |
+
size 7159
|
runs/Sep30_03-17-23_kao-dgxa-e10-u17/events.out.tfevents.1727662660.kao-dgxa-e10-u17.3914059.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a68ea7dc08aa90416a3f3d255fbf5a13704e1215fe895c813a6d91e68a64c26c
|
3 |
+
size 111831
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c56b3d70273091e79d19bbd3a7ed681052462b54a632f73912584616de7f7415
|
3 |
+
size 5112
|