Instructions to use MatthijsN/angry with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatthijsN/angry with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="MatthijsN/angry")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("MatthijsN/angry") model = AutoModelForMaskedLM.from_pretrained("MatthijsN/angry") - Notebooks
- Google Colab
- Kaggle
Commit ·
6e86805
1
Parent(s): 45f0fbb
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (461274bbeda25ef5adaef857714764318a498d54)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6af58e7672fd6770f76179aa75b04504aad175409e7b5f794fb1727ce6e54c2
|
| 3 |
+
size 498818152
|