ssmits commited on
Commit
5bc9a1c
·
verified ·
1 Parent(s): 0d4225a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ The model was fine-tuned using the following approach:
68
 
69
  ### Fine-tuning Configuration
70
 
71
- The model includes an advanced learning rate optimization system for fine-tuning, implemented through the `LROptimizerCallback` class:
72
 
73
  ```python
74
  from transformers import AutoTokenizer, Trainer
 
68
 
69
  ### Fine-tuning Configuration
70
 
71
+ The model includes an advanced learning rate optimization system for fine-tuning, implemented through the custom `LROptimizerCallback` class which can be found in _lr_optimizer.py_:
72
 
73
  ```python
74
  from transformers import AutoTokenizer, Trainer