Model save
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# phi-4-openalex-with-references
|
18 |
|
19 |
-
This model is a fine-tuned version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) on
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
@@ -46,8 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
- total_eval_batch_size: 64
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: constant
|
49 |
-
-
|
50 |
-
- num_epochs: 1.0
|
51 |
|
52 |
### Training results
|
53 |
|
|
|
16 |
|
17 |
# phi-4-openalex-with-references
|
18 |
|
19 |
+
This model is a fine-tuned version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) on an unknown dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 8e-05
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
|
|
46 |
- total_eval_batch_size: 64
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: constant
|
49 |
+
- num_epochs: 2.0
|
|
|
50 |
|
51 |
### Training results
|
52 |
|