Instructions to use lisdarr/19_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lisdarr/19_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lisdarr/19_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lisdarr/19_model") model = AutoModelForMaskedLM.from_pretrained("lisdarr/19_model") - Notebooks
- Google Colab
- Kaggle
π© Report : Ethical issue(s)
#1
by Yhyu13 - opened
Insult on China is not allowed on this platform
Thank you for reporting. @lisdarr can you please update the name of your model? For context, our content guidelines (https://huggingface.co/content-guidelines) and code of conduct (https://huggingface.co/code-of-conduct).