Instructions to use Violeta/ArmBERTa_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Violeta/ArmBERTa_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Violeta/ArmBERTa_Model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Violeta/ArmBERTa_Model") model = AutoModel.from_pretrained("Violeta/ArmBERTa_Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
159e364 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ce5e222f799c0849cdadca2c984f230b9c3c810c8ce265e1a2a49948f70b1c71
size 442553143
|