Upload BAAI_bge-m3_0.py with huggingface_hub
Browse files- BAAI_bge-m3_0.py +1 -1
BAAI_bge-m3_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='#
|
| 39 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/BAAI_bge-m3_0.txt|BAAI_bge-m3_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/BAAI_bge-m3_0.txt|BAAI_bge-m3_0.txt>',
|
| 40 |
)
|
| 41 |
|