togethercomputer-redpajama-incite-instruct-3b-v1
Version: 3
togethercomputer/RedPajama-INCITE-Instruct-3B-v1 is a pre-trained language model available on the Hugging Face Hub. It's specifically designed for the text-generation task in the transformers library. If you want to learn more about the model's architecture, hyperparameters, limitations, and biases, you can find this information on the model's dedicated Model Card on the Hugging Face Hub .
Here's an example API request payload that you can use to obtain predictions from the model:
{
"inputs": "Label the tweets as either 'positive', 'negative', 'mixed', or 'neutral': \n\nTweet: I can say that there isn't anything I would change.\nLabel: positive\n\nTweet: I'm not sure about this.\nLabel: neutral\n\nTweet: I liked some parts but I didn't like other parts.\nLabel: mixed\n\nTweet: I think the background image could have been better.\nLabel: negative\n\nTweet: I really like it.\nLabel:"
}
Model Specifications
LicenseApache-2.0
Last UpdatedMay 2023
ProviderHuggingFace