File size: 511 Bytes
77b0eaa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
{}
---
# Model Card
We are training an encoder model in order to classify the repayment outcome of a merchant.
The input of the model is a structured credit report and the output is a binary prediction.
## Model Details
- Base Model: allenai/longformer-large-4096
- Dataset: cloudwalk-kickass/inkman_v22_prompt
- Dataset size: 36606
- Revision: 96d1f08
## Training
This model was fine-tuned using the following hyperparameters:
- Learning rate: 1e-05
- Batch size: 2
- Max epochs: 4
- Weight decay: 0.01 |