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") - Notebooks
- Google Colab
- Kaggle
Commit ·
8db5dce
1
Parent(s): c3eb12a
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89001d641c5969dfbfaed87438d3b44ee191a77a5fb31765fe8010201b501da5
|
| 3 |
+
size 442476525
|