Ba2han commited on
Commit
45a6d7e
·
verified ·
1 Parent(s): 9bf6d31

Training in progress, step 744

Browse files
Files changed (5) hide show
  1. README.md +3 -3
  2. config.json +73 -0
  3. generation_config.json +9 -0
  4. model.safetensors +3 -0
  5. training_args.bin +1 -1
README.md CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
4
  model_name: m_augment2
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
- - sft
9
  - unsloth
 
 
10
  licence: license
11
  ---
12
 
@@ -28,7 +28,7 @@ print(output["generated_text"])
28
 
29
  ## Training procedure
30
 
31
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/batuhan409/huggingface/runs/e1lgdx7n)
32
 
33
 
34
  This model was trained with SFT.
 
4
  model_name: m_augment2
5
  tags:
6
  - generated_from_trainer
 
 
7
  - unsloth
8
+ - sft
9
+ - trl
10
  licence: license
11
  ---
12
 
 
28
 
29
  ## Training procedure
30
 
31
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/batuhan409/huggingface/runs/6efuahke)
32
 
33
 
34
  This model was trained with SFT.
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Mistral3ForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 2,
8
+ "image_token_index": 10,
9
+ "model_type": "mistral3",
10
+ "multimodal_projector_bias": false,
11
+ "pad_token_id": 11,
12
+ "projector_hidden_act": "gelu",
13
+ "spatial_merge_size": 2,
14
+ "text_config": {
15
+ "attention_dropout": 0.0,
16
+ "bos_token_id": 1,
17
+ "dtype": "bfloat16",
18
+ "eos_token_id": 2,
19
+ "head_dim": 128,
20
+ "hidden_act": "silu",
21
+ "hidden_size": 3072,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 9216,
24
+ "max_position_embeddings": 262144,
25
+ "model_type": "ministral3",
26
+ "num_attention_heads": 32,
27
+ "num_hidden_layers": 26,
28
+ "num_key_value_heads": 8,
29
+ "pad_token_id": 11,
30
+ "rms_norm_eps": 1e-05,
31
+ "rope_parameters": {
32
+ "beta_fast": 32.0,
33
+ "beta_slow": 1.0,
34
+ "factor": 16.0,
35
+ "llama_4_scaling_beta": 0.1,
36
+ "mscale": 1.0,
37
+ "mscale_all_dim": 1.0,
38
+ "original_max_position_embeddings": 16384,
39
+ "rope_theta": 1000000.0,
40
+ "rope_type": "yarn",
41
+ "type": "yarn"
42
+ },
43
+ "sliding_window": null,
44
+ "tie_word_embeddings": true,
45
+ "use_cache": true,
46
+ "vocab_size": 131072
47
+ },
48
+ "tie_word_embeddings": true,
49
+ "transformers_version": "5.0.1.dev0",
50
+ "unsloth_fixed": true,
51
+ "unsloth_version": "2026.1.4",
52
+ "use_cache": false,
53
+ "vision_config": {
54
+ "attention_dropout": 0.0,
55
+ "dtype": "bfloat16",
56
+ "head_dim": 64,
57
+ "hidden_act": "silu",
58
+ "hidden_size": 1024,
59
+ "image_size": 1540,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
+ "model_type": "pixtral",
63
+ "num_attention_heads": 16,
64
+ "num_channels": 3,
65
+ "num_hidden_layers": 24,
66
+ "patch_size": 14,
67
+ "rope_parameters": {
68
+ "rope_theta": 10000.0,
69
+ "rope_type": "default"
70
+ }
71
+ },
72
+ "vision_feature_layer": -1
73
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": [
4
+ 2
5
+ ],
6
+ "max_length": 262144,
7
+ "pad_token_id": 11,
8
+ "transformers_version": "5.0.1.dev0"
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82cfd8c1220e84d32fa064e6297ac77a4d2a6c16cfed2f784dbb4de5d360c7c4
3
+ size 8503547592
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cccdff4035de185fe5523668cf007d2c9c488520e1b5166679c84b1390ba024
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb58d89dbac60654e5bc9b2c63211f8655fbfd4793522039e73ecdea82b46f6
3
  size 5713