aift-model-review-multiple-label-classification
Browse files- README.md +13 -13
- config.json +1 -1
- model.safetensors +1 -1
- runs/Jan29_07-53-38_aift-review-classification-multiple-label/events.out.tfevents.1706514828.aift-review-classification-multiple-label.3346014.2 +3 -0
- runs/Jan31_02-43-55_aift-review-classification-multiple-label/events.out.tfevents.1706669076.aift-review-classification-multiple-label.3776416.0 +3 -0
- runs/Jan31_02-43-55_aift-review-classification-multiple-label/events.out.tfevents.1706669435.aift-review-classification-multiple-label.3776416.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss:
|
| 19 |
-
- Accuracy Thresh: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
-
- Transformers 4.37.
|
| 66 |
- Pytorch 2.0.0+cu118
|
| 67 |
- Datasets 2.16.1
|
| 68 |
- Tokenizers 0.15.0
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.9102
|
| 19 |
+
- Accuracy Thresh: 0.9324
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
| 51 |
+
| No log | 1.0 | 407 | 1.0569 | 0.8140 |
|
| 52 |
+
| 2.0882 | 2.0 | 814 | 0.8827 | 0.8299 |
|
| 53 |
+
| 0.8307 | 3.0 | 1221 | 0.9532 | 0.8789 |
|
| 54 |
+
| 0.6022 | 4.0 | 1628 | 1.1407 | 0.9077 |
|
| 55 |
+
| 0.438 | 5.0 | 2035 | 1.2774 | 0.9176 |
|
| 56 |
+
| 0.438 | 6.0 | 2442 | 1.6056 | 0.9212 |
|
| 57 |
+
| 0.363 | 7.0 | 2849 | 1.6522 | 0.9279 |
|
| 58 |
+
| 0.2773 | 8.0 | 3256 | 1.7484 | 0.9301 |
|
| 59 |
+
| 0.2365 | 9.0 | 3663 | 1.7665 | 0.9322 |
|
| 60 |
+
| 0.1952 | 10.0 | 4070 | 1.9102 | 0.9324 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
+
- Transformers 4.37.2
|
| 66 |
- Pytorch 2.0.0+cu118
|
| 67 |
- Datasets 2.16.1
|
| 68 |
- Tokenizers 0.15.0
|
config.json
CHANGED
|
@@ -42,6 +42,6 @@
|
|
| 42 |
"sinusoidal_pos_embds": false,
|
| 43 |
"tie_weights_": true,
|
| 44 |
"torch_dtype": "float32",
|
| 45 |
-
"transformers_version": "4.37.
|
| 46 |
"vocab_size": 30522
|
| 47 |
}
|
|
|
|
| 42 |
"sinusoidal_pos_embds": false,
|
| 43 |
"tie_weights_": true,
|
| 44 |
"torch_dtype": "float32",
|
| 45 |
+
"transformers_version": "4.37.2",
|
| 46 |
"vocab_size": 30522
|
| 47 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854100
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd9212861a2c1c59fa90ca450d5ca2a759f98b8da49203c272e577f0a6bc9f9f
|
| 3 |
size 267854100
|
runs/Jan29_07-53-38_aift-review-classification-multiple-label/events.out.tfevents.1706514828.aift-review-classification-multiple-label.3346014.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20f81c5f3a75c8765537db943ae53ca5ace896d5100e539b7f3af60ce4fbcdfa
|
| 3 |
+
size 10309
|
runs/Jan31_02-43-55_aift-review-classification-multiple-label/events.out.tfevents.1706669076.aift-review-classification-multiple-label.3776416.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:741b3a63c25d71d72cd18546ba7d4dbb822f8b39373b16b69dbe61204403803d
|
| 3 |
+
size 9838
|
runs/Jan31_02-43-55_aift-review-classification-multiple-label/events.out.tfevents.1706669435.aift-review-classification-multiple-label.3776416.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b41a48e782e9054b47c9b4d4c5f1be8b222e8b9d4c1b25b9389070ef34d6ec58
|
| 3 |
+
size 418
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab2a807d175fd8f39c918d5fcaebcb8b2cdfed86b2f28c01e163e2600bb1ab12
|
| 3 |
size 4219
|