Model save
Browse files- README.md +2 -2
- config.json +19 -8
- generation_config.json +2 -0
- model.safetensors +2 -2
- runs/Aug15_14-15-41_ba4e9e7e48d5/events.out.tfevents.1755267357.ba4e9e7e48d5.259.0 +3 -0
- tokenizer_config.json +1 -1
- 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: TAQ
|
5 |
tags:
|
@@ -11,7 +11,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for TAQ
|
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-1b-it
|
3 |
library_name: transformers
|
4 |
model_name: TAQ
|
5 |
tags:
|
|
|
11 |
|
12 |
# Model Card for TAQ
|
13 |
|
14 |
+
This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
config.json
CHANGED
@@ -7,13 +7,17 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"attn_logit_softcapping": null,
|
9 |
"bos_token_id": 2,
|
10 |
-
"
|
|
|
|
|
|
|
|
|
11 |
"final_logit_softcapping": null,
|
12 |
"head_dim": 256,
|
13 |
"hidden_activation": "gelu_pytorch_tanh",
|
14 |
-
"hidden_size":
|
15 |
"initializer_range": 0.02,
|
16 |
-
"intermediate_size":
|
17 |
"layer_types": [
|
18 |
"sliding_attention",
|
19 |
"sliding_attention",
|
@@ -32,23 +36,30 @@
|
|
32 |
"sliding_attention",
|
33 |
"sliding_attention",
|
34 |
"sliding_attention",
|
35 |
-
"full_attention"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
],
|
37 |
"max_position_embeddings": 32768,
|
38 |
"model_type": "gemma3_text",
|
39 |
"num_attention_heads": 4,
|
40 |
-
"num_hidden_layers":
|
41 |
"num_key_value_heads": 1,
|
42 |
"pad_token_id": 0,
|
43 |
"query_pre_attn_scalar": 256,
|
44 |
"rms_norm_eps": 1e-06,
|
45 |
-
"rope_local_base_freq": 10000
|
46 |
"rope_scaling": null,
|
47 |
-
"rope_theta": 1000000
|
48 |
"sliding_window": 512,
|
49 |
"torch_dtype": "bfloat16",
|
50 |
"transformers_version": "4.55.0",
|
51 |
-
"use_bidirectional_attention": false,
|
52 |
"use_cache": true,
|
53 |
"vocab_size": 262144
|
54 |
}
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"attn_logit_softcapping": null,
|
9 |
"bos_token_id": 2,
|
10 |
+
"cache_implementation": "hybrid",
|
11 |
+
"eos_token_id": [
|
12 |
+
1,
|
13 |
+
106
|
14 |
+
],
|
15 |
"final_logit_softcapping": null,
|
16 |
"head_dim": 256,
|
17 |
"hidden_activation": "gelu_pytorch_tanh",
|
18 |
+
"hidden_size": 1152,
|
19 |
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 6912,
|
21 |
"layer_types": [
|
22 |
"sliding_attention",
|
23 |
"sliding_attention",
|
|
|
36 |
"sliding_attention",
|
37 |
"sliding_attention",
|
38 |
"sliding_attention",
|
39 |
+
"full_attention",
|
40 |
+
"sliding_attention",
|
41 |
+
"sliding_attention",
|
42 |
+
"sliding_attention",
|
43 |
+
"sliding_attention",
|
44 |
+
"sliding_attention",
|
45 |
+
"full_attention",
|
46 |
+
"sliding_attention",
|
47 |
+
"sliding_attention"
|
48 |
],
|
49 |
"max_position_embeddings": 32768,
|
50 |
"model_type": "gemma3_text",
|
51 |
"num_attention_heads": 4,
|
52 |
+
"num_hidden_layers": 26,
|
53 |
"num_key_value_heads": 1,
|
54 |
"pad_token_id": 0,
|
55 |
"query_pre_attn_scalar": 256,
|
56 |
"rms_norm_eps": 1e-06,
|
57 |
+
"rope_local_base_freq": 10000,
|
58 |
"rope_scaling": null,
|
59 |
+
"rope_theta": 1000000,
|
60 |
"sliding_window": 512,
|
61 |
"torch_dtype": "bfloat16",
|
62 |
"transformers_version": "4.55.0",
|
|
|
63 |
"use_cache": true,
|
64 |
"vocab_size": 262144
|
65 |
}
|
generation_config.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
{
|
|
|
2 |
"cache_implementation": "hybrid",
|
3 |
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
1,
|
6 |
106
|
7 |
],
|
|
|
8 |
"top_k": 64,
|
9 |
"top_p": 0.95,
|
10 |
"transformers_version": "4.55.0"
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 2,
|
3 |
"cache_implementation": "hybrid",
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": [
|
6 |
1,
|
7 |
106
|
8 |
],
|
9 |
+
"pad_token_id": 0,
|
10 |
"top_k": 64,
|
11 |
"top_p": 0.95,
|
12 |
"transformers_version": "4.55.0"
|
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:f1783bf3418f6e5462bdd63c9a9c4bf18b591b680d6f1dec68acef8602c85942
|
3 |
+
size 1999811208
|
runs/Aug15_14-15-41_ba4e9e7e48d5/events.out.tfevents.1755267357.ba4e9e7e48d5.259.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78cc2b066d5768b81172cd7a3daa018e0deb372ca53a8b2a779b83d226e90d40
|
3 |
+
size 54138
|
tokenizer_config.json
CHANGED
@@ -51336,7 +51336,7 @@
|
|
51336 |
"image_token": "<image_soft_token>",
|
51337 |
"model_max_length": 1000000000000000019884624838656,
|
51338 |
"pad_token": "<pad>",
|
51339 |
-
"
|
51340 |
"sp_model_kwargs": null,
|
51341 |
"spaces_between_special_tokens": false,
|
51342 |
"tokenizer_class": "GemmaTokenizer",
|
|
|
51336 |
"image_token": "<image_soft_token>",
|
51337 |
"model_max_length": 1000000000000000019884624838656,
|
51338 |
"pad_token": "<pad>",
|
51339 |
+
"processor_class": "Gemma3Processor",
|
51340 |
"sp_model_kwargs": null,
|
51341 |
"spaces_between_special_tokens": false,
|
51342 |
"tokenizer_class": "GemmaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9d2d47d2de69579741ebbf0156f9119d9d0f4b280094836ee5f3603a5b6e84e
|
3 |
size 5816
|