ariG23498 HF Staff commited on
Commit
6a8b176
·
verified ·
1 Parent(s): fd74ecc

Upload Qwen_Qwen3-4B-Instruct-2507_1.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. Qwen_Qwen3-4B-Instruct-2507_1.py +1 -1
Qwen_Qwen3-4B-Instruct-2507_1.py CHANGED
@@ -38,7 +38,7 @@ except Exception as e:
38
  from slack_sdk import WebClient
39
  client = WebClient(token=os.environ['SLACK_TOKEN'])
40
  client.chat_postMessage(
41
- channel='#exp-slack-alerts',
42
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-4B-Instruct-2507_1.txt|Qwen_Qwen3-4B-Instruct-2507_1.txt>',
43
  )
44
 
 
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-4B-Instruct-2507_1.txt|Qwen_Qwen3-4B-Instruct-2507_1.txt>',
43
  )
44