Transformers
Safetensors
English
t5
text2text-generation
aspect-based-sentiment-analysis
absa
natural-language-processing
masked-absa
text-generation-inference
Instructions to use tweetpie/masked-absa-rest15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tweetpie/masked-absa-rest15 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tweetpie/masked-absa-rest15") model = AutoModelForSeq2SeqLM.from_pretrained("tweetpie/masked-absa-rest15", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -31,5 +31,5 @@
|
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
"transformers_version": "4.35.2",
|
| 33 |
"use_cache": true,
|
| 34 |
-
"vocab_size":
|
| 35 |
}
|
|
|
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
"transformers_version": "4.35.2",
|
| 33 |
"use_cache": true,
|
| 34 |
+
"vocab_size": 32128
|
| 35 |
}
|