End of training
Browse files
README.md
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
license: gemma
|
3 |
base_model: google/gemma-7b
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: mental_health_counseling_merged_v0.1
|
12 |
results: []
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# mental_health_counseling_merged_v0.1
|
19 |
|
20 |
-
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8529
|
23 |
|
|
|
2 |
license: gemma
|
3 |
base_model: google/gemma-7b
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
12 |
datasets:
|
13 |
+
- chansung/mental_health_counseling_conversations_merged
|
14 |
model-index:
|
15 |
- name: mental_health_counseling_merged_v0.1
|
16 |
results: []
|
|
|
21 |
|
22 |
# mental_health_counseling_merged_v0.1
|
23 |
|
24 |
+
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the chansung/mental_health_counseling_conversations_merged dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.8529
|
27 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 2.1191156679948894e+19,
|
4 |
"train_loss": 0.9175008542622121,
|
5 |
"train_runtime": 172180.6812,
|
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
+
"eval_loss": 0.8528754711151123,
|
4 |
+
"eval_runtime": 641.8314,
|
5 |
+
"eval_samples": 5130,
|
6 |
+
"eval_samples_per_second": 7.007,
|
7 |
+
"eval_steps_per_second": 0.584,
|
8 |
"total_flos": 2.1191156679948894e+19,
|
9 |
"train_loss": 0.9175008542622121,
|
10 |
"train_runtime": 172180.6812,
|
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"eos_token_id": 1,
|
10 |
"head_dim": 256,
|
11 |
"hidden_act": "gelu",
|
12 |
-
"hidden_activation":
|
13 |
"hidden_size": 3072,
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_size": 24576,
|
@@ -23,7 +23,7 @@
|
|
23 |
"_load_in_4bit": true,
|
24 |
"_load_in_8bit": false,
|
25 |
"bnb_4bit_compute_dtype": "bfloat16",
|
26 |
-
"bnb_4bit_quant_storage": "
|
27 |
"bnb_4bit_quant_type": "nf4",
|
28 |
"bnb_4bit_use_double_quant": false,
|
29 |
"llm_int8_enable_fp32_cpu_offload": false,
|
@@ -38,7 +38,7 @@
|
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 10000.0,
|
40 |
"torch_dtype": "bfloat16",
|
41 |
-
"transformers_version": "4.
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 256000
|
44 |
}
|
|
|
9 |
"eos_token_id": 1,
|
10 |
"head_dim": 256,
|
11 |
"hidden_act": "gelu",
|
12 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
13 |
"hidden_size": 3072,
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_size": 24576,
|
|
|
23 |
"_load_in_4bit": true,
|
24 |
"_load_in_8bit": false,
|
25 |
"bnb_4bit_compute_dtype": "bfloat16",
|
26 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
28 |
"bnb_4bit_use_double_quant": false,
|
29 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 10000.0,
|
40 |
"torch_dtype": "bfloat16",
|
41 |
+
"transformers_version": "4.41.1",
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 256000
|
44 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch": 0
|
3 |
-
"eval_loss": 0.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 5130,
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_loss": 0.8528754711151123,
|
4 |
+
"eval_runtime": 641.8314,
|
5 |
"eval_samples": 5130,
|
6 |
+
"eval_samples_per_second": 7.007,
|
7 |
+
"eval_steps_per_second": 0.584
|
8 |
}
|
runs/May27_11-46-06_instance-20240524-1004/events.out.tfevents.1716998047.instance-20240524-1004.480.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec1d9fb83b7b23c70f96ba44c5530d53acb6f9d78a03e59d39631bb3463174df
|
3 |
+
size 364
|