Update README.md
Browse files
README.md
CHANGED
|
@@ -108,7 +108,8 @@ The Hugging Face's `CoNLL-2003` dataset was used, containing texts and their ner
|
|
| 108 |
## 📊 Training Details
|
| 109 |
- **Number of epochs**: 3
|
| 110 |
- **Batch size**: 8
|
| 111 |
-
- **Evaluation strategy**: epoch
|
|
|
|
| 112 |
|
| 113 |
### ⚡ Quantization
|
| 114 |
Post-training quantization was applied using PyTorch's built-in quantization framework to reduce the model size and improve inference efficiency.
|
|
|
|
| 108 |
## 📊 Training Details
|
| 109 |
- **Number of epochs**: 3
|
| 110 |
- **Batch size**: 8
|
| 111 |
+
- **Evaluation strategy**: epoch
|
| 112 |
+
- **Learning Rate**: 2e-5
|
| 113 |
|
| 114 |
### ⚡ Quantization
|
| 115 |
Post-training quantization was applied using PyTorch's built-in quantization framework to reduce the model size and improve inference efficiency.
|