Commit 
							
							·
						
						1394064
	
1
								Parent(s):
							
							cd07399
								
Upload tiny models for Wav2Vec2ConformerForSequenceClassification
Browse files- config.json +91 -0
- preprocessor_config.json +10 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +15 -0
- vocab.json +34 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,91 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "activation_dropout": 0.1,
         | 
| 3 | 
            +
              "adapter_kernel_size": 3,
         | 
| 4 | 
            +
              "adapter_stride": 2,
         | 
| 5 | 
            +
              "add_adapter": false,
         | 
| 6 | 
            +
              "apply_spec_augment": true,
         | 
| 7 | 
            +
              "architectures": [
         | 
| 8 | 
            +
                "Wav2Vec2ConformerForSequenceClassification"
         | 
| 9 | 
            +
              ],
         | 
| 10 | 
            +
              "attention_dropout": 0.1,
         | 
| 11 | 
            +
              "bos_token_id": 1,
         | 
| 12 | 
            +
              "classifier_proj_size": 256,
         | 
| 13 | 
            +
              "codevector_dim": 256,
         | 
| 14 | 
            +
              "conformer_conv_dropout": 0.1,
         | 
| 15 | 
            +
              "contrastive_logits_temperature": 0.1,
         | 
| 16 | 
            +
              "conv_bias": false,
         | 
| 17 | 
            +
              "conv_depthwise_kernel_size": 31,
         | 
| 18 | 
            +
              "conv_dim": [
         | 
| 19 | 
            +
                32,
         | 
| 20 | 
            +
                32,
         | 
| 21 | 
            +
                32
         | 
| 22 | 
            +
              ],
         | 
| 23 | 
            +
              "conv_kernel": [
         | 
| 24 | 
            +
                8,
         | 
| 25 | 
            +
                8,
         | 
| 26 | 
            +
                8
         | 
| 27 | 
            +
              ],
         | 
| 28 | 
            +
              "conv_stride": [
         | 
| 29 | 
            +
                4,
         | 
| 30 | 
            +
                4,
         | 
| 31 | 
            +
                4
         | 
| 32 | 
            +
              ],
         | 
| 33 | 
            +
              "ctc_loss_reduction": "sum",
         | 
| 34 | 
            +
              "ctc_zero_infinity": false,
         | 
| 35 | 
            +
              "diversity_loss_weight": 0.1,
         | 
| 36 | 
            +
              "do_stable_layer_norm": false,
         | 
| 37 | 
            +
              "eos_token_id": 2,
         | 
| 38 | 
            +
              "feat_extract_activation": "gelu",
         | 
| 39 | 
            +
              "feat_extract_dropout": 0.0,
         | 
| 40 | 
            +
              "feat_extract_norm": "group",
         | 
| 41 | 
            +
              "feat_proj_dropout": 0.0,
         | 
| 42 | 
            +
              "feat_quantizer_dropout": 0.0,
         | 
| 43 | 
            +
              "final_dropout": 0.1,
         | 
| 44 | 
            +
              "hidden_act": "gelu",
         | 
| 45 | 
            +
              "hidden_dropout": 0.1,
         | 
| 46 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 47 | 
            +
              "hidden_size": 16,
         | 
| 48 | 
            +
              "initializer_range": 0.02,
         | 
| 49 | 
            +
              "intermediate_size": 20,
         | 
| 50 | 
            +
              "layer_norm_eps": 1e-05,
         | 
| 51 | 
            +
              "layerdrop": 0.1,
         | 
| 52 | 
            +
              "mask_feature_length": 10,
         | 
| 53 | 
            +
              "mask_feature_min_masks": 0,
         | 
| 54 | 
            +
              "mask_feature_prob": 0.0,
         | 
| 55 | 
            +
              "mask_time_length": 2,
         | 
| 56 | 
            +
              "mask_time_min_masks": 2,
         | 
| 57 | 
            +
              "mask_time_prob": 0.5,
         | 
| 58 | 
            +
              "max_source_positions": 5000,
         | 
| 59 | 
            +
              "model_type": "wav2vec2-conformer",
         | 
| 60 | 
            +
              "num_adapter_layers": 1,
         | 
| 61 | 
            +
              "num_attention_heads": 2,
         | 
| 62 | 
            +
              "num_codevector_groups": 2,
         | 
| 63 | 
            +
              "num_codevectors_per_group": 320,
         | 
| 64 | 
            +
              "num_conv_pos_embedding_groups": 2,
         | 
| 65 | 
            +
              "num_conv_pos_embeddings": 16,
         | 
| 66 | 
            +
              "num_feat_extract_layers": 3,
         | 
| 67 | 
            +
              "num_hidden_layers": 4,
         | 
| 68 | 
            +
              "num_negatives": 100,
         | 
| 69 | 
            +
              "output_hidden_size": 16,
         | 
| 70 | 
            +
              "pad_token_id": 0,
         | 
| 71 | 
            +
              "position_embeddings_type": "relative",
         | 
| 72 | 
            +
              "proj_codevector_dim": 256,
         | 
| 73 | 
            +
              "rotary_embedding_base": 10000,
         | 
| 74 | 
            +
              "tdnn_dilation": [
         | 
| 75 | 
            +
                1,
         | 
| 76 | 
            +
                2
         | 
| 77 | 
            +
              ],
         | 
