Instructions to use Homeskills/mt_instruct_absa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Homeskills/mt_instruct_absa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Homeskills/mt_instruct_absa") model = AutoModelForSeq2SeqLM.from_pretrained("Homeskills/mt_instruct_absa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This is a model fine-tuned on my custom dataset. The original model is here: https://huggingface.co/kevinscaria/joint_tk-instruct-base-def-pos-neg-neut-combined
@inproceedings{Scaria2023InstructABSAIL, title={InstructABSA: Instruction Learning for Aspect Based Sentiment Analysis}, author={Kevin Scaria and Himanshu Gupta and Saurabh Arjun Sawant and Swaroop Mishra and Chitta Baral}, year={2023} }
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support