ajinathgh commited on
Commit
2add585
·
verified ·
1 Parent(s): 88df5df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
+ ```