khalidalt commited on
Commit
a1ae107
1 Parent(s): 7511e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,11 +16,11 @@ metrics:
16
 
17
  widget:
18
 
19
- - text: "I first thought that I liked the movie, but upon second thought it was actually disappointing. [SEP] The movie was good."
20
 
21
  ---
22
 
23
- # DeBERTa-v3-large-mnli-fever-anli
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