Training in progress epoch 0
Browse files- README.md +7 -8
- config.json +4 -4
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Train Precision:
|
| 21 |
-
- Train Recall:
|
| 22 |
-
- Train F1: 0.
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -46,8 +46,7 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Epoch |
|
| 48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.5126 | 0.3786 | 1.0 | 0.75 | 0.8571 | 1 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.7257
|
| 19 |
+
- Validation Loss: 0.6381
|
| 20 |
+
- Train Precision: 0.5556
|
| 21 |
+
- Train Recall: 1.0
|
| 22 |
+
- Train F1: 0.7143
|
| 23 |
+
- Epoch: 0
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 46 |
|
| 47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Epoch |
|
| 48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 49 |
+
| 0.7257 | 0.6381 | 0.5556 | 1.0 | 0.7143 | 0 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
config.json
CHANGED
|
@@ -8,14 +8,14 @@
|
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
"id2label": {
|
| 11 |
-
"0": "
|
| 12 |
-
"1": "
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 3072,
|
| 16 |
"label2id": {
|
| 17 |
-
"General Financial Advice":
|
| 18 |
-
"Personal Financial Advice":
|
| 19 |
},
|
| 20 |
"layer_norm_eps": 1e-07,
|
| 21 |
"max_position_embeddings": 512,
|
|
|
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
| 10 |
"id2label": {
|
| 11 |
+
"0": "General Financial Advice",
|
| 12 |
+
"1": "Personal Financial Advice"
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 3072,
|
| 16 |
"label2id": {
|
| 17 |
+
"General Financial Advice": 0,
|
| 18 |
+
"Personal Financial Advice": 1
|
| 19 |
},
|
| 20 |
"layer_norm_eps": 1e-07,
|
| 21 |
"max_position_embeddings": 512,
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737986856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e00a38603355cd63140b560eb3eb0a43282bacbd70ed219d47f7f18d46a2bea2
|
| 3 |
size 737986856
|