Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# Simple Text Classifier
|
| 3 |
|
|
@@ -33,4 +45,4 @@ predicted_class = outputs.argmax(-1).item()
|
|
| 33 |
- text-classification
|
| 34 |
- sentiment-analysis
|
| 35 |
|
| 36 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- stanfordnlp/sst2
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- distilbert/distilbert-base-uncased
|
| 9 |
+
pipeline_tag: text-classification
|
| 10 |
+
tags:
|
| 11 |
+
- legal
|
| 12 |
+
---
|
| 13 |
|
| 14 |
# Simple Text Classifier
|
| 15 |
|
|
|
|
| 45 |
- text-classification
|
| 46 |
- sentiment-analysis
|
| 47 |
|
| 48 |
+
```
|