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 +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
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.38.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:bba361f1ec0a4346db763036277e78257f195c7a1287345332a521c05c152609
|
| 3 |
size 439433208
|
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:5549b13a59c8a09af89d5b99e2d0e8e85a8eb2fe59f3b0c040fa0fbea907020b
|
| 3 |
+
size 4984
|