Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ tags:
|
|
9 |
- Pytorch
|
10 |
- Sentiment_Analysis
|
11 |
- Deberta
|
|
|
12 |
---
|
13 |
# Deberta for Sentiment Analysis
|
14 |
|
@@ -39,5 +40,4 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
|
|
39 |
|
40 |
get_sentiment("This is quite a mess you have made")
|
41 |
|
42 |
-
```
|
43 |
-
|
|
|
9 |
- Pytorch
|
10 |
- Sentiment_Analysis
|
11 |
- Deberta
|
12 |
+
license: mit
|
13 |
---
|
14 |
# Deberta for Sentiment Analysis
|
15 |
|
|
|
40 |
|
41 |
get_sentiment("This is quite a mess you have made")
|
42 |
|
43 |
+
```
|
|