Commit 
							
							·
						
						7f79f66
	
1
								Parent(s):
							
							be8cb52
								
first commit
Browse files- config.json +29 -0
 - merges.txt +0 -0
 - pytorch_model.bin +3 -0
 - special_tokens_map.json +1 -0
 - tokenizer_config.json +1 -0
 - vocab.json +0 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,29 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "AnonymousSub/declutr-model",
         
     | 
| 3 | 
         
            +
              "architectures": [
         
     | 
| 4 | 
         
            +
                "RobertaForQuestionAnswering"
         
     | 
| 5 | 
         
            +
              ],
         
     | 
| 6 | 
         
            +
              "attention_probs_dropout_prob": 0.1,
         
     | 
| 7 | 
         
            +
              "bos_token_id": 0,
         
     | 
| 8 | 
         
            +
              "classifier_dropout": null,
         
     | 
| 9 | 
         
            +
              "eos_token_id": 2,
         
     | 
| 10 | 
         
            +
              "gradient_checkpointing": false,
         
     | 
| 11 | 
         
            +
              "hidden_act": "gelu",
         
     | 
| 12 | 
         
            +
              "hidden_dropout_prob": 0.1,
         
     | 
| 13 | 
         
            +
              "hidden_size": 768,
         
     | 
| 14 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 15 | 
         
            +
              "intermediate_size": 3072,
         
     | 
| 16 | 
         
            +
              "layer_norm_eps": 1e-05,
         
     | 
| 17 | 
         
            +
              "max_position_embeddings": 514,
         
     | 
| 18 | 
         
            +
              "model_type": "roberta",
         
     | 
| 19 | 
         
            +
              "num_attention_heads": 12,
         
     | 
| 20 | 
         
            +
              "num_hidden_layers": 6,
         
     | 
| 21 | 
         
            +
              "output_hidden_states": true,
         
     | 
| 22 | 
         
            +
              "pad_token_id": 1,
         
     | 
| 23 | 
         
            +
              "position_embedding_type": "absolute",
         
     | 
| 24 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 25 | 
         
            +
              "transformers_version": "4.11.0",
         
     | 
| 26 | 
         
            +
              "type_vocab_size": 1,
         
     | 
| 27 | 
         
            +
              "use_cache": true,
         
     | 
| 28 | 
         
            +
              "vocab_size": 50265
         
     | 
| 29 | 
         
            +
            }
         
     | 
    	
        merges.txt
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e721698bddaaa1e045a11cd6ba8f3aba506f98a5e55bf024133cfd107941a85d
         
     | 
| 3 | 
         
            +
            size 326165847
         
     | 
    	
        special_tokens_map.json
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
         
     | 
    	
        tokenizer_config.json
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {"errors": "replace", "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "AnonymousSub/declutr-model", "add_special_tokens": false, "do_lower_case": true, "tokenizer_file": null, "tokenizer_class": "RobertaTokenizer"}
         
     | 
    	
        vocab.json
    ADDED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         |