heitorrosa/cvm-corpus
Viewer • Updated • 802k • 2.66k
How to use heitorrosa/logun-base with PEFT:
Task type is invalid.
How to use heitorrosa/logun-base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="heitorrosa/logun-base") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("heitorrosa/logun-base")
model = AutoModelForMaskedLM.from_pretrained("heitorrosa/logun-base", device_map="auto")This model is a fine-tuned version of Itau-Unibanco/NorBERTo-base on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.5470 | 0.0860 | 500 | 0.5439 |
| 0.5278 | 0.1719 | 1000 | 0.5265 |
| 0.5182 | 0.2579 | 1500 | 0.5230 |
| 0.5087 | 0.3439 | 2000 | 0.5111 |
| 0.5099 | 0.4299 | 2500 | 0.5067 |
| 0.5029 | 0.5158 | 3000 | 0.5020 |
| 0.4995 | 0.6018 | 3500 | 0.5057 |
| 0.4999 | 0.6878 | 4000 | 0.5016 |
| 0.4924 | 0.7737 | 4500 | 0.4992 |
| 0.4986 | 0.8597 | 5000 | 0.4918 |
| 0.4951 | 0.9457 | 5500 | 0.4952 |
| 0.4841 | 1.0316 | 6000 | 0.4954 |
| 0.5001 | 1.1176 | 6500 | 0.4933 |
| 0.4961 | 1.2036 | 7000 | 0.4953 |
| 0.4884 | 1.2895 | 7500 | 0.4918 |
| 0.4946 | 1.3755 | 8000 | 0.4919 |
| 0.4763 | 1.4615 | 8500 | 0.4874 |
| 0.4814 | 1.5000 | 8724 | 0.4919 |
Base model
Itau-Unibanco/NorBERTo-base