Instructions to use faridlazuarda/data_laundry with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use faridlazuarda/data_laundry with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="faridlazuarda/data_laundry")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("faridlazuarda/data_laundry") model = AutoModelForSequenceClassification.from_pretrained("faridlazuarda/data_laundry", device_map="auto") - Notebooks
- Google Colab
- Kaggle
data_laundry
Browse files- README.md +24 -24
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -20,7 +20,7 @@ model-index:
|
|
| 20 |
metrics:
|
| 21 |
- name: F1
|
| 22 |
type: f1
|
| 23 |
-
value: 0.
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
This model is a fine-tuned version of [](https://huggingface.co/) on the massive dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
-
- Loss:
|
| 34 |
-
- F1: 0.
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
@@ -50,7 +50,7 @@ More information needed
|
|
| 50 |
### Training hyperparameters
|
| 51 |
|
| 52 |
The following hyperparameters were used during training:
|
| 53 |
-
- learning_rate:
|
| 54 |
- train_batch_size: 8
|
| 55 |
- eval_batch_size: 8
|
| 56 |
- seed: 42
|
|
@@ -63,26 +63,26 @@ The following hyperparameters were used during training:
|
|
| 63 |
|
| 64 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 65 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
-
|
|
| 75 |
-
|
|
| 76 |
-
|
|
| 77 |
-
|
|
| 78 |
-
|
|
| 79 |
-
|
|
| 80 |
-
|
|
| 81 |
-
|
|
| 82 |
-
|
|
| 83 |
-
|
|
| 84 |
-
|
|
| 85 |
-
|
|
| 86 |
|
| 87 |
|
| 88 |
### Framework versions
|
|
|
|
| 20 |
metrics:
|
| 21 |
- name: F1
|
| 22 |
type: f1
|
| 23 |
+
value: 0.7982630095389778
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
This model is a fine-tuned version of [](https://huggingface.co/) on the massive dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
+
- Loss: 1.0394
|
| 34 |
+
- F1: 0.7983
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
|
|
| 50 |
### Training hyperparameters
|
| 51 |
|
| 52 |
The following hyperparameters were used during training:
|
| 53 |
+
- learning_rate: 0.001
|
| 54 |
- train_batch_size: 8
|
| 55 |
- eval_batch_size: 8
|
| 56 |
- seed: 42
|
|
|
|
| 63 |
|
| 64 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 65 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
| 66 |
+
| 5.4021 | 0.5 | 719 | 4.2520 | 0.1592 |
|
| 67 |
+
| 3.5936 | 1.0 | 1438 | 3.0222 | 0.4171 |
|
| 68 |
+
| 2.6221 | 1.5 | 2157 | 2.2881 | 0.5433 |
|
| 69 |
+
| 2.1941 | 2.0 | 2876 | 2.0383 | 0.6238 |
|
| 70 |
+
| 1.8688 | 2.5 | 3595 | 1.7730 | 0.6562 |
|
| 71 |
+
| 1.7334 | 3.0 | 4314 | 1.6450 | 0.6885 |
|
| 72 |
+
| 1.5359 | 3.5 | 5033 | 1.5398 | 0.7121 |
|
| 73 |
+
| 1.4867 | 3.99 | 5752 | 1.4296 | 0.7324 |
|
| 74 |
+
| 1.353 | 4.49 | 6471 | 1.3721 | 0.7393 |
|
| 75 |
+
| 1.3088 | 4.99 | 7190 | 1.3110 | 0.7530 |
|
| 76 |
+
| 1.2006 | 5.49 | 7909 | 1.2633 | 0.7482 |
|
| 77 |
+
| 1.1845 | 5.99 | 8628 | 1.2417 | 0.7635 |
|
| 78 |
+
| 1.111 | 6.49 | 9347 | 1.2015 | 0.7795 |
|
| 79 |
+
| 1.0722 | 6.99 | 10066 | 1.1605 | 0.7813 |
|
| 80 |
+
| 1.0121 | 7.49 | 10785 | 1.1383 | 0.7781 |
|
| 81 |
+
| 1.018 | 7.99 | 11504 | 1.1024 | 0.7990 |
|
| 82 |
+
| 0.9202 | 8.49 | 12223 | 1.0905 | 0.7898 |
|
| 83 |
+
| 0.9639 | 8.99 | 12942 | 1.0695 | 0.7967 |
|
| 84 |
+
| 0.915 | 9.49 | 13661 | 1.0444 | 0.7935 |
|
| 85 |
+
| 0.8743 | 9.99 | 14380 | 1.0394 | 0.7983 |
|
| 86 |
|
| 87 |
|
| 88 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17061740
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b0ff923702f44c15ee4016fb795db3ceecc18dd440520eba3ee0c2a4ee76b21
|
| 3 |
size 17061740
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0980f24265a5414d03b422f9bceb3fd6a12bba7b58f898534ee3151cfbfc13d
|
| 3 |
size 3963
|