Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ Install all required Python packages:
|
|
| 42 |
|
| 43 |
- **report_to**: **Disabled (no Weights & Biases)**
|
| 44 |
|
| 45 |
-
## 🧊 Model Quantization
|
| 46 |
|
| 47 |
We apply dynamic quantization on the trained model to reduce size and enable CPU inference:
|
| 48 |
|
|
@@ -52,8 +52,7 @@ quantized_model = torch.quantization.quantize_dynamic(
|
|
| 52 |
)
|
| 53 |
```
|
| 54 |
|
| 55 |
-
## 📏 Evaluation
|
| 56 |
-
The BLEU score section is commented out but can be enabled by:
|
| 57 |
|
| 58 |
```python
|
| 59 |
from evaluate import load
|
|
|
|
| 42 |
|
| 43 |
- **report_to**: **Disabled (no Weights & Biases)**
|
| 44 |
|
| 45 |
+
## 🧊 Model Quantization
|
| 46 |
|
| 47 |
We apply dynamic quantization on the trained model to reduce size and enable CPU inference:
|
| 48 |
|
|
|
|
| 52 |
)
|
| 53 |
```
|
| 54 |
|
| 55 |
+
## 📏 Evaluation
|
|
|
|
| 56 |
|
| 57 |
```python
|
| 58 |
from evaluate import load
|