End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,8 +37,8 @@ More information needed
|
|
37 |
|
38 |
The following `bitsandbytes` quantization config was used during training:
|
39 |
- quant_method: bitsandbytes
|
40 |
-
-
|
41 |
-
-
|
42 |
- llm_int8_threshold: 6.0
|
43 |
- llm_int8_skip_modules: None
|
44 |
- llm_int8_enable_fp32_cpu_offload: False
|
@@ -46,6 +46,8 @@ The following `bitsandbytes` quantization config was used during training:
|
|
46 |
- bnb_4bit_quant_type: nf4
|
47 |
- bnb_4bit_use_double_quant: True
|
48 |
- bnb_4bit_compute_dtype: float16
|
|
|
|
|
49 |
### Training hyperparameters
|
50 |
|
51 |
The following hyperparameters were used during training:
|
@@ -55,7 +57,7 @@ The following hyperparameters were used during training:
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: cosine
|
58 |
-
- training_steps:
|
59 |
|
60 |
### Training results
|
61 |
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3252
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
|
38 |
The following `bitsandbytes` quantization config was used during training:
|
39 |
- quant_method: bitsandbytes
|
40 |
+
- _load_in_8bit: False
|
41 |
+
- _load_in_4bit: True
|
42 |
- llm_int8_threshold: 6.0
|
43 |
- llm_int8_skip_modules: None
|
44 |
- llm_int8_enable_fp32_cpu_offload: False
|
|
|
46 |
- bnb_4bit_quant_type: nf4
|
47 |
- bnb_4bit_use_double_quant: True
|
48 |
- bnb_4bit_compute_dtype: float16
|
49 |
+
- load_in_4bit: True
|
50 |
+
- load_in_8bit: False
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: cosine
|
60 |
+
- training_steps: 500
|
61 |
|
62 |
### Training results
|
63 |
|
runs/Jan31_13-01-38_5a17fd8cf618/events.out.tfevents.1706708824.5a17fd8cf618.346.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de325cb7286a7ff6c42851b8cc64fcbbdfd37bd84a2ba7542fcc072b0c0f890c
|
3 |
+
size 359
|