Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use briangilbert/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use briangilbert/working with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="briangilbert/working")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("briangilbert/working") model = AutoModelForSequenceClassification.from_pretrained("briangilbert/working", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
- Accuracy: 1.0
|
| 23 |
|
| 24 |
## Model description
|
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| No log | 1.0 | 80 | 0.
|
| 54 |
| No log | 2.0 | 160 | 0.0012 | 1.0 |
|
| 55 |
-
| No log | 3.0 | 240 | 0.
|
| 56 |
| No log | 4.0 | 320 | 0.0004 | 1.0 |
|
| 57 |
| No log | 5.0 | 400 | 0.0003 | 1.0 |
|
| 58 |
| No log | 6.0 | 480 | 0.0002 | 1.0 |
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0002
|
| 22 |
- Accuracy: 1.0
|
| 23 |
|
| 24 |
## Model description
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| No log | 1.0 | 80 | 0.0041 | 1.0 |
|
| 54 |
| No log | 2.0 | 160 | 0.0012 | 1.0 |
|
| 55 |
+
| No log | 3.0 | 240 | 0.0007 | 1.0 |
|
| 56 |
| No log | 4.0 | 320 | 0.0004 | 1.0 |
|
| 57 |
| No log | 5.0 | 400 | 0.0003 | 1.0 |
|
| 58 |
| No log | 6.0 | 480 | 0.0002 | 1.0 |
|
| 59 |
+
| 0.0303 | 7.0 | 560 | 0.0002 | 1.0 |
|
| 60 |
+
| 0.0303 | 8.0 | 640 | 0.0002 | 1.0 |
|
| 61 |
+
| 0.0303 | 9.0 | 720 | 0.0002 | 1.0 |
|
| 62 |
+
| 0.0303 | 10.0 | 800 | 0.0002 | 1.0 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
runs/Jan30_08-02-32_99d88b068af6/events.out.tfevents.1738224153.99d88b068af6.1135.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7338d092aa132a72d395c754942ef9bcb4373af8dfed22de3dd88957db5a78b0
|
| 3 |
+
size 8836
|