Commit 
							
							·
						
						afb4416
	
1
								Parent(s):
							
							acd2768
								
upload all mt5-large files
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- spiece.model +0 -0
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,26 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "/home/patrick/hugging_face/t5/mt5-large",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "T5ForConditionalGeneration"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "d_ff": 2816,
         | 
| 7 | 
            +
              "d_kv": 64,
         | 
| 8 | 
            +
              "d_model": 1024,
         | 
| 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": 24,
         | 
| 18 | 
            +
              "num_heads": 16,
         | 
| 19 | 
            +
              "num_layers": 24,
         | 
| 20 | 
            +
              "output_past": true,
         | 
| 21 | 
            +
              "pad_token_id": 0,
         | 
| 22 | 
            +
              "relative_attention_num_buckets": 32,
         | 
| 23 | 
            +
              "tie_word_embeddings": false,
         | 
| 24 | 
            +
              "tokenizer_class": "T5Tokenizer",
         | 
| 25 | 
            +
              "vocab_size": 250112
         | 
| 26 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b6ce477860d6630efbc821a2a42638e8cf77686ee0e2f4b98037dcfd4d40415c
         | 
| 3 | 
            +
            size 4918584617
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
         | 
    	
        spiece.model
    ADDED
    
    | Binary file (4.31 MB). View file | 
|  | 
    	
        tf_model.h5
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:f28f11f442f5850133fa50b2d5aefa8d19ab51469c56e0e89090534c2c7758c3
         | 
| 3 | 
            +
            size 4919435656
         | 
    	
        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": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "tokenizer_file": null, "name_or_path": "google/mt5-small"}
         | 

