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 1
Browse files
config.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"position_embedding_type": "absolute",
|
| 30 |
"problem_type": "single_label_classification",
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
-
"transformers_version": "4.
|
| 33 |
"type_vocab_size": 2,
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 31002
|
|
|
|
| 29 |
"position_embedding_type": "absolute",
|
| 30 |
"problem_type": "single_label_classification",
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
+
"transformers_version": "4.37.2",
|
| 33 |
"type_vocab_size": 2,
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 31002
|
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:ea6e80e553db054dd932a6bcb3fb5a04c750f5f4ba64cfe783c83ebd73be5da9
|
| 3 |
size 439433208
|
runs/Mar11_17-54-13_tardis/events.out.tfevents.1710176065.tardis.80726.18
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a23cf30ca3eedd64c40ebdb58af1592216bb72fd3af46b8f1a688dcd0754deb6
|
| 3 |
+
size 4184
|
training_args.bin
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:e2e8fcb656725bf04169a778946dcc2c214ecbc1642b482a01a7f16f1a4910f3
|
| 3 |
+
size 4856
|