h0ssn commited on
Commit
8a892f6
·
verified ·
1 Parent(s): 5d90eab

Hosein/MobileLLM-125M-e3.9.24.4.1

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/MobileLLM-125M
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: MobileLLM-125M-e3.9.24.4.1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # MobileLLM-125M-e3.9.24.4.1
18
+
19
+ This model is a fine-tuned version of [facebook/MobileLLM-125M](https://huggingface.co/facebook/MobileLLM-125M) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 5.0760
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 32
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: constant
48
+ - lr_scheduler_warmup_ratio: 0.05
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 24.4975 | 0.4 | 125 | 6.1432 |
56
+ | 22.49 | 0.8 | 250 | 5.5705 |
57
+ | 19.6874 | 1.1984 | 375 | 5.2622 |
58
+ | 18.0295 | 1.5984 | 500 | 5.0760 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.47.1
64
+ - Pytorch 2.6.0.dev20241231+cu118
65
+ - Datasets 3.0.2
66
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/MobileLLM-125M",
3
+ "architectures": [
4
+ "MobileLLMForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "facebook/MobileLLM-125M--configuration_mobilellm.MobileLLMConfig",
10
+ "AutoModelForCausalLM": "facebook/MobileLLM-125M--modeling_mobilellm.MobileLLMForCausalLM"
11
+ },
12
+ "bos_token_id": 1,
13
+ "eos_token_id": 2,
14
+ "head_dim": 64,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 576,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 1536,
19
+ "layer_sharing": false,
20
+ "max_position_embeddings": 2048,
21
+ "mlp_bias": false,
22
+ "model_type": "mobilellm",
23
+ "num_attention_heads": 9,
24
+ "num_hidden_layers": 30,
25
+ "num_key_value_heads": 3,
26
+ "pretraining_tp": 1,
27
+ "rms_norm_eps": 1e-05,
28
+ "rope_scaling": null,
29
+ "rope_theta": 10000.0,
30
+ "share_embedding": true,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.47.1",
34
+ "use_cache": true,
35
+ "vocab_size": 32000
36
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.47.1"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a0d8ef10dc7a12601e40fd7d1d8d6ce243348a15d5f8403790c971a4ecb448
3
+ size 498572168
runs/Jan04_16-08-44_ip-10-192-12-219/events.out.tfevents.1736006930.ip-10-192-12-219.3859.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593a6f5c541ae687b308f2f77cdfc12ce65dbac5fe82f123eccc3b2fc179d5b6
3
+ size 72524
runs/Jan04_16-13-30_ip-10-192-12-219/events.out.tfevents.1736007210.ip-10-192-12-219.4394.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:100fdee0e2d00ebd2293a26175458f1211f469dce693710bd257a9cab84ad615
3
+ size 72524
runs/Jan08_11-39-23_ip-10-192-12-179/events.out.tfevents.1736336364.ip-10-192-12-179.5901.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d323e707e7227d6719166c6a9551254a051e8ee1a6215961aa9a1c7af8e17f3b
3
+ size 138361
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {},
6
+ "bos_token": "",
7
+ "clean_up_tokenization_spaces": false,
8
+ "eos_token": "",
9
+ "extra_special_tokens": {},
10
+ "legacy": true,
11
+ "model_max_length": 1000000000000000019884624838656,
12
+ "pad_token": "",
13
+ "sp_model_kwargs": {},
14
+ "spaces_between_special_tokens": false,
15
+ "tokenizer_class": "LlamaTokenizer",
16
+ "unk_token": "",
17
+ "use_default_system_prompt": false
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fee5f4d941bc0665fe887b80cdc1d452e60d17bff8c6019215450bc03d1fa93
3
+ size 5624