MelikeDulkadir commited on
Commit
084b93c
1 Parent(s): 78b4c32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingf
18
 
19
  ## Model description
20
 
21
- This model gives the probabality values that calculate the result of LABEL 1 if the given sentences are positive, and LABEL 0 if they are negative, together with their values.
22
 
23
 
24
  ## Intended uses & limitations
 
18
 
19
  ## Model description
20
 
21
+ This model gives the result of LABEL_1 if the given sentences are positive, and LABEL_0 if they are negative, together with the calculated probabality values.
22
 
23
 
24
  ## Intended uses & limitations