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 117150
Browse files
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:f989ccc048804eb899465becaefc854923e6bbc85c38a89157dfe648ec95bfaa
|
| 3 |
size 328693404
|
runs/Jul17_10-16-34_ecc757c227ee/events.out.tfevents.1721211396.ecc757c227ee.34.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62f093999a93ada7171a04cbb10c5f0364b375221125fc8de7e6d014ae4ff5a4
|
| 3 |
+
size 96045
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:154d3b4d15b007a33ad06bce81dd7f812f0f3055047c625dc7a18b4ae743dea0
|
| 3 |
size 5112
|