Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use PDAP/coarse-url-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PDAP/coarse-url-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="PDAP/coarse-url-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("PDAP/coarse-url-classifier") model = AutoModelForSequenceClassification.from_pretrained("PDAP/coarse-url-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# distilbert_coarse5_js_1.1
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the dataset
|
| 21 |
[PDAP/coarse-labeled-urls-headers](https://huggingface.co/datasets/PDAP/coarse-labeled-urls-headers).
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.6826
|
|
|
|
| 17 |
|
| 18 |
# distilbert_coarse5_js_1.1
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) trained on the dataset
|
| 21 |
[PDAP/coarse-labeled-urls-headers](https://huggingface.co/datasets/PDAP/coarse-labeled-urls-headers).
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.6826
|