End of training
Browse files- README.md +5 -5
- generation_config.json +0 -3
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- trl
|
6 |
- sft
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# phi-1_5_fictional
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -37,8 +37,8 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 5e-05
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/phi-1_5
|
4 |
tags:
|
5 |
- trl
|
6 |
- sft
|
|
|
17 |
|
18 |
# phi-1_5_fictional
|
19 |
|
20 |
+
This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the mmlu_no_train dataset.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 2
|
41 |
+
- eval_batch_size: 2
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
generation_config.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"bos_token_id": 2,
|
4 |
-
"eos_token_id": 2,
|
5 |
-
"pad_token_id": 1,
|
6 |
"transformers_version": "4.36.2"
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
|
|
|
|
|
|
3 |
"transformers_version": "4.36.2"
|
4 |
}
|