philschmid HF staff commited on
Commit
098f9b7
1 Parent(s): 62d3ce0

Training in progress, step 5000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.21.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 32000
26
+ }
gaudi_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hmp_bf16_ops": [
3
+ "add",
4
+ "addmm",
5
+ "bmm",
6
+ "div",
7
+ "dropout",
8
+ "gelu",
9
+ "iadd",
10
+ "linear",
11
+ "layer_norm",
12
+ "matmul",
13
+ "mm",
14
+ "rsub",
15
+ "softmax",
16
+ "truediv"
17
+ ],
18
+ "hmp_fp32_ops": [
19
+ "embedding",
20
+ "nll_loss",
21
+ "log_softmax"
22
+ ],
23
+ "hmp_is_verbose": false,
24
+ "hmp_opt_level": "O1",
25
+ "optimum_version": "1.3.0",
26
+ "transformers_version": "4.21.1",
27
+ "use_fused_adam": true,
28
+ "use_fused_clip_norm": true,
29
+ "use_habana_mixed_precision": true
30
+ }
logs/1660550727.6644187/events.out.tfevents.1660550727.ip-172-31-81-112.193.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcda8f6b502c9f5970f87e99218a59cde612b7eeceecc8d30ad7a3f3004ba613
3
+ size 5700
logs/events.out.tfevents.1660550727.ip-172-31-81-112.193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782185fe47356b06f4ef7507740c69c7b0f3fe71a203f2b82c4f690aebb055db
3
+ size 19531
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece42d00f681ad9aa3931e079cb672a8b595a1f9965f93d37f214a4326875471
3
+ size 541104679
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "philschmid/bert-base-uncased-2022-habana",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac893711d57efb88971ab35b46ff02f496e0cd844b030f894521630dfda96ec
3
+ size 3503
vocab.txt ADDED
The diff for this file is too large to render. See raw diff