puzzz21 commited on
Commit
8b4537c
1 Parent(s): ec9957d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -7,10 +7,7 @@ language:
7
  - en
8
  pipeline_tag: text-classification
9
  ---
10
- This model is finetuned on Scibert.
11
- It classifies sentiment of the scientific text based on it's context.
12
- Here, the context is the sentiment of the author depicted in the sentence.
13
- There are three classes; postitive, negative and neutral.
14
  This model outputs following classnames according to the sentiment:
15
  </br>
16
  <ul>
 
7
  - en
8
  pipeline_tag: text-classification
9
  ---
10
+ This model has been fine-tuned on Scibert specifically for sentiment classification in scientific texts. Its primary task is to categorize the sentiment expressed by the author based on the context of the sentence. The model classifies the sentiment into one of three classes: positive, negative, or neutral. The positive class is assigned when the author expresses a positive sentiment in the text, while the negative class is used when a negative sentiment is conveyed. The neutral class is assigned when the text does not exhibit any strong positive or negative sentiment.
 
 
 
11
  This model outputs following classnames according to the sentiment:
12
  </br>
13
  <ul>