How to use Facececersek/bedrock-sentiment-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Facececersek/bedrock-sentiment-tiny")
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Facececersek/bedrock-sentiment-tiny") model = AutoModelForSequenceClassification.from_pretrained("Facececersek/bedrock-sentiment-tiny")
The community tab is the place to discuss and collaborate with the HF community!