Sultannn commited on
Commit
e06f491
1 Parent(s): c45e785

Training in progress epoch 0

Browse files
Files changed (6) hide show
  1. README.md +7 -10
  2. config.json +4 -2
  3. tf_model.h5 +2 -2
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +1 -1
  6. vocab.txt +0 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
@@ -12,11 +12,11 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # Sultannn/bert-base-ft-pos-xtreme
14
 
15
- This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.2022
18
- - Validation Loss: 0.3324
19
- - Epoch: 3
20
 
21
  ## Model description
22
 
@@ -35,17 +35,14 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 4e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 4e-05, 'decay_steps': 1008, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 500, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 1.0555 | 0.3597 | 0 |
46
- | 0.3793 | 0.3286 | 1 |
47
- | 0.2696 | 0.3156 | 2 |
48
- | 0.2022 | 0.3324 | 3 |
49
 
50
 
51
  ### Framework versions
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
12
 
13
  # Sultannn/bert-base-ft-pos-xtreme
14
 
15
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.9615
18
+ - Validation Loss: 0.3139
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 3e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 1008, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 500, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 0.9615 | 0.3139 | 0 |
 
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
- "_name_or_path": "bert-base-multilingual-uncased",
 
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -54,6 +55,7 @@
54
  "model_type": "bert",
55
  "num_attention_heads": 12,
56
  "num_hidden_layers": 12,
 
57
  "pad_token_id": 0,
58
  "pooler_fc_size": 768,
59
  "pooler_num_attention_heads": 12,
@@ -64,5 +66,5 @@
64
  "transformers_version": "4.18.0",
65
  "type_vocab_size": 2,
66
  "use_cache": true,
67
- "vocab_size": 105879
68
  }
1
  {
2
+ "_name_or_path": "indobenchmark/indobert-base-p1",
3
+ "_num_labels": 5,
4
  "architectures": [
5
  "BertForTokenClassification"
6
  ],
55
  "model_type": "bert",
56
  "num_attention_heads": 12,
57
  "num_hidden_layers": 12,
58
+ "output_past": true,
59
  "pad_token_id": 0,
60
  "pooler_fc_size": 768,
61
  "pooler_num_attention_heads": 12,
66
  "transformers_version": "4.18.0",
67
  "type_vocab_size": 2,
68
  "use_cache": true,
69
+ "vocab_size": 50000
70
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2e5e6082f6b9205e04802601ea90e5beda2a2f4554f4c4d02d16ccff65bc8b4
3
- size 667389004
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7d57a5f198cfdab2f30d4a0efec03f3096c12fc3d87e24a9fe8054eaf81ff3
3
+ size 495728716
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-multilingual-uncased", "tokenizer_class": "BertTokenizer"}
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": "/root/.cache/huggingface/transformers/b515a756d9ddf12a7a391ea596c488ac805f0576790934e590ce250a3e4ff056.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "indobenchmark/indobert-base-p1", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff