Instructions to use dtorber/bert-base-spanish-wwm-cased_K3 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_K3 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_K3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K3") model = AutoModelForSequenceClassification.from_pretrained("dtorber/bert-base-spanish-wwm-cased_K3", 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:b3bd709fc832ace6d56a150c77116afd5e203daea2622019073f174b1b8eae68
|
| 3 |
size 439433208
|
runs/Mar11_17-48-02_tardis/events.out.tfevents.1710175694.tardis.80726.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:973ba1e973d1fb2be548e888ec14d673311d8adc64165af6665e134ed43e323d
|
| 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:f3abe738c08ecb8c9be74494395d98535bc408fd7d1fa2b21944cba0f119afd9
|
| 3 |
+
size 4856
|