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 4000
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:927ffe4118e0b54512831ebd9806b6a6a5190c8b35fbb06ec2a1dc374e86ecfc
|
| 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:a0fcab0aa92322a60663c148d3534fd20fe281ac618bb2b9c758da8d3abfe709
|
| 3 |
+
size 10357
|