Create README.md
Browse filesBasically, my first model uploaded to the hub.
Metrics:
f1: 0.9311598148474379
accuracy: 0.93116
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- stanfordnlp/imdb
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- f1
|
| 9 |
+
- accuracy
|
| 10 |
+
base_model:
|
| 11 |
+
- distilbert/distilbert-base-uncased
|
| 12 |
+
pipeline_tag: text-classification
|
| 13 |
+
library_name: transformers
|
| 14 |
+
tags:
|
| 15 |
+
- text-classification
|
| 16 |
+
- imdb
|
| 17 |
+
---
|