DeepakKumarMSL commited on
Commit
5a92f65
·
verified ·
1 Parent(s): 338a31b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -42,7 +42,7 @@ Install all required Python packages:
42
 
43
  - **report_to**: **Disabled (no Weights & Biases)**
44
 
45
- ## 🧊 Model Quantization (CPU Inference)
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 (Optional)
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