Model save
Browse files- README.md +14 -27
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,24 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: transformers
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
datasets:
|
| 6 |
-
- Hartunka/processed_wikitext-103-raw-v1-rand-100
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: tiny_bert_rand_100_v2
|
| 11 |
-
results:
|
| 12 |
-
- task:
|
| 13 |
-
name: Masked Language Modeling
|
| 14 |
-
type: fill-mask
|
| 15 |
-
dataset:
|
| 16 |
-
name: Hartunka/processed_wikitext-103-raw-v1-rand-100
|
| 17 |
-
type: Hartunka/processed_wikitext-103-raw-v1-rand-100
|
| 18 |
-
metrics:
|
| 19 |
-
- name: Accuracy
|
| 20 |
-
type: accuracy
|
| 21 |
-
value: 0.15262473865626944
|
| 22 |
---
|
| 23 |
|
| 24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -26,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 26 |
|
| 27 |
# tiny_bert_rand_100_v2
|
| 28 |
|
| 29 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
| 30 |
It achieves the following results on the evaluation set:
|
| 31 |
-
- Loss:
|
| 32 |
-
- Accuracy: 0.
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
|
@@ -52,7 +39,7 @@ The following hyperparameters were used during training:
|
|
| 52 |
- train_batch_size: 96
|
| 53 |
- eval_batch_size: 96
|
| 54 |
- seed: 10
|
| 55 |
-
- optimizer:
|
| 56 |
- lr_scheduler_type: linear
|
| 57 |
- lr_scheduler_warmup_steps: 10000
|
| 58 |
- num_epochs: 25
|
|
@@ -61,16 +48,16 @@ The following hyperparameters were used during training:
|
|
| 61 |
|
| 62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 63 |
|:-------------:|:-------:|:-----:|:---------------:|:--------:|
|
| 64 |
-
| 10.
|
| 65 |
-
| 10.
|
| 66 |
-
| 9.
|
| 67 |
-
| 8.
|
| 68 |
-
| 7.
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
| 72 |
|
| 73 |
-
- Transformers 4.
|
| 74 |
-
- Pytorch 2.
|
| 75 |
-
- Datasets
|
| 76 |
-
- Tokenizers 0.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
|
|
|
|
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
model-index:
|
| 7 |
- name: tiny_bert_rand_100_v2
|
| 8 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 13 |
|
| 14 |
# tiny_bert_rand_100_v2
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 13.4746
|
| 19 |
+
- Accuracy: 0.1518
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 39 |
- train_batch_size: 96
|
| 40 |
- eval_batch_size: 96
|
| 41 |
- seed: 10
|
| 42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
- lr_scheduler_warmup_steps: 10000
|
| 45 |
- num_epochs: 25
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-------:|:-----:|:---------------:|:--------:|
|
| 51 |
+
| 10.6784 | 4.1982 | 10000 | 10.8779 | 0.1501 |
|
| 52 |
+
| 10.0232 | 8.3963 | 20000 | 11.1558 | 0.1530 |
|
| 53 |
+
| 9.1752 | 12.5945 | 30000 | 11.7162 | 0.1537 |
|
| 54 |
+
| 8.2175 | 16.7926 | 40000 | 12.6584 | 0.1513 |
|
| 55 |
+
| 7.4989 | 20.9908 | 50000 | 13.4746 | 0.1518 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
+
- Transformers 4.40.0
|
| 61 |
+
- Pytorch 2.6.0+cu124
|
| 62 |
+
- Datasets 3.5.0
|
| 63 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 133235168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:280b72a2ad91b56df6e454884916a9a86cfa211dabcaf8bab104f628ea78d8d4
|
| 3 |
size 133235168
|