mplaza commited on
Commit
8e92716
1 Parent(s): 082ded0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ We have fine-tuned this model from pretrained "bert-base-uncased".
13
 
14
 
15
 
16
- # How to usage
17
 
18
  The model answer the following question: Is "phrase B" paraphrases of "phrase A".
19
  Please note that we're considering phrases instead of sentences. Therefore, we must take into account that the model doesn't expect to find punctuation marks or long pieces of text.
@@ -23,7 +23,7 @@ Resulting probabilities correspond to classes:
23
  * 1: It's a paraphrase
24
 
25
 
26
- You can usage the model like this:
27
 
28
  ```
29
  import torch
 
13
 
14
 
15
 
16
+ # How to use it
17
 
18
  The model answer the following question: Is "phrase B" paraphrases of "phrase A".
19
  Please note that we're considering phrases instead of sentences. Therefore, we must take into account that the model doesn't expect to find punctuation marks or long pieces of text.
 
23
  * 1: It's a paraphrase
24
 
25
 
26
+ You can use the model like this:
27
 
28
  ```
29
  import torch