Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ metrics:
|
|
14 |
# INT8 T5 large finetuned on CNN DailyMail
|
15 |
### Post-training dynamic quantization
|
16 |
This is an INT8 PyTorch model quantized with [huggingface/optimum-intel](https://github.com/huggingface/optimum-intel) through the usage of [Intel® Neural Compressor](https://github.com/intel/neural-compressor).
|
|
|
17 |
The original fp32 model comes from the fine-tuned model [sysresearch101/t5-large-finetuned-xsum-cnn](https://huggingface.co/sysresearch101/t5-large-finetuned-xsum-cnn).
|
18 |
### Evaluation result
|
19 |
| |INT8|FP32|
|
|
|
14 |
# INT8 T5 large finetuned on CNN DailyMail
|
15 |
### Post-training dynamic quantization
|
16 |
This is an INT8 PyTorch model quantized with [huggingface/optimum-intel](https://github.com/huggingface/optimum-intel) through the usage of [Intel® Neural Compressor](https://github.com/intel/neural-compressor).
|
17 |
+
|
18 |
The original fp32 model comes from the fine-tuned model [sysresearch101/t5-large-finetuned-xsum-cnn](https://huggingface.co/sysresearch101/t5-large-finetuned-xsum-cnn).
|
19 |
### Evaluation result
|
20 |
| |INT8|FP32|
|