Instructions to use AnanthZeke/bert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnanthZeke/bert-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AnanthZeke/bert-tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AnanthZeke/bert-tiny") model = AutoModelForMaskedLM.from_pretrained("AnanthZeke/bert-tiny") - Notebooks
- Google Colab
- Kaggle
Commit ·
e5c5fea
1
Parent(s): 7c17ea3
Training in progress, step 1000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2205810
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8568dd270db3864502ab49c85a3844b577dc9932bb4f3238a8dd485f803d0d6d
|
| 3 |
size 2205810
|
runs/Apr20_08-32-52_3e46997001e9/events.out.tfevents.1681979576.3e46997001e9.153.8
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:668af74f355f68e8cb9ac88a25cd412b6481196fa8ab54521ccb8264f5ac5609
|
| 3 |
+
size 4148
|