Text Classification
Transformers
Safetensors
Portuguese
English
deberta-v2
aes
Eval Results (legacy)
text-embeddings-inference
Instructions to use kamel-usp/jbcs2025_albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kamel-usp/jbcs2025_albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kamel-usp/jbcs2025_albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kamel-usp/jbcs2025_albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only") model = AutoModelForSequenceClassification.from_pretrained("kamel-usp/jbcs2025_albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only") - Notebooks
- Google Colab
- Kaggle
File size: 1,252 Bytes
5ad996b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
language:
- pt
- en
tags:
- aes
datasets:
- kamel-usp/aes_enem_dataset
base_model: PORTULAN/albertina-1b5-portuguese-ptbr-encoder
metrics:
- accuracy
- qwk
library_name: transformers
model-index:
- name: albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only
results:
- task:
type: text-classification
name: Automated Essay Score
dataset:
name: Automated Essay Score ENEM Dataset
type: kamel-usp/aes_enem_dataset
config: JBCS2025
split: test
metrics:
- name: Macro F1
type: f1
value: 0.4968802779669244
- name: QWK
type: qwk
value: 0.6826328310864394
- name: Weighted Macro F1
type: f1
value: 0.7116672747290037
---
# Model ID: albertina-1b5-portuguese-ptbr-encoder-encoder_classification-C1-essay_only
## Results
| | test_data |
|:-----------------|------------:|
| eval_accuracy | 0.702899 |
| eval_RMSE | 25.9319 |
| eval_QWK | 0.682633 |
| eval_Macro_F1 | 0.49688 |
| eval_Weighted_F1 | 0.711667 |
| eval_Micro_F1 | 0.702899 |
| eval_HDIV | 0.00724638 |
|