Training in progress, step 500
Browse files- config.json +61 -0
- model.safetensors +3 -0
- runs/May24_09-40-42_9f56df3a838c/events.out.tfevents.1716543643.9f56df3a838c.229.0 +3 -0
- source.spm +0 -0
- special_tokens_map.json +5 -0
- target.spm +0 -0
- tokenizer_config.json +38 -0
- training_args.bin +3 -0
- vocab.json +0 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,61 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "Helsinki-NLP/opus-mt-fr-de",
         | 
| 3 | 
            +
              "_num_labels": 3,
         | 
| 4 | 
            +
              "activation_dropout": 0.0,
         | 
| 5 | 
            +
              "activation_function": "swish",
         | 
| 6 | 
            +
              "add_bias_logits": false,
         | 
| 7 | 
            +
              "add_final_layer_norm": false,
         | 
| 8 | 
            +
              "architectures": [
         | 
| 9 | 
            +
                "MarianMTModel"
         | 
| 10 | 
            +
              ],
         | 
| 11 | 
            +
              "attention_dropout": 0.0,
         | 
| 12 | 
            +
              "bad_words_ids": [
         | 
| 13 | 
            +
                [
         | 
| 14 | 
            +
                  61152
         | 
| 15 | 
            +
                ]
         | 
| 16 | 
            +
              ],
         | 
| 17 | 
            +
              "bos_token_id": 0,
         | 
| 18 | 
            +
              "classif_dropout": 0.0,
         | 
| 19 | 
            +
              "classifier_dropout": 0.0,
         | 
| 20 | 
            +
              "d_model": 512,
         | 
| 21 | 
            +
              "decoder_attention_heads": 8,
         | 
| 22 | 
            +
              "decoder_ffn_dim": 2048,
         | 
| 23 | 
            +
              "decoder_layerdrop": 0.0,
         | 
| 24 | 
            +
              "decoder_layers": 6,
         | 
| 25 | 
            +
              "decoder_start_token_id": 61152,
         | 
| 26 | 
            +
              "decoder_vocab_size": 61153,
         | 
| 27 | 
            +
              "dropout": 0.1,
         | 
| 28 | 
            +
              "encoder_attention_heads": 8,
         | 
| 29 | 
            +
              "encoder_ffn_dim": 2048,
         | 
| 30 | 
            +
              "encoder_layerdrop": 0.0,
         | 
| 31 | 
            +
              "encoder_layers": 6,
         | 
| 32 | 
            +
              "eos_token_id": 0,
         | 
| 33 | 
            +
              "forced_eos_token_id": 0,
         | 
| 34 | 
            +
              "id2label": {
         | 
| 35 | 
            +
                "0": "LABEL_0",
         | 
| 36 | 
            +
                "1": "LABEL_1",
         | 
| 37 | 
            +
                "2": "LABEL_2"
         | 
| 38 | 
            +
              },
         | 
| 39 | 
            +
              "init_std": 0.02,
         | 
| 40 | 
            +
              "is_encoder_decoder": true,
         | 
| 41 | 
            +
              "label2id": {
         | 
| 42 | 
            +
                "LABEL_0": 0,
         | 
| 43 | 
            +
                "LABEL_1": 1,
         | 
| 44 | 
            +
                "LABEL_2": 2
         | 
| 45 | 
            +
              },
         | 
| 46 | 
            +
              "max_length": 512,
         | 
| 47 | 
            +
              "max_position_embeddings": 512,
         | 
| 48 | 
            +
              "model_type": "marian",
         | 
| 49 | 
            +
              "normalize_before": false,
         | 
| 50 | 
            +
              "normalize_embedding": false,
         | 
| 51 | 
            +
              "num_beams": 4,
         | 
| 52 | 
            +
              "num_hidden_layers": 6,
         | 
| 53 | 
            +
              "pad_token_id": 61152,
         | 
| 54 | 
            +
              "scale_embedding": true,
         | 
