Training complete
Browse files- .gitignore +1 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
- runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/1654484251.122577/events.out.tfevents.1654484251.Erfangs-MBP.fios-router.home.94560.1 +3 -0
- runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/events.out.tfevents.1654484251.Erfangs-MBP.fios-router.home.94560.0 +3 -0
- runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/events.out.tfevents.1654484283.Erfangs-MBP.fios-router.home.94560.2 +3 -0
- special_tokens_map.json +1 -0
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/mt5-small",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MT5ForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"d_ff": 1024,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 512,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dropout_rate": 0.1,
|
| 11 |
+
"eos_token_id": 1,
|
| 12 |
+
"feed_forward_proj": "gated-gelu",
|
| 13 |
+
"initializer_factor": 1.0,
|
| 14 |
+
"is_encoder_decoder": true,
|
| 15 |
+
"layer_norm_epsilon": 1e-06,
|
| 16 |
+
"model_type": "mt5",
|
| 17 |
+
"num_decoder_layers": 8,
|
| 18 |
+
"num_heads": 6,
|
| 19 |
+
"num_layers": 8,
|
| 20 |
+
"pad_token_id": 0,
|
| 21 |
+
"relative_attention_num_buckets": 32,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"tokenizer_class": "T5Tokenizer",
|
| 24 |
+
"torch_dtype": "float32",
|
| 25 |
+
"transformers_version": "4.15.0",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 250112
|
| 28 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0994d5cfc9f0742de584d1ef1cce3fe75176d8c3b3e1724a3dbad79b32d0ed72
|
| 3 |
+
size 1200789509
|
runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/1654484251.122577/events.out.tfevents.1654484251.Erfangs-MBP.fios-router.home.94560.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc6f2f92f565b52506d01f5202c4ae2b7594749c159229f0c827856182edb9db
|
| 3 |
+
size 4989
|
runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/events.out.tfevents.1654484251.Erfangs-MBP.fios-router.home.94560.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48585be7411688c3da3b05c2ae7015ee05e9e4ea39ef3419ddb339f655116d64
|
| 3 |
+
size 3786
|
runs/Jun05_22-57-25_Erfangs-MBP.fios-router.home/events.out.tfevents.1654484283.Erfangs-MBP.fios-router.home.94560.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2793cd3f9ff90ab9868d7b6ad6e3bb4b774056458482438454a06c83bd81f05
|
| 3 |
+
size 505
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
| 3 |
+
size 4309802
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/Users/erfangchen/.cache/huggingface/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "google/mt5-small", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b22658fde0650755258082b572fc71dd3d4138e5cf915328d428fd4d2b5f42
|
| 3 |
+
size 3055
|