Instructions to use TheDiamondKing/Discord-Message-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheDiamondKing/Discord-Message-Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="TheDiamondKing/Discord-Message-Small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("TheDiamondKing/Discord-Message-Small") model = AutoModelForMaskedLM.from_pretrained("TheDiamondKing/Discord-Message-Small") - Notebooks
- Google Colab
- Kaggle
Commit ·
aa6045d
1
Parent(s): 18417c2
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b74a15380e28744a556919879b4fec805cc42a18363d5f1f8a55dd439c72f93
|
| 3 |
+
size 334056939
|