End of training
Browse files- README.md +2 -2
- config.json +6 -16
- generation_config.json +0 -1
- model.safetensors +2 -2
- runs/Oct26_02-12-31_79dba74626d8/events.out.tfevents.1761444767.79dba74626d8.496.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: google/gemma-3-
|
| 3 |
library_name: transformers
|
| 4 |
model_name: commentworks_os
|
| 5 |
tags:
|
|
@@ -11,7 +11,7 @@ licence: license
|
|
| 11 |
|
| 12 |
# Model Card for commentworks_os
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version of [google/gemma-3-
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: google/gemma-3-270m-it
|
| 3 |
library_name: transformers
|
| 4 |
model_name: commentworks_os
|
| 5 |
tags:
|
|
|
|
| 11 |
|
| 12 |
# Model Card for commentworks_os
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [google/gemma-3-270m-it](https://huggingface.co/google/gemma-3-270m-it).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
config.json
CHANGED
|
@@ -7,15 +7,14 @@
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
| 10 |
-
"cache_implementation": "hybrid",
|
| 11 |
"dtype": "bfloat16",
|
| 12 |
"eos_token_id": 1,
|
| 13 |
"final_logit_softcapping": null,
|
| 14 |
"head_dim": 256,
|
| 15 |
"hidden_activation": "gelu_pytorch_tanh",
|
| 16 |
-
"hidden_size":
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
-
"intermediate_size":
|
| 19 |
"layer_types": [
|
| 20 |
"sliding_attention",
|
| 21 |
"sliding_attention",
|
|
@@ -34,29 +33,20 @@
|
|
| 34 |
"sliding_attention",
|
| 35 |
"sliding_attention",
|
| 36 |
"sliding_attention",
|
| 37 |
-
"full_attention"
|
| 38 |
-
"sliding_attention",
|
| 39 |
-
"sliding_attention",
|
| 40 |
-
"sliding_attention",
|
| 41 |
-
"sliding_attention",
|
| 42 |
-
"sliding_attention",
|
| 43 |
-
"full_attention",
|
| 44 |
-
"sliding_attention",
|
| 45 |
-
"sliding_attention"
|
| 46 |
],
|
| 47 |
"max_position_embeddings": 32768,
|
| 48 |
"model_type": "gemma3_text",
|
| 49 |
"num_attention_heads": 4,
|
| 50 |
-
"num_hidden_layers":
|
| 51 |
"num_key_value_heads": 1,
|
| 52 |
"pad_token_id": 0,
|
| 53 |
"query_pre_attn_scalar": 256,
|
| 54 |
"rms_norm_eps": 1e-06,
|
| 55 |
-
"rope_local_base_freq": 10000,
|
| 56 |
"rope_scaling": null,
|
| 57 |
-
"rope_theta": 1000000,
|
| 58 |
"sliding_window": 512,
|
| 59 |
-
"sliding_window_pattern": 6,
|
| 60 |
"transformers_version": "4.57.1",
|
| 61 |
"use_bidirectional_attention": false,
|
| 62 |
"use_cache": true,
|
|
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
|
|
|
| 10 |
"dtype": "bfloat16",
|
| 11 |
"eos_token_id": 1,
|
| 12 |
"final_logit_softcapping": null,
|
| 13 |
"head_dim": 256,
|
| 14 |
"hidden_activation": "gelu_pytorch_tanh",
|
| 15 |
+
"hidden_size": 640,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 2048,
|
| 18 |
"layer_types": [
|
| 19 |
"sliding_attention",
|
| 20 |
"sliding_attention",
|
|
|
|
| 33 |
"sliding_attention",
|
| 34 |
"sliding_attention",
|
| 35 |
"sliding_attention",
|
| 36 |
+
"full_attention"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
],
|
| 38 |
"max_position_embeddings": 32768,
|
| 39 |
"model_type": "gemma3_text",
|
| 40 |
"num_attention_heads": 4,
|
| 41 |
+
"num_hidden_layers": 18,
|
| 42 |
"num_key_value_heads": 1,
|
| 43 |
"pad_token_id": 0,
|
| 44 |
"query_pre_attn_scalar": 256,
|
| 45 |
"rms_norm_eps": 1e-06,
|
| 46 |
+
"rope_local_base_freq": 10000.0,
|
| 47 |
"rope_scaling": null,
|
| 48 |
+
"rope_theta": 1000000.0,
|
| 49 |
"sliding_window": 512,
|
|
|
|
| 50 |
"transformers_version": "4.57.1",
|
| 51 |
"use_bidirectional_attention": false,
|
| 52 |
"use_cache": true,
|
generation_config.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
"eos_token_id": [
|
| 6 |
-
1,
|
| 7 |
1,
|
| 8 |
106
|
| 9 |
],
|
|
|
|
| 3 |
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
"eos_token_id": [
|
|
|
|
| 6 |
1,
|
| 7 |
106
|
| 8 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d22a5fda363e2087699d40ef4259a518fabe3168c04ce4931073675a34adff3a
|
| 3 |
+
size 536223056
|
runs/Oct26_02-12-31_79dba74626d8/events.out.tfevents.1761444767.79dba74626d8.496.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e2963cbb8ad82c5abe775f98f3ac700a84fa576353193bbec28ec50a8947e0a
|
| 3 |
+
size 30754
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6289
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed67c3b356aedb7e213c0d032bab58ba543aa33eba80d5c03b37b9080f939ab1
|
| 3 |
size 6289
|