Instructions to use date3k2/mamba-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use date3k2/mamba-text-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="date3k2/mamba-text-classification", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("date3k2/mamba-text-classification", trust_remote_code=True) model = AutoModelForSequenceClassification.from_pretrained("date3k2/mamba-text-classification", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Unable to access visualize in Wandb.ai
#1
by tinchung - opened
When you click on the link it says:
`Looks like you stumbled on an empty page.
If this is the right URL, you might need to ask the page owner to change the privacy permissions or invite you to the team.`
can you check that, also can you share the code for fine-tuned, I'm new to this hugging face so I don't know how to find them.
date3k2 changed discussion status to closed