Views
No views yet
[!IMPORTANT]
Note: This model is provided for reference and reproducibility, not for standalone use.
1from transformers import pipeline
2
3classifier = pipeline("text-classification", model="agentlans/bge-small-en-v1.5-ultrafineweb-vs-pile-classifier")
4classifier("Your text here.")| Training Loss | Epoch | Step | Validation Loss | Accuracy | Combined Score | Input Tokens Seen |
|---|---|---|---|---|---|---|
| 0.2893 | 1.0 | 19958 | 0.2926 | 0.9061 | 2.1448 | 20436992 |
| 0.2397 | 2.0 | 39916 | 0.3127 | 0.9076 | 2.1194 | 40873984 |
| 0.2 | 3.0 | 59874 | 0.3279 | 0.9109 | 2.0605 | 61310976 |
| 0.1576 | 4.0 | 79832 | 0.3887 | 0.9080 | 2.1119 | 81747968 |
| 0.1127 | 5.0 | 99790 | 0.4688 | 0.9069 | 2.1308 | 102184960 |