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.0244
|
| 24 |
+
- Precision: 0.9739
|
| 25 |
+
- Recall: 0.9733
|
| 26 |
+
- F1: 0.9736
|
| 27 |
+
- Accuracy: 0.9950
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
+
| 0.1217 | 0.6435 | 500 | 0.0684 | 0.9133 | 0.9323 | 0.9227 | 0.9856 |
|
| 59 |
+
| 0.0496 | 1.2870 | 1000 | 0.0466 | 0.9410 | 0.9551 | 0.9480 | 0.9902 |
|
| 60 |
+
| 0.0601 | 1.9305 | 1500 | 0.0327 | 0.9660 | 0.9622 | 0.9641 | 0.9929 |
|
| 61 |
+
| 0.0144 | 2.5740 | 2000 | 0.0244 | 0.9739 | 0.9733 | 0.9736 | 0.9950 |
|
| 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:d25f4c965893b2f0b429e2acde813f9d565da5bca8c0d231f963c5dbb76193d4
|
| 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:513f8f80af98d6885ad4f2d5ff2848a3f8acaf786f4108dab4933cd51dc9214a
|
| 3 |
size 5304
|