Upload Qwen_Qwen3-0.6B_1.py with huggingface_hub
Browse files- Qwen_Qwen3-0.6B_1.py +3 -1
    	
        Qwen_Qwen3-0.6B_1.py
    CHANGED
    
    | @@ -4,6 +4,8 @@ | |
| 4 | 
             
            #     "torch",
         | 
| 5 | 
             
            #     "torchvision",
         | 
| 6 | 
             
            #     "transformers",
         | 
|  | |
|  | |
| 7 | 
             
            #     "accelerate",
         | 
| 8 | 
             
            #     "peft",
         | 
| 9 | 
             
            #     "slack-sdk",
         | 
| @@ -36,7 +38,7 @@ except Exception as e: | |
| 36 | 
             
                from slack_sdk import WebClient
         | 
| 37 | 
             
                client = WebClient(token=os.environ['SLACK_TOKEN'])
         | 
| 38 | 
             
                client.chat_postMessage(
         | 
| 39 | 
            -
                    channel='# | 
| 40 | 
             
                    text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-0.6B_1.txt|Qwen_Qwen3-0.6B_1.txt>',
         | 
| 41 | 
             
                )
         | 
| 42 |  | 
|  | |
| 4 | 
             
            #     "torch",
         | 
| 5 | 
             
            #     "torchvision",
         | 
| 6 | 
             
            #     "transformers",
         | 
| 7 | 
            +
            #     "diffusers",
         | 
| 8 | 
            +
            #     "sentence-transformers",
         | 
| 9 | 
             
            #     "accelerate",
         | 
| 10 | 
             
            #     "peft",
         | 
| 11 | 
             
            #     "slack-sdk",
         | 
|  | |
| 38 | 
             
                from slack_sdk import WebClient
         | 
| 39 | 
             
                client = WebClient(token=os.environ['SLACK_TOKEN'])
         | 
| 40 | 
             
                client.chat_postMessage(
         | 
| 41 | 
            +
                    channel='#hub-model-metadata-snippets-sprint',
         | 
| 42 | 
             
                    text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-0.6B_1.txt|Qwen_Qwen3-0.6B_1.txt>',
         | 
| 43 | 
             
                )
         | 
| 44 |  | 
