philschmid HF staff commited on
Commit
967e495
1 Parent(s): 44c459b

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,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "cross_entropy"
23
+ ],
24
+ "hmp_is_verbose": false,
25
+ "hmp_opt_level": "O1",
26
+ "optimum_version": "1.3.0",
27
+ "transformers_version": "4.21.1",
28
+ "use_fused_adam": true,
29
+ "use_fused_clip_norm": true,
30
+ "use_habana_mixed_precision": true
31
+ }
logs/1660765140.7777498/events.out.tfevents.1660765140.ip-172-31-93-189.193.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14cd65cfcfbc0b4369f67ff3b95be788d34a7933c01129dc09128a0eb87d83d
3
+ size 5716
logs/events.out.tfevents.1660765140.ip-172-31-93-189.193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6737471a520f05afaf9204ee6bc1089720fe643c05d4a756987ed11418726470
3
+ size 11715
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e4e562cb300018ff116df4ce7b0d6cd5b1363378b40fda20a997b52396f4fd
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:9db162ae26493d598dbeaa8c32e2650884d8e6ee2ace466c8a7d5cb44a141759
3
+ size 3503
vocab.txt ADDED
The diff for this file is too large to render. See raw diff