| 78 | 
            +
              "tdnn_dim": [
         | 
| 79 | 
            +
                32,
         | 
| 80 | 
            +
                32
         | 
| 81 | 
            +
              ],
         | 
| 82 | 
            +
              "tdnn_kernel": [
         | 
| 83 | 
            +
                5,
         | 
| 84 | 
            +
                3
         | 
| 85 | 
            +
              ],
         | 
| 86 | 
            +
              "torch_dtype": "float32",
         | 
| 87 | 
            +
              "transformers_version": "4.28.0.dev0",
         | 
| 88 | 
            +
              "use_weighted_layer_sum": false,
         | 
| 89 | 
            +
              "vocab_size": 32,
         | 
| 90 | 
            +
              "xvector_output_dim": 32
         | 
| 91 | 
            +
            }
         | 
    	
        preprocessor_config.json
    ADDED
    
    | @@ -0,0 +1,10 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "do_normalize": true,
         | 
| 3 | 
            +
              "feature_extractor_type": "Wav2Vec2FeatureExtractor",
         | 
| 4 | 
            +
              "feature_size": 1,
         | 
| 5 | 
            +
              "padding_side": "right",
         | 
| 6 | 
            +
              "padding_value": 0.0,
         | 
| 7 | 
            +
              "processor_class": "Wav2Vec2Processor",
         | 
| 8 | 
            +
              "return_attention_mask": true,
         | 
| 9 | 
            +
              "sampling_rate": 16000
         | 
| 10 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c468cfb7b40fbd958901096d6d4c581b7ca2f97aa6f990d0c6edec221aa6c6ed
         | 
| 3 | 
            +
            size 220905
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1,6 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bos_token": "<s>",
         | 
| 3 | 
            +
              "eos_token": "</s>",
         | 
| 4 | 
            +
              "pad_token": "<pad>",
         | 
| 5 | 
            +
              "unk_token": "<unk>"
         | 
| 6 | 
            +
            }
         | 
    	
        tokenizer_config.json
    ADDED
    
    | @@ -0,0 +1,15 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bos_token": "<s>",
         | 
| 3 | 
            +
              "clean_up_tokenization_spaces": true,
         | 
| 4 | 
            +
              "do_lower_case": false,
         | 
| 5 | 
            +
              "do_normalize": true,
         | 
| 6 | 
            +
              "eos_token": "</s>",
         | 
| 7 | 
            +
              "model_max_length": 9223372036854775807,
         | 
| 8 | 
            +
              "pad_token": "<pad>",
         | 
| 9 | 
            +
              "replace_word_delimiter_char": " ",
         | 
| 10 | 
            +
              "return_attention_mask": false,
         | 
| 11 | 
            +
              "special_tokens_map_file": "/home/runner/.cache/huggingface/hub/models--facebook--wav2vec2-base-960h/snapshots/22aad52d435eb6dbaf354bdad9b0da84ce7d6156/special_tokens_map.json",
         | 
| 12 | 
            +
              "tokenizer_class": "Wav2Vec2CTCTokenizer",
         | 
| 13 | 
            +
              "unk_token": "<unk>",
         | 
| 14 | 
            +
              "word_delimiter_token": "|"
         | 
| 15 | 
            +
            }
         | 
    	
        vocab.json
    ADDED
    
    | @@ -0,0 +1,34 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "'": 27,
         | 
| 3 | 
            +
              "</s>": 2,
         | 
| 4 | 
            +
              "<pad>": 0,
         | 
| 5 | 
            +
              "<s>": 1,
         | 
| 6 | 
            +
              "<unk>": 3,
         | 
| 7 | 
            +
              "A": 7,
         | 
| 8 | 
            +
              "B": 24,
         | 
| 9 | 
            +
              "C": 19,
         | 
| 10 | 
            +
              "D": 14,
         | 
| 11 | 
            +
              "E": 5,
         | 
| 12 | 
            +
              "F": 20,
         | 
| 13 | 
            +
              "G": 21,
         | 
| 14 | 
            +
              "H": 11,
         | 
| 15 | 
            +
              "I": 10,
         | 
| 16 | 
            +
              "J": 29,
         | 
| 17 | 
            +
              "K": 26,
         | 
| 18 | 
            +
              "L": 15,
         | 
| 19 | 
            +
              "M": 17,
         | 
| 20 | 
            +
              "N": 9,
         | 
| 21 | 
            +
              "O": 8,
         | 
| 22 | 
            +
              "P": 23,
         | 
| 23 | 
            +
              "Q": 30,
         | 
| 24 | 
            +
              "R": 13,
         | 
| 25 | 
            +
              "S": 12,
         | 
| 26 | 
            +
              "T": 6,
         | 
| 27 | 
            +
              "U": 16,
         | 
| 28 | 
            +
              "V": 25,
         | 
| 29 | 
            +
              "W": 18,
         | 
| 30 | 
            +
              "X": 28,
         | 
| 31 | 
            +
              "Y": 22,
         | 
| 32 | 
            +
              "Z": 31,
         | 
| 33 | 
            +
              "|": 4
         | 
| 34 | 
            +
            }
         | 
