Pittawat Taveekitworachai
		
	commited on
		
		
					Commit 
							
							·
						
						847baab
	
1
								Parent(s):
							
							dfcf52b
								
chore: remove unused configurations
Browse files- config.json +0 -4
 - configuration_typhoon2audio.py +0 -4
 
    	
        config.json
    CHANGED
    
    | 
         @@ -102,10 +102,6 @@ 
     | 
|
| 102 | 
         
             
                ],
         
     | 
| 103 | 
         
             
                "win_size": 1024
         
     | 
| 104 | 
         
             
              },
         
     | 
| 105 | 
         
            -
              "vocoder_path": {
         
     | 
| 106 | 
         
            -
                "filename": "checkpoint.pt",
         
     | 
| 107 | 
         
            -
                "repo_id": "scb10x/unit-vocoder-gcp-th-v1-00206600"
         
     | 
| 108 | 
         
            -
              },
         
     | 
| 109 | 
         
             
              "whisper": {
         
     | 
| 110 | 
         
             
                "apply_spec_augment": true,
         
     | 
| 111 | 
         
             
                "begin_suppress_tokens": [
         
     | 
| 
         | 
|
| 102 | 
         
             
                ],
         
     | 
| 103 | 
         
             
                "win_size": 1024
         
     | 
| 104 | 
         
             
              },
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 105 | 
         
             
              "whisper": {
         
     | 
| 106 | 
         
             
                "apply_spec_augment": true,
         
     | 
| 107 | 
         
             
                "begin_suppress_tokens": [
         
     | 
    	
        configuration_typhoon2audio.py
    CHANGED
    
    | 
         @@ -133,10 +133,6 @@ class Typhoon2AudioConfig(PretrainedConfig): 
     | 
|
| 133 | 
         
             
                    self.vocab_size=128256
         
     | 
| 134 | 
         | 
| 135 | 
         
             
                    # Unit Vocoder (HiFiGAN)
         
     | 
| 136 | 
         
            -
                    self.vocoder_path = {
         
     | 
| 137 | 
         
            -
                        'repo_id': 'scb10x/unit-vocoder-gcp-th-v1-00206600',
         
     | 
| 138 | 
         
            -
                        'filename': 'checkpoint.pt'
         
     | 
| 139 | 
         
            -
                    }
         
     | 
| 140 | 
         
             
                    self.vocoder_config = {
         
     | 
| 141 | 
         
             
                        'resblock': 1,
         
     | 
| 142 | 
         
             
                        'upsample_rates': [5, 4, 4, 2, 2],
         
     | 
| 
         | 
|
| 133 | 
         
             
                    self.vocab_size=128256
         
     | 
| 134 | 
         | 
| 135 | 
         
             
                    # Unit Vocoder (HiFiGAN)
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 136 | 
         
             
                    self.vocoder_config = {
         
     | 
| 137 | 
         
             
                        'resblock': 1,
         
     | 
| 138 | 
         
             
                        'upsample_rates': [5, 4, 4, 2, 2],
         
     |