File size: 858 Bytes
ac64dc7 bf2e470 ac64dc7 bf2e470 ac64dc7 73ba84b cfadc2d 73ba84b ac64dc7 bf2e470 |
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 |
---
tags:
- autotrain
- text-classification
widget:
- text: I love AutoTrain
datasets:
- KnutJaegersberg/c4-website-classifier-dataset
---
Used the website categories from URL Classification Dataset [DMOZ] https://www.kaggle.com/datasets/shawon10/url-classification-dataset-dmoz and a zero-shot-classifier on c4 sample to make a training dataset.
Only a subset of the linked dataset was used.
# Model Trained Using AutoTrain
- Problem type: Text Classification
## Validation Metrics
loss: 0.45181071758270264
f1_macro: 0.9103583954158208
f1_micro: 0.9108333333333334
f1_weighted: 0.9103583954158205
precision_macro: 0.9123282026272069
precision_micro: 0.9108333333333334
precision_weighted: 0.9123282026272069
recall_macro: 0.9108333333333334
recall_micro: 0.9108333333333334
recall_weighted: 0.9108333333333334
accuracy: 0.9108333333333334 |