Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ metrics:
|
|
16 |
|
17 |
widget:
|
18 |
|
19 |
-
- text: "
|
20 |
|
21 |
---
|
22 |
|
23 |
-
# DeBERTa-v3-large-mnli
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -36,7 +36,7 @@ The model used is [DeBERTa-v3-large from Microsoft](https://huggingface.co/micro
|
|
36 |
|
37 |
premise = "The Movie have been criticized for the story. However, I think it is a great movie."
|
38 |
|
39 |
-
hypothesis = "I liked the movie"
|
40 |
|
41 |
input = tokenizer(premise, hypothesis, truncation=True, return_tensors="pt")
|
42 |
|
|
|
16 |
|
17 |
widget:
|
18 |
|
19 |
+
- text: "The Movie have been criticized for the story. However, I think it is a great movie. [SEP] I liked the movie."
|
20 |
|
21 |
---
|
22 |
|
23 |
+
# DeBERTa-v3-large-mnli
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
36 |
|
37 |
premise = "The Movie have been criticized for the story. However, I think it is a great movie."
|
38 |
|
39 |
+
hypothesis = "I liked the movie."
|
40 |
|
41 |
input = tokenizer(premise, hypothesis, truncation=True, return_tensors="pt")
|
42 |
|