End of training
Browse files- README.md +75 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mobilebert-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: mobilebert_500exs_10timesteps_run1
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# mobilebert_500exs_10timesteps_run1
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6723
|
21 |
+
- Accuracy: 0.58
|
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: 2e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 16
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 32 | 0.7404 | 0.57 |
|
53 |
+
| No log | 2.0 | 64 | 0.7478 | 0.57 |
|
54 |
+
| No log | 3.0 | 96 | 0.7952 | 0.57 |
|
55 |
+
| No log | 4.0 | 128 | 0.6763 | 0.56 |
|
56 |
+
| No log | 5.0 | 160 | 0.6819 | 0.58 |
|
57 |
+
| No log | 6.0 | 192 | 0.6723 | 0.58 |
|
58 |
+
| No log | 7.0 | 224 | 0.6994 | 0.57 |
|
59 |
+
| No log | 8.0 | 256 | 0.8576 | 0.43 |
|
60 |
+
| No log | 9.0 | 288 | 0.7126 | 0.46 |
|
61 |
+
| No log | 10.0 | 320 | 0.7118 | 0.48 |
|
62 |
+
| No log | 11.0 | 352 | 0.7136 | 0.57 |
|
63 |
+
| No log | 12.0 | 384 | 0.6758 | 0.59 |
|
64 |
+
| No log | 13.0 | 416 | 0.6921 | 0.55 |
|
65 |
+
| No log | 14.0 | 448 | 0.6718 | 0.56 |
|
66 |
+
| No log | 15.0 | 480 | 0.6725 | 0.57 |
|
67 |
+
| 130076.376 | 16.0 | 512 | 0.6723 | 0.58 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.37.2
|
73 |
+
- Pytorch 2.2.0+cu118
|
74 |
+
- Datasets 2.17.1
|
75 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 98470112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d6f5902f74f48dd52559291393bae47e368e13d1e9f2714543b3411cdfac0d
|
3 |
size 98470112
|