Instructions to use ashdev01/my_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashdev01/my_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ashdev01/my_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ashdev01/my_model") model = AutoModelForMaskedLM.from_pretrained("ashdev01/my_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 597
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328693404
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea173623c9f834b7106f8663c093eb1c6aeb5afefdd29ddea5938566537e2efa
|
| 3 |
size 328693404
|