Instructions to use arcee-ai/Arcee-Scribe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcee-ai/Arcee-Scribe with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="arcee-ai/Arcee-Scribe", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcee-ai/Arcee-Scribe", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
31bf61f | 1 2 3 4 5 6 7 8 9 10 | {
"bos_token_id": 1,
"eos_token_id": [
2,
92542
],
"pad_token_id": 2,
"transformers_version": "4.43.0.dev0"
}
|