Instructions to use mideind/IceBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mideind/IceBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mideind/IceBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mideind/IceBERT") model = AutoModelForMaskedLM.from_pretrained("mideind/IceBERT") - Notebooks
- Google Colab
- Kaggle
Eru það notkunareglur til að nota modelið?
#2
by projectmoon1 - opened
Hvaða tölvuforrit get ég notið? PyTorch? LlamaCPP?
What program/framework should be used to run these models? PyTorch? LlamaCPP? A snippet on how to use it in the model card would be very helpful.