Instructions to use clapAI/Fin-ModernBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clapAI/Fin-ModernBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="clapAI/Fin-ModernBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("clapAI/Fin-ModernBERT") model = AutoModelForMaskedLM.from_pretrained("clapAI/Fin-ModernBERT") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1466
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 299324680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e3072836a7a05c7c572afedb568582cb7d3e8227669ced72231e3c218820294
|
| 3 |
size 299324680
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:696d95ac23d8c64782dcf3e30ccb558ae9038efb6c0da08dc57b43cd2ee43d17
|
| 3 |
size 5777
|