Model save
Browse files- README.md +78 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: pszemraj/MiniLMv2-L6-H384_R-simplewiki
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: MiniLMv2-L6-H384_R-simplewiki-fineweb-100k_en-med_512-vN
|
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 |
+
# MiniLMv2-L6-H384_R-simplewiki-fineweb-100k_en-med_512-vN
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [pszemraj/MiniLMv2-L6-H384_R-simplewiki](https://huggingface.co/pszemraj/MiniLMv2-L6-H384_R-simplewiki) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 4.0352
|
20 |
+
- Accuracy: 0.3774
|
21 |
+
- Num Input Tokens Seen: 157285376
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 8e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 1792
|
44 |
+
- gradient_accumulation_steps: 16
|
45 |
+
- total_train_batch_size: 128
|
46 |
+
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-07
|
47 |
+
- lr_scheduler_type: inverse_sqrt
|
48 |
+
- lr_scheduler_warmup_steps: 100
|
49 |
+
- num_epochs: 2.0
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Input Tokens Seen |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:-----------------:|
|
55 |
+
| 4.6583 | 0.1208 | 150 | 4.5052 | 0.3406 | 9830400 |
|
56 |
+
| 4.5365 | 0.2415 | 300 | 4.3712 | 0.3525 | 19660800 |
|
57 |
+
| 4.4621 | 0.3623 | 450 | 4.2810 | 0.3575 | 29491200 |
|
58 |
+
| 4.4116 | 0.4831 | 600 | 4.2466 | 0.3615 | 39321600 |
|
59 |
+
| 4.3487 | 0.6038 | 750 | 4.1795 | 0.3661 | 49152000 |
|
60 |
+
| 4.338 | 0.7246 | 900 | 4.1874 | 0.3663 | 58982400 |
|
61 |
+
| 4.342 | 0.8454 | 1050 | 4.1475 | 0.3695 | 68812800 |
|
62 |
+
| 4.268 | 0.9661 | 1200 | 4.1215 | 0.3714 | 78643200 |
|
63 |
+
| 4.2185 | 1.0869 | 1350 | 4.1032 | 0.3725 | 88472576 |
|
64 |
+
| 4.2645 | 1.2077 | 1500 | 4.0859 | 0.3757 | 98302976 |
|
65 |
+
| 4.2542 | 1.3284 | 1650 | 4.0730 | 0.3750 | 108133376 |
|
66 |
+
| 4.2614 | 1.4492 | 1800 | 4.0682 | 0.3749 | 117963776 |
|
67 |
+
| 4.1928 | 1.5700 | 1950 | 4.0596 | 0.3758 | 127794176 |
|
68 |
+
| 4.1971 | 1.6907 | 2100 | 4.0505 | 0.3777 | 137624576 |
|
69 |
+
| 4.1966 | 1.8115 | 2250 | 4.0163 | 0.3787 | 147454976 |
|
70 |
+
| 4.16 | 1.9323 | 2400 | 4.0352 | 0.3774 | 157285376 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.40.1
|
76 |
+
- Pytorch 2.3.0+cu118
|
77 |
+
- Datasets 2.19.0
|
78 |
+
- 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 121396276
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5d65f264a8b534efea7fc2950cbaea071beb9ac489b30c060fc593c33a4100c
|
3 |
size 121396276
|