badokorach commited on
Commit
d96b114
1 Parent(s): d8bfce9

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +6 -25
  2. config.json +1 -1
  3. special_tokens_map.json +5 -35
  4. tf_model.h5 +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: badokorach/mobilebert-uncased-finetuned-agic-181223
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # badokorach/mobilebert-uncased-finetuned-agic-060124
15
 
16
- This model is a fine-tuned version of [badokorach/mobilebert-uncased-finetuned-agic-181223](https://huggingface.co/badokorach/mobilebert-uncased-finetuned-agic-181223) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.3063
19
  - Validation Loss: 0.0
20
- - Epoch: 19
21
 
22
  ## Model description
23
 
@@ -36,33 +36,14 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 2320, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.02}
40
  - training_precision: mixed_float16
41
 
42
  ### Training results
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 0.8096 | 0.0 | 0 |
47
- | 1.0508 | 0.0 | 1 |
48
- | 0.5189 | 0.0 | 2 |
49
- | 0.4869 | 0.0 | 3 |
50
- | 0.4681 | 0.0 | 4 |
51
- | 0.4300 | 0.0 | 5 |
52
- | 0.4224 | 0.0 | 6 |
53
- | 0.4163 | 0.0 | 7 |
54
- | 0.3690 | 0.0 | 8 |
55
- | 0.3680 | 0.0 | 9 |
56
- | 0.3594 | 0.0 | 10 |
57
- | 0.3456 | 0.0 | 11 |
58
- | 0.3273 | 0.0 | 12 |
59
- | 0.3345 | 0.0 | 13 |
60
- | 0.3335 | 0.0 | 14 |
61
- | 0.3056 | 0.0 | 15 |
62
- | 0.3232 | 0.0 | 16 |
63
- | 0.3027 | 0.0 | 17 |
64
- | 0.3066 | 0.0 | 18 |
65
- | 0.3063 | 0.0 | 19 |
66
 
67
 
68
  ### Framework versions
 
1
  ---
2
  license: mit
3
+ base_model: csarron/mobilebert-uncased-squad-v2
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # badokorach/mobilebert-uncased-finetuned-agic-060124
15
 
16
+ This model is a fine-tuned version of [csarron/mobilebert-uncased-squad-v2](https://huggingface.co/csarron/mobilebert-uncased-squad-v2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 2.4542
19
  - Validation Loss: 0.0
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - optimizer: {'name': 'Adam', 'weight_decay': 0.02, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 1160, 'end_learning_rate': 1e-07, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
40
  - training_precision: mixed_float16
41
 
42
  ### Training results
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 2.4542 | 0.0 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "badokorach/mobilebert-uncased-finetuned-agic-181223",
3
  "architectures": [
4
  "MobileBertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "csarron/mobilebert-uncased-squad-v2",
3
  "architectures": [
4
  "MobileBertForQuestionAnswering"
5
  ],
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b787ae17c09a58eccee4177813d5171f8c8bb8afb11799e3fe87b63463bbfb33
3
- size 99819976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64921f5616387e83fd67e1c98003b387549e762f860199dd4632b712ffee72c6
3
+ size 99822192