Newvel commited on
Commit
138ae8d
1 Parent(s): be804cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -16
README.md CHANGED
@@ -31,25 +31,18 @@ pipeline_tag: text-classification
31
 
32
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
33
 
34
- - **Developed by:** [More Information Needed]
35
- - **Funded by [optional]:** [More Information Needed]
36
- - **Shared by [optional]:** [More Information Needed]
37
- - **Model type:** [More Information Needed]
38
- - **Language(s) (NLP):** [More Information Needed]
39
- - **License:** [More Information Needed]
40
- - **Finetuned from model [optional]:** [More Information Needed]
41
-
42
- ### Model Sources [optional]
43
-
44
- <!-- Provide the basic links for the model. -->
45
-
46
- - **Repository:** [More Information Needed]
47
- - **Paper [optional]:** [More Information Needed]
48
- - **Demo [optional]:** [More Information Needed]
49
 
50
  ## Uses
51
 
52
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
53
 
54
  ### Direct Use
55
 
 
31
 
32
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
33
 
34
+ - **Developed by:** Newvel
35
+ - **Model type:** NLP Text Classifier
36
+ - **Language(s) (NLP):** English
37
+ - **License:** Apache 2.0
38
+ - **Finetuned from model [optional]:** bert-base-uncased
 
 
 
 
 
 
 
 
 
 
39
 
40
  ## Uses
41
 
42
+ This model can be used for text classificatin directly by providing input in the form of text. For example, you can input a piece of text, and the model will return its classification or sentiment score.
43
+ This makes it ideal for tasks like:
44
+ -Sentiment analysis of user reviews
45
+
46
 
47
  ### Direct Use
48