ayshi commited on
Commit
2fd2807
·
1 Parent(s): 4da565b

Training in progress epoch 0

Browse files
Files changed (5) hide show
  1. README.md +8 -17
  2. config.json +1 -1
  3. special_tokens_map.json +7 -0
  4. tf_model.h5 +1 -1
  5. tokenizer_config.json +11 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-multilingual-cased
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,12 +13,12 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # ayshi/basic_distil
15
 
16
- This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.2951
19
- - Validation Loss: 0.8023
20
- - Train Accuracy: 0.7733
21
- - Epoch: 9
22
 
23
  ## Model description
24
 
@@ -37,23 +37,14 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - optimizer: {'name': 'Adam', 'weight_decay': None, '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': 2e-05, 'decay_steps': 320, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 1.4022 | 1.1513 | 0.6667 | 0 |
48
- | 1.1292 | 1.0600 | 0.6667 | 1 |
49
- | 0.9590 | 0.9466 | 0.7022 | 2 |
50
- | 0.7990 | 0.9353 | 0.7111 | 3 |
51
- | 0.6333 | 0.8576 | 0.76 | 4 |
52
- | 0.5108 | 0.8356 | 0.7422 | 5 |
53
- | 0.4181 | 0.8314 | 0.7556 | 6 |
54
- | 0.3560 | 0.8161 | 0.7689 | 7 |
55
- | 0.3210 | 0.8005 | 0.7733 | 8 |
56
- | 0.2951 | 0.8023 | 0.7733 | 9 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: ayshi/basic_distil
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # ayshi/basic_distil
15
 
16
+ This model is a fine-tuned version of [ayshi/basic_distil](https://huggingface.co/ayshi/basic_distil) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.3282
19
+ - Validation Loss: 0.7966
20
+ - Train Accuracy: 0.7644
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - optimizer: {'name': 'Adam', 'weight_decay': None, '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': 2e-05, 'decay_steps': 640, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 0.3282 | 0.7966 | 0.7644 | 0 |
 
 
 
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-multilingual-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "ayshi/basic_distil",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
special_tokens_map.json CHANGED
@@ -1,4 +1,11 @@
1
  {
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "[PAD]",
4
+ "[UNK]",
5
+ "[CLS]",
6
+ "[SEP]",
7
+ "[MASK]"
8
+ ],
9
  "cls_token": "[CLS]",
10
  "mask_token": "[MASK]",
11
  "pad_token": "[PAD]",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:703cdba3a802ecb42d614bd6d4f91d85a46fe0e2eac250525f46140adb46d4c5
3
  size 541448896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797202d7989753c7fd666d49fe24ab425968405c6b6a250408c82754975ee3c3
3
  size 541448896
tokenizer_config.json CHANGED
@@ -41,16 +41,26 @@
41
  "special": true
42
  }
43
  },
44
- "additional_special_tokens": [],
 
 
 
 
 
 
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": false,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
 
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
  "tokenizer_class": "DistilBertTokenizer",
 
 
55
  "unk_token": "[UNK]"
56
  }
 
41
  "special": true
42
  }
43
  },
44
+ "additional_special_tokens": [
45
+ "[PAD]",
46
+ "[UNK]",
47
+ "[CLS]",
48
+ "[SEP]",
49
+ "[MASK]"
50
+ ],
51
  "clean_up_tokenization_spaces": true,
52
  "cls_token": "[CLS]",
53
  "do_lower_case": false,
54
  "mask_token": "[MASK]",
55
+ "max_length": 512,
56
  "model_max_length": 512,
57
  "pad_token": "[PAD]",
58
  "sep_token": "[SEP]",
59
+ "stride": 0,
60
  "strip_accents": null,
61
  "tokenize_chinese_chars": true,
62
  "tokenizer_class": "DistilBertTokenizer",
63
+ "truncation_side": "right",
64
+ "truncation_strategy": "longest_first",
65
  "unk_token": "[UNK]"
66
  }