Instructions to use sjwsjw/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sjwsjw/dummy-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="sjwsjw/dummy-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("sjwsjw/dummy-model") model = AutoModelForMaskedLM.from_pretrained("sjwsjw/dummy-model") - Notebooks
- Google Colab
- Kaggle
add zip for test
Browse files- BuptMM - 04.zip +3 -0
BuptMM - 04.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2ee552aebbaafdd4ce8901f8fefca59f3e5e079e2dd16cf8a832c9a0451f5a
|
| 3 |
+
size 541859213
|