Instructions to use marlex7/multiagent_to_small_trial_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marlex7/multiagent_to_small_trial_4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marlex7/multiagent_to_small_trial_4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marlex7/multiagent_to_small_trial_4") model = AutoModelForSequenceClassification.from_pretrained("marlex7/multiagent_to_small_trial_4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c5a48fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2040fd051eac1ba55e6f3d1d9ccc8aac711d3c3ef5286eb7eb62b89fa3773db7
size 4856
|