Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use dv347/deberta-v3-large_20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dv347/deberta-v3-large_20 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dv347/deberta-v3-large_20")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dv347/deberta-v3-large_20") model = AutoModelForSequenceClassification.from_pretrained("dv347/deberta-v3-large_20") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- README.md +28 -28
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
-
base_model: microsoft/deberta-v3-
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
-
- name: deberta-v3-
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
-
# deberta-v3-
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- F1 Micro: 0.
|
| 21 |
-
- F1 Macro: 0.
|
| 22 |
-
- Exact Match: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -51,26 +51,26 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | Exact Match |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
+
base_model: microsoft/deberta-v3-large
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
+
- name: deberta-v3-large_20
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
+
# deberta-v3-large_20
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.1346
|
| 20 |
+
- F1 Micro: 0.3303
|
| 21 |
+
- F1 Macro: 0.0103
|
| 22 |
+
- Exact Match: 0.0
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | Exact Match |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 54 |
+
| 0.0906 | 1.0 | 656 | 0.1086 | 0.5700 | 0.0268 | 0.0 |
|
| 55 |
+
| 0.0737 | 2.0 | 1312 | 0.0961 | 0.5972 | 0.0333 | 0.0 |
|
| 56 |
+
| 0.0733 | 3.0 | 1968 | 0.0963 | 0.5962 | 0.0333 | 0.0 |
|
| 57 |
+
| 0.0779 | 4.0 | 2624 | 0.1057 | 0.5765 | 0.0274 | 0.0 |
|
| 58 |
+
| 0.0776 | 5.0 | 3280 | 0.1082 | 0.5561 | 0.0282 | 0.0 |
|
| 59 |
+
| 0.0765 | 6.0 | 3936 | 0.1101 | 0.5552 | 0.0272 | 0.0 |
|
| 60 |
+
| 0.0768 | 7.0 | 4592 | 0.1099 | 0.5753 | 0.0273 | 0.0 |
|
| 61 |
+
| 0.0748 | 8.0 | 5248 | 0.1095 | 0.5796 | 0.0278 | 0.0 |
|
| 62 |
+
| 0.0756 | 9.0 | 5904 | 0.1117 | 0.5551 | 0.0245 | 0.0 |
|
| 63 |
+
| 0.0764 | 10.0 | 6560 | 0.1181 | 0.4265 | 0.0158 | 0.0 |
|
| 64 |
+
| 0.0769 | 11.0 | 7216 | 0.1089 | 0.5551 | 0.0245 | 0.0 |
|
| 65 |
+
| 0.0771 | 12.0 | 7872 | 0.1281 | 0.3938 | 0.0134 | 0.0 |
|
| 66 |
+
| 0.0761 | 13.0 | 8528 | 0.1348 | 0.3230 | 0.0102 | 0.0 |
|
| 67 |
+
| 0.0760 | 14.0 | 9184 | 0.1193 | 0.5551 | 0.0245 | 0.0 |
|
| 68 |
+
| 0.0774 | 15.0 | 9840 | 0.1327 | 0.3303 | 0.0103 | 0.0 |
|
| 69 |
+
| 0.0764 | 16.0 | 10496 | 0.1360 | 0.2547 | 0.0072 | 0.0 |
|
| 70 |
+
| 0.0754 | 17.0 | 11152 | 0.1285 | 0.3798 | 0.0130 | 0.0 |
|
| 71 |
+
| 0.0764 | 18.0 | 11808 | 0.1348 | 0.3303 | 0.0103 | 0.0 |
|
| 72 |
+
| 0.0772 | 19.0 | 12464 | 0.1327 | 0.3303 | 0.0103 | 0.0 |
|
| 73 |
+
| 0.0758 | 20.0 | 13120 | 0.1346 | 0.3303 | 0.0103 | 0.0 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1741427816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5305fef67970e3826507831549f3f8bba77a6fa6af88d51cc06de68fbfff25c
|
| 3 |
size 1741427816
|