GaetanMichelet
commited on
Commit
•
f97960c
1
Parent(s):
9541b4b
End of training
Browse files- README.md +5 -2
- all_results.json +5 -0
- config.json +51 -0
- eval_results.json +8 -0
- runs/Aug22_22-45-55_9mqd6r3-l/events.out.tfevents.1724360542.9mqd6r3-l.779799.1 +3 -0
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
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 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Gemma-2-2B_task-2_60-samples_config-1_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
|
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 |
library_name: peft
|
6 |
license: gemma
|
7 |
tags:
|
8 |
+
- alignment-handbook
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
|
|
19 |
|
20 |
# Gemma-2-2B_task-2_60-samples_config-1_auto
|
21 |
|
22 |
+
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 dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.6919
|
25 |
|
26 |
## Model description
|
27 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 13.91304347826087,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 2.2012891167195136e+16,
|
4 |
"train_loss": 0.43889961135573685,
|
5 |
"train_runtime": 953.8956,
|
|
|
1 |
{
|
2 |
"epoch": 13.91304347826087,
|
3 |
+
"eval_loss": 0.6918547749519348,
|
4 |
+
"eval_runtime": 5.1563,
|
5 |
+
"eval_samples": 12,
|
6 |
+
"eval_samples_per_second": 2.327,
|
7 |
+
"eval_steps_per_second": 2.327,
|
8 |
"total_flos": 2.2012891167195136e+16,
|
9 |
"train_loss": 0.43889961135573685,
|
10 |
"train_runtime": 953.8956,
|
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": 13.91304347826087,
|
3 |
+
"eval_loss": 0.6918547749519348,
|
4 |
+
"eval_runtime": 5.1563,
|
5 |
+
"eval_samples": 12,
|
6 |
+
"eval_samples_per_second": 2.327,
|
7 |
+
"eval_steps_per_second": 2.327
|
8 |
+
}
|
runs/Aug22_22-45-55_9mqd6r3-l/events.out.tfevents.1724360542.9mqd6r3-l.779799.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f55188fb0940cb30c2e1dcb650825be2fd6463b10c29994811459a0d126969d
|
3 |
+
size 354
|