ariG23498 HF Staff commited on
Commit
05e9eed
·
verified ·
1 Parent(s): 135fa1a

Upload sentence-transformers_all-MiniLM-L6-v2_0.py with huggingface_hub

Browse files
sentence-transformers_all-MiniLM-L6-v2_0.py CHANGED
@@ -35,7 +35,7 @@ except Exception as e:
35
  from slack_sdk import WebClient
36
  client = WebClient(token=os.environ['SLACK_TOKEN'])
37
  client.chat_postMessage(
38
- channel='#hub-model-metadata-snippets-sprint',
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/sentence-transformers_all-MiniLM-L6-v2_0.txt|sentence-transformers_all-MiniLM-L6-v2_0.txt>',
40
  )
41
 
 
35
  from slack_sdk import WebClient
36
  client = WebClient(token=os.environ['SLACK_TOKEN'])
37
  client.chat_postMessage(
38
+ channel='#exp-slack-alerts',
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/sentence-transformers_all-MiniLM-L6-v2_0.txt|sentence-transformers_all-MiniLM-L6-v2_0.txt>',
40
  )
41