Update README.md
Browse files
README.md
CHANGED
@@ -33,20 +33,11 @@ The **Aspect-Based Sentiment Analyzer using BERT** is a state-of-the-art natural
|
|
33 |
Trained on the [Stanford IMDB dataset](https://huggingface.co/datasets/stanfordnlp/imdb), the model has been fine-tuned to detect sentiment related to different aspects, making it valuable for businesses aiming to enhance customer satisfaction and gather insights from user-generated content. Its robust performance can aid in sentiment analysis tasks across various domains, including product reviews, service evaluations, and social media interactions.
|
34 |
|
35 |
- **Developed by:** Srimeenakshi K S
|
36 |
-
- **Funded by [optional]:** [Not Applicable]
|
37 |
-
- **Shared by [optional]:** [Not Applicable]
|
38 |
- **Model type:** Aspect-Based Sentiment Analysis
|
39 |
- **Language(s) (NLP):** English
|
40 |
- **License:** MIT License
|
41 |
-
- **Finetuned from model
|
42 |
|
43 |
-
### Model Sources [optional]
|
44 |
-
|
45 |
-
<!-- Provide the basic links for the model. -->
|
46 |
-
|
47 |
-
- **Repository:** [Hugging Face](https://huggingface.co/srimeenakshiks/aspect-based-sentiment-analyzer-using-bert)
|
48 |
-
- **Paper [optional]:** [Not Applicable]
|
49 |
-
- **Demo [optional]:** [Not Applicable]
|
50 |
|
51 |
## Uses
|
52 |
|
@@ -58,7 +49,7 @@ Trained on the [Stanford IMDB dataset](https://huggingface.co/datasets/stanfordn
|
|
58 |
The model can be used directly to classify sentiments in user-generated text based on specified aspects without the need for additional fine-tuning. It is suitable for analyzing reviews, social media posts, and other forms of textual feedback.
|
59 |
|
60 |
|
61 |
-
### Downstream Use
|
62 |
|
63 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
64 |
This model can be integrated into applications for customer feedback analysis, chatbots for customer service, or sentiment analysis tools for businesses looking to improve their products and services based on customer input.
|
@@ -187,8 +178,6 @@ The model is based on the BERT architecture, specifically designed to understand
|
|
187 |
- **Framework:** PyTorch
|
188 |
- **Library Version**: Hugging Face Transformers version 4.44.2
|
189 |
|
190 |
-
[More Information Needed]
|
191 |
-
|
192 |
## Citation
|
193 |
|
194 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
@@ -216,7 +205,7 @@ Srimeenakshi K S. (2024). _Aspect-Based Sentiment Analyzer using BERT_. Hugging
|
|
216 |
|
217 |
## Model Card Authors
|
218 |
|
219 |
-
- **Author:** Srimeenakshi
|
220 |
|
221 |
## Model Card Contact
|
222 |
|
|
|
33 |
Trained on the [Stanford IMDB dataset](https://huggingface.co/datasets/stanfordnlp/imdb), the model has been fine-tuned to detect sentiment related to different aspects, making it valuable for businesses aiming to enhance customer satisfaction and gather insights from user-generated content. Its robust performance can aid in sentiment analysis tasks across various domains, including product reviews, service evaluations, and social media interactions.
|
34 |
|
35 |
- **Developed by:** Srimeenakshi K S
|
|
|
|
|
36 |
- **Model type:** Aspect-Based Sentiment Analysis
|
37 |
- **Language(s) (NLP):** English
|
38 |
- **License:** MIT License
|
39 |
+
- **Finetuned from model:** BERT-base-uncased
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
## Uses
|
43 |
|
|
|
49 |
The model can be used directly to classify sentiments in user-generated text based on specified aspects without the need for additional fine-tuning. It is suitable for analyzing reviews, social media posts, and other forms of textual feedback.
|
50 |
|
51 |
|
52 |
+
### Downstream Use
|
53 |
|
54 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
This model can be integrated into applications for customer feedback analysis, chatbots for customer service, or sentiment analysis tools for businesses looking to improve their products and services based on customer input.
|
|
|
178 |
- **Framework:** PyTorch
|
179 |
- **Library Version**: Hugging Face Transformers version 4.44.2
|
180 |
|
|
|
|
|
181 |
## Citation
|
182 |
|
183 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
205 |
|
206 |
## Model Card Authors
|
207 |
|
208 |
+
- **Author:** Srimeenakshi K S
|
209 |
|
210 |
## Model Card Contact
|
211 |
|