v1 binary sentiment INT8 ONNX (DistilBERT, SageMaker fine-tune, Macro F1 0.939)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card — MovieSentiment DistilBERT INT8
|
| 2 |
|
| 3 |
Following the [Mitchell et al. 2019 Model Card](https://arxiv.org/abs/1810.03993) template.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: onnxruntime
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- onnx
|
| 9 |
+
- int8
|
| 10 |
+
- quantized
|
| 11 |
+
- distilbert
|
| 12 |
+
- sentiment-analysis
|
| 13 |
+
- imdb
|
| 14 |
+
datasets:
|
| 15 |
+
- stanfordnlp/imdb
|
| 16 |
+
base_model: distilbert-base-uncased
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# Model Card — MovieSentiment DistilBERT INT8
|
| 20 |
|
| 21 |
Following the [Mitchell et al. 2019 Model Card](https://arxiv.org/abs/1810.03993) template.
|