Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This model is trained with magnitude sparsity using NNCF. The "pytorch_model.bin" contains customized components needed by NNCF.
|
|
|
1 |
---
|
2 |
pipeline_tag: text-classification
|
3 |
+
datasets:
|
4 |
+
- sst-2
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
---
|
8 |
|
9 |
This model is trained with magnitude sparsity using NNCF. The "pytorch_model.bin" contains customized components needed by NNCF.
|