| 55 | 
            +
              "share_encoder_decoder_embeddings": true,
         | 
| 56 | 
            +
              "static_position_embeddings": true,
         | 
| 57 | 
            +
              "torch_dtype": "float32",
         | 
| 58 | 
            +
              "transformers_version": "4.41.1",
         | 
| 59 | 
            +
              "use_cache": true,
         | 
| 60 | 
            +
              "vocab_size": 61153
         | 
| 61 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:234c0f86fe1bd46a3ee355682e5c55ff05a29c9decd3c90a557a439a4bd81cff
         | 
| 3 | 
            +
            size 302068996
         | 
    	
        runs/May24_09-40-42_9f56df3a838c/events.out.tfevents.1716543643.9f56df3a838c.229.0
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:6011fabc0d12d6cad6e3f308623d45245cd67c54e51210fac021b90984fd8d5a
         | 
| 3 | 
            +
            size 6211
         | 
    	
        source.spm
    ADDED
    
    | Binary file (812 kB). View file | 
|  | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1,5 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "eos_token": "</s>",
         | 
| 3 | 
            +
              "pad_token": "<pad>",
         | 
| 4 | 
            +
              "unk_token": "<unk>"
         | 
| 5 | 
            +
            }
         | 
    	
        target.spm
    ADDED
    
    | Binary file (828 kB). View file | 
|  | 
    	
        tokenizer_config.json
    ADDED
    
    | @@ -0,0 +1,38 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "added_tokens_decoder": {
         | 
| 3 | 
            +
                "0": {
         | 
| 4 | 
            +
                  "content": "</s>",
         | 
| 5 | 
            +
                  "lstrip": false,
         | 
| 6 | 
            +
                  "normalized": false,
         | 
| 7 | 
            +
                  "rstrip": false,
         | 
| 8 | 
            +
                  "single_word": false,
         | 
| 9 | 
            +
                  "special": true
         | 
| 10 | 
            +
                },
         | 
| 11 | 
            +
                "1": {
         | 
| 12 | 
            +
                  "content": "<unk>",
         | 
| 13 | 
            +
                  "lstrip": false,
         | 
| 14 | 
            +
                  "normalized": false,
         | 
| 15 | 
            +
                  "rstrip": false,
         | 
| 16 | 
            +
                  "single_word": false,
         | 
| 17 | 
            +
                  "special": true
         | 
| 18 | 
            +
                },
         | 
| 19 | 
            +
                "61152": {
         | 
| 20 | 
            +
                  "content": "<pad>",
         | 
| 21 | 
            +
                  "lstrip": false,
         | 
| 22 | 
            +
                  "normalized": false,
         | 
| 23 | 
            +
                  "rstrip": false,
         | 
| 24 | 
            +
                  "single_word": false,
         | 
| 25 | 
            +
                  "special": true
         | 
| 26 | 
            +
                }
         | 
| 27 | 
            +
              },
         | 
| 28 | 
            +
              "clean_up_tokenization_spaces": true,
         | 
| 29 | 
            +
              "eos_token": "</s>",
         | 
| 30 | 
            +
              "model_max_length": 512,
         | 
| 31 | 
            +
              "pad_token": "<pad>",
         | 
| 32 | 
            +
              "separate_vocabs": false,
         | 
| 33 | 
            +
              "source_lang": "fr",
         | 
| 34 | 
            +
              "sp_model_kwargs": {},
         | 
| 35 | 
            +
              "target_lang": "de",
         | 
| 36 | 
            +
              "tokenizer_class": "MarianTokenizer",
         | 
| 37 | 
            +
              "unk_token": "<unk>"
         | 
| 38 | 
            +
            }
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b13fb6a4d286a712ead6d911af0a8ec6cf33702859d90397e32792fa7f58a0f8
         | 
| 3 | 
            +
            size 5304
         | 
    	
        vocab.json
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
