Instructions to use julien-c/dummy-unknown with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use julien-c/dummy-unknown with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="julien-c/dummy-unknown")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("julien-c/dummy-unknown") model = AutoModelForMaskedLM.from_pretrained("julien-c/dummy-unknown") - Notebooks
- Google Colab
- Kaggle
try_to_load_from_cache_revision_test
#1
by olivierdehaene - opened
Pull Request opened with the huggingface_hub Python library
Uh? @olivierdehaene π
@julien-c it was needed for https://github.com/huggingface/huggingface_hub/pull/1316!
no pb!