Update README.md
Browse files
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
|