Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
datasets:
|
| 4 |
-
-
|
| 5 |
-
- rotten_tomatoes
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
metrics:
|
| 9 |
-
- accuracy
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
widget:
|
| 12 |
- text: "Skye tried very hard not to look at the shattered glass that was all over the city’s paths and roads, and pretty much everywhere, really."
|
| 13 |
example_title: "Book Text"
|
| 14 |
- text: "I am so sorry this is a day late, guys. Unfortunately, my internet was down so it was out of my control. Its still intermittent but hopefully it will be fine by next week."
|
| 15 |
example_title: "Normal Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
# Book Test Classifier
|
| 18 |
|
| 19 |
-
Classify book text
|
| 20 |
|
| 21 |
|
| 22 |
## Model Details
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
datasets:
|
| 4 |
+
- shhossain/book-text-classifier
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
widget:
|
| 9 |
- text: "Skye tried very hard not to look at the shattered glass that was all over the city’s paths and roads, and pretty much everywhere, really."
|
| 10 |
example_title: "Book Text"
|
| 11 |
- text: "I am so sorry this is a day late, guys. Unfortunately, my internet was down so it was out of my control. Its still intermittent but hopefully it will be fine by next week."
|
| 12 |
example_title: "Normal Text"
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
+
model-index:
|
| 16 |
+
- name: shhossain/bert-tiny-book-text-classifier
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: text-classification
|
| 20 |
+
name: Text Classification
|
| 21 |
+
dataset:
|
| 22 |
+
type: shhossain/book-text-classifier
|
| 23 |
+
name: Book Text Classifier Dataset
|
| 24 |
+
split: test
|
| 25 |
+
metrics:
|
| 26 |
+
- type: accuracy
|
| 27 |
+
value: 0.999128
|
| 28 |
+
verified: true
|
| 29 |
---
|
| 30 |
# Book Test Classifier
|
| 31 |
|
| 32 |
+
Classify book text (mostly fictional book)
|
| 33 |
|
| 34 |
|
| 35 |
## Model Details
|