Views
No views yet
| Label | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|
| all | 0.9812 | 0.9934 | 0.9868 | 0.9901 |
pip install setfit1from setfit import SetFitModel
2
3model = SetFitModel.from_pretrained("mmarbach/paraphrase-MiniLM-L3-v2_immig")
4preds = model("TITLE: ... ABSTRACT: ....")| Training set | Min | Median | Max |
|---|---|---|---|
| Word count | 97 | 155.6458 | 262 |
| Label | Training Sample Count |
|---|---|
| immigration_topic | 24 |
| other_topic | 24 |
| Epoch | Step | Training Loss | Validation Loss |
|---|---|---|---|
| 0.0133 | 1 | 0.288 | - |
| 0.6667 | 50 | 0.1935 | - |
| 1.0 | 75 | - | 0.0980 |
| 1.3333 | 100 | 0.0472 | - |
| 2.0 | 150 | 0.0118 | 0.0767 |
| 2.6667 | 200 | 0.0057 | - |
| 3.0 | 225 | - | 0.0719 |
| 3.3333 | 250 | 0.0047 | - |
| 4.0 | 300 | 0.0039 | 0.0718 |