furmaniak commited on
Commit
74594c8
·
verified ·
1 Parent(s): c788345

Model save

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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 the openalex_references dataset.
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: 1e-05
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
- - lr_scheduler_warmup_ratio: 0.05
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