End of training
Browse files- README.md +10 -10
- config.json +6 -6
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Precision:
|
| 25 |
-
- Recall:
|
| 26 |
-
- F1:
|
| 27 |
-
- Accuracy:
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
| 57 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---
|
| 58 |
-
| No log | 1.0 |
|
| 59 |
-
| No log | 2.0 |
|
| 60 |
-
| No log | 3.0 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0006
|
| 24 |
+
- Precision: 1.0
|
| 25 |
+
- Recall: 1.0
|
| 26 |
+
- F1: 1.0
|
| 27 |
+
- Accuracy: 1.0
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
| 58 |
+
| No log | 1.0 | 50 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
|
| 59 |
+
| No log | 2.0 | 100 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
|
| 60 |
+
| No log | 3.0 | 150 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
config.json
CHANGED
|
@@ -9,15 +9,15 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"label2id": {
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
},
|
| 22 |
"max_position_embeddings": 512,
|
| 23 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "DESC",
|
| 13 |
+
"1": "DATE",
|
| 14 |
+
"2": "CURRENCY"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"label2id": {
|
| 18 |
+
"CURRENCY": 2,
|
| 19 |
+
"DATE": 1,
|
| 20 |
+
"DESC": 0
|
| 21 |
},
|
| 22 |
"max_position_embeddings": 512,
|
| 23 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265473092
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38c4029b61a378f9091055e0546e46b0dad5eb32a9b5363b275563829c25d08d
|
| 3 |
size 265473092
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce78d8e35abcdfaf6ec3c2fd6133f339b48d55246756deb73e11a95c0b837f6a
|
| 3 |
size 5112
|