Instructions to use dtorber/bert-base-spanish-wwm-cased_K2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dtorber/bert-base-spanish-wwm-cased_K2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dtorber/bert-base-spanish-wwm-cased_K2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K2") model = AutoModelForSequenceClassification.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439433208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90d5b67aa350abd512b67c1d553647366ca7acbea0b10e4a8ac0977d015395fb
|
| 3 |
size 439433208
|
runs/Mar12_15-24-32_tardis/events.out.tfevents.1710253473.tardis.125084.12
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:c953484f50152b251653493db7e6aa9e8b16a1b00ba38c3a73e89798d645f511
|
| 3 |
+
size 6923
|