Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
metrics:
|
| 12 |
- f1
|
| 13 |
model-index:
|
| 14 |
-
- name:
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
name: Text Classification
|
|
@@ -23,9 +23,9 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: F1
|
| 25 |
type: f1
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
-
# INT8
|
| 29 |
|
| 30 |
### Post-training dynamic quantization
|
| 31 |
|
|
|
|
| 11 |
metrics:
|
| 12 |
- f1
|
| 13 |
model-index:
|
| 14 |
+
- name: bart-large-mrpc-int8-static
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
name: Text Classification
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: F1
|
| 25 |
type: f1
|
| 26 |
+
value: 0.9050847457627118
|
| 27 |
---
|
| 28 |
+
# INT8 bart-large-mrpc
|
| 29 |
|
| 30 |
### Post-training dynamic quantization
|
| 31 |
|