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 ·
1850f28
1
Parent(s): b5f85c0
Training in progress, step 2500
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:180338910b273c587f5a86673c973e58afa352f72388ac6d76834680f012ea6e
|
| 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:96b864ed030efdf4fa64f84c66e1b21ed1fada0fc99d262c63bb00598480c12f
|
| 3 |
+
size 4619
|