library_name: transformers | |
tags: [] | |
# Model Card for Model ID | |
<!-- Provide a quick summary of what the model is/does. --> | |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66790f78c411cf3d84e7ceb0/60cuWN1vE3e6UTBCt7S2p.png) | |
## --------- | |
checkpoint = "AIMH/mental-roberta-large" | |
learning_rate = 2e-5 | |
batch_size = 4 | |
num_train_epochs = 5 | |
weight_decay = 0.01 | |
metric_name = "accuracy" | |
optimizer = AdamW | |
test_size = 0.2 | |
logging_steps = 25 | |
column_item = "labels_array" |