Instructions to use claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4") model = AutoModelForTokenClassification.from_pretrained("claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
claudiaMartinez1982/bert-base-spanish-wwm-cased_bs4
Browse files- README.md +9 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Precision: 0.
|
| 25 |
-
- Recall: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
-
- Accuracy: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0253
|
| 24 |
+
- Precision: 0.9727
|
| 25 |
+
- Recall: 0.9746
|
| 26 |
+
- F1: 0.9737
|
| 27 |
+
- Accuracy: 0.9946
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
+
| 0.1167 | 0.6435 | 500 | 0.0831 | 0.8890 | 0.9069 | 0.8978 | 0.9799 |
|
| 59 |
+
| 0.064 | 1.2870 | 1000 | 0.0561 | 0.9404 | 0.9447 | 0.9425 | 0.9898 |
|
| 60 |
+
| 0.0496 | 1.9305 | 1500 | 0.0264 | 0.9517 | 0.9622 | 0.9569 | 0.9932 |
|
| 61 |
+
| 0.0159 | 2.5740 | 2000 | 0.0253 | 0.9727 | 0.9746 | 0.9737 | 0.9946 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437135244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a484b58efdbe207323f08502717921d550a770100b5ed4b80f41cf2903153c7e
|
| 3 |
size 437135244
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22fc8b16a28bba88e62ee6e41ee4a867adf1e52995013984652000559e9fc6fd
|
| 3 |
size 5304
|