philschmid HF staff commited on
Commit
cd182f7
1 Parent(s): cb2d5df

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/1660806180.365825/events.out.tfevents.1660806180.ip-172-31-93-36.193.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e673e5211ff97be7f4f6c2a4ef521a405227d862c8bb59808190848bfbe65c8
3
+ size 5716
logs/events.out.tfevents.1660806180.ip-172-31-93-36.193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ed131be3e5d2c4bdbb568d69f91390ed8d0f17b57b04ea3fc20815ad9a9431
3
+ size 11699
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a82b48af644a9f956ccfdce5fcb004c79ae1224f61fa5bca66243003eacbf3
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:79d6c995e86e8a2ed578c79b3423e9637605493ae9acd7fbf3f5b148610e623b
3
+ size 3503
vocab.txt ADDED
The diff for this file is too large to render. See raw diff