Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
# Simple Text Classifier
|
9 |
|
|
|
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 |
+
- PyTorch
|
13 |
+
- text-classification
|
14 |
+
- sentiment-analysis
|
15 |
+
---
|
16 |
|
17 |
# Simple Text Classifier
|
18 |
|