Commit 
							
							·
						
						cc080d7
	
1
								Parent(s):
							
							9b368d6
								
upload all mt5-base 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-base",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "T5ForConditionalGeneration"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "d_ff": 2048,
         | 
| 7 | 
            +
              "d_kv": 64,
         | 
| 8 | 
            +
              "d_model": 768,
         | 
| 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": 12,
         | 
| 18 | 
            +
              "num_heads": 12,
         | 
| 19 | 
            +
              "num_layers": 12,
         | 
| 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:180573b534144580f04af026da62bf71bc976ee1b7eb311b8945e2fefde8d614
         | 
| 3 | 
            +
            size 2329735129
         | 
    	
        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:6162ca01474a959272fbf74b24d87b0c3fb7edb2099bdeef8953e96059c4e60b
         | 
| 3 | 
            +
            size 2330172944
         | 
    	
        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"}
         | 

