Instructions to use dtorber/bert-base-spanish-wwm-cased_K5 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_K5 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_K5")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K5") model = AutoModelForSequenceClassification.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
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:642bad73ed6e31fc6a23fb05d97211b07d0a1a78be6fd04e5e7861308dffc00d
|
| 3 |
size 439433208
|
runs/Mar12_14-02-02_tardis/events.out.tfevents.1710248523.tardis.118975.18
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:79a6ea7be2ab0225d37a6657e9964d5de90f159897fdf91ba10ea6930df157d5
|
| 3 |
+
size 6295
|