ajinathgh commited on
Commit
a70fa8b
·
verified ·
1 Parent(s): ffbf524

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -1,9 +1,18 @@
1
- language: en
2
- tags:
3
- - pytorch
4
- - text-classification
5
- - sentiment-analysis
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