End of training
Browse files- README.md +4 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
base_model: distilbert/distilbert-base-uncased
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
metrics:
|
| 6 |
-
- accuracy
|
| 7 |
model-index:
|
| 8 |
- name: my_awesome_model
|
| 9 |
results: []
|
|
@@ -15,9 +13,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# my_awesome_model
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
| 18 |
-
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 1.0733
|
| 20 |
-
- Accuracy: 0.4952
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -42,14 +37,13 @@ The following hyperparameters were used during training:
|
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
-
- num_epochs:
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| No log | 1.0 | 439 | 1.
|
| 52 |
-
| 1.0538 | 2.0 | 878 | 1.0733 | 0.4952 |
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
|
|
|
| 2 |
base_model: distilbert/distilbert-base-uncased
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: my_awesome_model
|
| 7 |
results: []
|
|
|
|
| 13 |
# my_awesome_model
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 37 |
- seed: 42
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
+
- num_epochs: 1
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 45 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------:|:---------------------------:|
|
| 46 |
+
| No log | 1.0 | 439 | 1.0755 | {'accuracy': 0.48088990302338847} | {'f1': 0.32203832473628746} |
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b92e5cc0abda87f395a35645fa52efa888221ff52429711ef0709cec1b76354
|
| 3 |
size 267838720
|
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:1da76312f7d069aa0e9ce4a36146a0275918d00c9a5a819998079bf0e26a1f93
|
| 3 |
size 5112
|