Instructions to use budecosystem/Maxwell-TCS-v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use budecosystem/Maxwell-TCS-v0.2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="budecosystem/Maxwell-TCS-v0.2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("budecosystem/Maxwell-TCS-v0.2") model = AutoModelForSequenceClassification.from_pretrained("budecosystem/Maxwell-TCS-v0.2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f55c80e verified
Shreyan Chaubey commited on
Upload README.md 7d40a57 verified
Shreyan Chaubey commited on
Upload ModernBertForSequenceClassification e7fbe6c verified
Shreyan Chaubey commited on
Upload README.md 2becd55 verified
Shreyan Chaubey commited on
Upload tokenizer e2c6941 verified
Shreyan Chaubey commited on
initial commit aa40a79 verified
Shreyan Chaubey commited on