Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +43 -0
- pytorch_model.bin +3 -0
- runs/Jul06_16-02-19_tuatai3-System-Product-Name/events.out.tfevents.1688626945.tuatai3-System-Product-Name.620959.0 +3 -0
- runs/Jul06_16-03-28_tuatai3-System-Product-Name/events.out.tfevents.1688627012.tuatai3-System-Product-Name.622714.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "models/custom/mobilebert_rte",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MobileBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_activation": false,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"embedding_size": 128,
|
| 10 |
+
"finetuning_task": "rte",
|
| 11 |
+
"hidden_act": "relu",
|
| 12 |
+
"hidden_dropout_prob": 0.0,
|
| 13 |
+
"hidden_size": 512,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "NEGATIVE",
|
| 16 |
+
"1": "POSITIVE"
|
| 17 |
+
},
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"intermediate_size": 512,
|
| 20 |
+
"intra_bottleneck_size": 128,
|
| 21 |
+
"key_query_shared_bottleneck": true,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"NEGATIVE": 0,
|
| 24 |
+
"POSITIVE": 1
|
| 25 |
+
},
|
| 26 |
+
"layer_norm_eps": 1e-12,
|
| 27 |
+
"max_position_embeddings": 512,
|
| 28 |
+
"model_type": "mobilebert",
|
| 29 |
+
"normalization_type": "no_norm",
|
| 30 |
+
"num_attention_heads": 4,
|
| 31 |
+
"num_feedforward_networks": 4,
|
| 32 |
+
"num_hidden_layers": 24,
|
| 33 |
+
"pad_token_id": 0,
|
| 34 |
+
"problem_type": "single_label_classification",
|
| 35 |
+
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.30.1",
|
| 37 |
+
"trigram_input": true,
|
| 38 |
+
"true_hidden_size": 128,
|
| 39 |
+
"type_vocab_size": 2,
|
| 40 |
+
"use_bottleneck": true,
|
| 41 |
+
"use_bottleneck_attention": false,
|
| 42 |
+
"vocab_size": 35000
|
| 43 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a497cedd90cb5e34a714c0eb8b671a48ab5e5226d478e5f6622d2db02a38156
|
| 3 |
+
size 101018151
|
runs/Jul06_16-02-19_tuatai3-System-Product-Name/events.out.tfevents.1688626945.tuatai3-System-Product-Name.620959.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deab5d8f2e6347e4ff3699debb08967ff32b07a861e7c443134a928d9bafd6c2
|
| 3 |
+
size 4483
|
runs/Jul06_16-03-28_tuatai3-System-Product-Name/events.out.tfevents.1688627012.tuatai3-System-Product-Name.622714.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f59d641424072770553129d90e08f790cb335689490e426874c39ada6304fc6
|
| 3 |
+
size 5425
|
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_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
+
"do_lower_case": false,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 512,
|
| 8 |
+
"never_split": null,
|
| 9 |
+
"pad_token": "[PAD]",
|
| 10 |
+
"sep_token": "[SEP]",
|
| 11 |
+
"strip_accents": null,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "MobileBertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:845f430ebca148e75e811335cbbd42e89ae5b3613cca627240050ee0f7af8601
|
| 3 |
+
size 3963
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|