ariG23498 HF Staff commited on
Commit
88ea994
·
verified ·
1 Parent(s): bbe2bd1

Upload mirth_chonky_mmbert_small_multilingual_1_0.py with huggingface_hub

Browse files
mirth_chonky_mmbert_small_multilingual_1_0.py CHANGED
@@ -24,7 +24,7 @@ except Exception as e:
24
  from slack_sdk import WebClient
25
  client = WebClient(token=os.environ['SLACK_TOKEN'])
26
  client.chat_postMessage(
27
- channel='#hub-model-metadata-snippets-sprint',
28
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/mirth_chonky_mmbert_small_multilingual_1_0.txt|mirth_chonky_mmbert_small_multilingual_1_0.txt>',
29
  )
30
 
 
24
  from slack_sdk import WebClient
25
  client = WebClient(token=os.environ['SLACK_TOKEN'])
26
  client.chat_postMessage(
27
+ channel='#exp-slack-alerts',
28
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/mirth_chonky_mmbert_small_multilingual_1_0.txt|mirth_chonky_mmbert_small_multilingual_1_0.txt>',
29
  )
30