Instructions to use Chakita/Kalbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chakita/Kalbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Chakita/Kalbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Chakita/Kalbert") model = AutoModelForMaskedLM.from_pretrained("Chakita/Kalbert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
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 132620936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:341991bd0f73f5f5c28f6e5bcd2968cdc563f371e5c5421b326329f45b9341fd
|
| 3 |
size 132620936
|
runs/Jan04_12-53-45_19415c40739a/events.out.tfevents.1672836833.19415c40739a.216.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:fa38ef13f9c0f2e203e1cf0727e6dfb5658a28c0f63e05c13edf413d40f692d8
|
| 3 |
+
size 7731
|