GaetanMichelet
commited on
Commit
•
684da0c
1
Parent(s):
1f543b1
End of training
Browse files- README.md +6 -2
- all_results.json +5 -0
- config.json +51 -0
- eval_results.json +8 -0
- runs/Aug22_23-48-45_9mqd6r3-l/events.out.tfevents.1724365264.9mqd6r3-l.846324.1 +3 -0
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
base_model: google/gemma-2-2b-it
|
|
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: gemma
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
@@ -16,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Gemma-2-2B_task-2_120-samples_config-2_auto
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
base_model: google/gemma-2-2b-it
|
3 |
+
datasets:
|
4 |
+
- GaetanMichelet/chat-60_ft_task-2_auto
|
5 |
+
- GaetanMichelet/chat-120_ft_task-2_auto
|
6 |
library_name: peft
|
7 |
license: gemma
|
8 |
tags:
|
9 |
+
- alignment-handbook
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
|
|
20 |
|
21 |
# Gemma-2-2B_task-2_120-samples_config-2_auto
|
22 |
|
23 |
+
This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on the GaetanMichelet/chat-60_ft_task-2_auto and the GaetanMichelet/chat-120_ft_task-2_auto datasets.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.6387
|
26 |
|
27 |
## Model description
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 14.909090909090908,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 4.438596877759283e+16,
|
4 |
"train_loss": 0.49398956584130843,
|
5 |
"train_runtime": 1893.2723,
|
|
|
1 |
{
|
2 |
"epoch": 14.909090909090908,
|
3 |
+
"eval_loss": 0.6386890411376953,
|
4 |
+
"eval_runtime": 9.3653,
|
5 |
+
"eval_samples": 24,
|
6 |
+
"eval_samples_per_second": 2.563,
|
7 |
+
"eval_steps_per_second": 2.563,
|
8 |
"total_flos": 4.438596877759283e+16,
|
9 |
"train_loss": 0.49398956584130843,
|
10 |
"train_runtime": 1893.2723,
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/gemma-2-2b-it",
|
3 |
+
"architectures": [
|
4 |
+
"Gemma2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attn_logit_softcapping": 50.0,
|
9 |
+
"bos_token_id": 2,
|
10 |
+
"cache_implementation": "hybrid",
|
11 |
+
"eos_token_id": [
|
12 |
+
1,
|
13 |
+
107
|
14 |
+
],
|
15 |
+
"final_logit_softcapping": 30.0,
|
16 |
+
"head_dim": 256,
|
17 |
+
"hidden_act": "gelu_pytorch_tanh",
|
18 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
19 |
+
"hidden_size": 2304,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 9216,
|
22 |
+
"max_position_embeddings": 8192,
|
23 |
+
"model_type": "gemma2",
|
24 |
+
"num_attention_heads": 8,
|
25 |
+
"num_hidden_layers": 26,
|
26 |
+
"num_key_value_heads": 4,
|
27 |
+
"pad_token_id": 0,
|
28 |
+
"quantization_config": {
|
29 |
+
"_load_in_4bit": true,
|
30 |
+
"_load_in_8bit": false,
|
31 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
32 |
+
"bnb_4bit_quant_storage": "uint8",
|
33 |
+
"bnb_4bit_quant_type": "nf4",
|
34 |
+
"bnb_4bit_use_double_quant": false,
|
35 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
36 |
+
"llm_int8_has_fp16_weight": false,
|
37 |
+
"llm_int8_skip_modules": null,
|
38 |
+
"llm_int8_threshold": 6.0,
|
39 |
+
"load_in_4bit": true,
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"quant_method": "bitsandbytes"
|
42 |
+
},
|
43 |
+
"query_pre_attn_scalar": 256,
|
44 |
+
"rms_norm_eps": 1e-06,
|
45 |
+
"rope_theta": 10000.0,
|
46 |
+
"sliding_window": 4096,
|
47 |
+
"torch_dtype": "bfloat16",
|
48 |
+
"transformers_version": "4.44.0",
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_size": 256000
|
51 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 14.909090909090908,
|
3 |
+
"eval_loss": 0.6386890411376953,
|
4 |
+
"eval_runtime": 9.3653,
|
5 |
+
"eval_samples": 24,
|
6 |
+
"eval_samples_per_second": 2.563,
|
7 |
+
"eval_steps_per_second": 2.563
|
8 |
+
}
|
runs/Aug22_23-48-45_9mqd6r3-l/events.out.tfevents.1724365264.9mqd6r3-l.846324.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96c54b4b62d5b648976792909c4ed771ec8a9821b378999479c2b8e103a8e1ab
|
3 |
+
size 354
|