add model
Browse files- config.json +37 -0
- pytorch_model.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,37 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "./byt5_vi_ba",
         | 
| 3 | 
            +
              "activation_dropout": 0.0,
         | 
| 4 | 
            +
              "activation_function": "relu",
         | 
| 5 | 
            +
              "architectures": [
         | 
| 6 | 
            +
                "M2M100ForConditionalGeneration"
         | 
| 7 | 
            +
              ],
         | 
| 8 | 
            +
              "attention_dropout": 0.1,
         | 
| 9 | 
            +
              "bos_token_id": 0,
         | 
| 10 | 
            +
              "d_model": 1024,
         | 
| 11 | 
            +
              "decoder_attention_heads": 16,
         | 
| 12 | 
            +
              "decoder_ffn_dim": 4096,
         | 
| 13 | 
            +
              "decoder_layerdrop": 0.05,
         | 
| 14 | 
            +
              "decoder_layers": 12,
         | 
| 15 | 
            +
              "decoder_start_token_id": 2,
         | 
| 16 | 
            +
              "dropout": 0.1,
         | 
| 17 | 
            +
              "early_stopping": true,
         | 
| 18 | 
            +
              "encoder_attention_heads": 16,
         | 
| 19 | 
            +
              "encoder_ffn_dim": 4096,
         | 
| 20 | 
            +
              "encoder_layerdrop": 0.05,
         | 
| 21 | 
            +
              "encoder_layers": 12,
         | 
| 22 | 
            +
              "eos_token_id": 2,
         | 
| 23 | 
            +
              "gradient_checkpointing": false,
         | 
| 24 | 
            +
              "init_std": 0.02,
         | 
| 25 | 
            +
              "is_encoder_decoder": true,
         | 
| 26 | 
            +
              "max_length": 200,
         | 
| 27 | 
            +
              "max_position_embeddings": 1024,
         | 
| 28 | 
            +
              "model_type": "m2m_100",
         | 
| 29 | 
            +
              "num_beams": 5,
         | 
| 30 | 
            +
              "num_hidden_layers": 12,
         | 
| 31 | 
            +
              "pad_token_id": 1,
         | 
| 32 | 
            +
              "scale_embedding": true,
         | 
| 33 | 
            +
              "torch_dtype": "float32",
         | 
| 34 | 
            +
              "transformers_version": "4.20.1",
         | 
| 35 | 
            +
              "use_cache": true,
         | 
| 36 | 
            +
              "vocab_size": 128112
         | 
| 37 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c390b961c4d0f75f6692f058d372a825b0cba41e85642cf06a5187a3c7b3b6b9
         | 
| 3 | 
            +
            size 1935784903
         | 
