Update log.txt
Browse files
log.txt
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
INFO:transformers.configuration_utils:loading configuration file ../../MiniLM-L12-H384-uncased/config.json
|
| 2 |
+
INFO:transformers.configuration_utils:Model config BertConfig {
|
| 3 |
+
"attention_probs_dropout_prob": 0.1,
|
| 4 |
+
"hidden_act": "gelu",
|
| 5 |
+
"hidden_dropout_prob": 0.1,
|
| 6 |
+
"hidden_size": 384,
|
| 7 |
+
"initializer_range": 0.02,
|
| 8 |
+
"intermediate_size": 1536,
|
| 9 |
+
"layer_norm_eps": 1e-12,
|
| 10 |
+
"max_position_embeddings": 512,
|
| 11 |
+
"model_type": "bert",
|
| 12 |
+
"num_attention_heads": 12,
|
| 13 |
+
"num_hidden_layers": 12,
|
| 14 |
+
"pad_token_id": 0,
|
| 15 |
+
"type_vocab_size": 2,
|
| 16 |
+
"vocab_size": 30522
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
INFO:transformers.modeling_utils:loading weights file ../../MiniLM-L12-H384-uncased/pytorch_model.bin
|
| 20 |
+
INFO:transformers.configuration_utils:loading configuration file ../../MiniLM-L12-H384-uncased/config.json
|
| 21 |
+
INFO:transformers.configuration_utils:Model config BertConfig {
|
| 22 |
+
"attention_probs_dropout_prob": 0.1,
|
| 23 |
+
"hidden_act": "gelu",
|
| 24 |
+
"hidden_dropout_prob": 0.1,
|
| 25 |
+
"hidden_size": 384,
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"intermediate_size": 1536,
|
| 28 |
+
"layer_norm_eps": 1e-12,
|
| 29 |
+
"max_position_embeddings": 512,
|
| 30 |
+
"model_type": "bert",
|
| 31 |
+
"num_attention_heads": 12,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
+
"pad_token_id": 0,
|
| 34 |
+
"type_vocab_size": 2,
|
| 35 |
+
"vocab_size": 30522
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
INFO:transformers.modeling_tf_utils:loading weights file ../../MiniLM-L12-H384-uncased/pytorch_model.bin
|
| 39 |
+
INFO:transformers.modeling_tf_pytorch_utils:Loading PyTorch weights from /home/patrick/hugging_face/models/MiniLM-L12-H384-uncased/pytorch_model.bin
|
| 40 |
+
INFO:transformers.modeling_tf_pytorch_utils:PyTorch checkpoint contains 45,260,348 parameters
|
| 41 |
+
INFO:transformers.modeling_tf_pytorch_utils:Loaded 33,360,000 parameters in the TF 2.0 model.
|
| 42 |
+
INFO:transformers.modeling_tf_pytorch_utils:Weights or buffers not loaded from PyTorch model: {'cls.seq_relationship.weight', 'cls.predictions.transform.dense.bias', 'cls.predictions.transform.LayerNorm.bias', 'cls.predictions.bias', 'cls.predictions.transform.dense.weight', 'cls.predictions.transform.LayerNorm.weight', 'cls.seq_relationship.bias', 'cls.predictions.decoder.weight'}
|
| 43 |
+
INFO:transformers.configuration_utils:Configuration saved in ./config.json
|
| 44 |
+
INFO:transformers.modeling_utils:Model weights saved in ./pytorch_model.bin
|
| 45 |
+
INFO:transformers.configuration_utils:Configuration saved in ./config.json
|
| 46 |
+
INFO:transformers.modeling_tf_utils:Model weights saved in ./tf_model.h5
|
| 47 |
+
INFO:transformers.tokenization_utils_base:Model name '../../MiniLM-L12-H384-uncased/' not found in model shortcut name list (bert-base-uncased, bert-large-uncased, bert-base-cased, bert-large-cased, bert-base-multilingual-uncased, bert-base-multilingual-cased, bert-base-chinese, bert-base-german-cased, bert-large-uncased-whole-word-masking, bert-large-cased-whole-word-masking, bert-large-uncased-whole-word-masking-finetuned-squad, bert-large-cased-whole-word-masking-finetuned-squad, bert-base-cased-finetuned-mrpc, bert-base-german-dbmdz-cased, bert-base-german-dbmdz-uncased, TurkuNLP/bert-base-finnish-cased-v1, TurkuNLP/bert-base-finnish-uncased-v1, wietsedv/bert-base-dutch-cased). Assuming '../../MiniLM-L12-H384-uncased/' is a path, a model identifier, or url to a directory containing tokenizer files.
|
| 48 |
+
INFO:transformers.tokenization_utils_base:Didn't find file ../../MiniLM-L12-H384-uncased/added_tokens.json. We won't load it.
|
| 49 |
+
INFO:transformers.tokenization_utils_base:Didn't find file ../../MiniLM-L12-H384-uncased/special_tokens_map.json. We won't load it.
|
| 50 |
+
INFO:transformers.tokenization_utils_base:Didn't find file ../../MiniLM-L12-H384-uncased/tokenizer_config.json. We won't load it.
|
| 51 |
+
INFO:transformers.tokenization_utils_base:loading file ../../MiniLM-L12-H384-uncased/vocab.txt
|
| 52 |
+
INFO:transformers.tokenization_utils_base:loading file None
|
| 53 |
+
INFO:transformers.tokenization_utils_base:loading file None
|
| 54 |
+
INFO:transformers.tokenization_utils_base:loading file None
|
| 55 |
+
WARNING:transformers.tokenization_bert:Saving vocabulary to ./vocab.txt: vocabulary indices are not consecutive. Please check that the vocabulary is not corrupted!
|