Upload PokeeAI_pokee_research_7b_0.py with huggingface_hub
Browse files
PokeeAI_pokee_research_7b_0.py
CHANGED
|
@@ -28,7 +28,7 @@ except Exception as e:
|
|
| 28 |
from slack_sdk import WebClient
|
| 29 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 30 |
client.chat_postMessage(
|
| 31 |
-
channel='#
|
| 32 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/PokeeAI_pokee_research_7b_0.txt|PokeeAI_pokee_research_7b_0.txt>',
|
| 33 |
)
|
| 34 |
|
|
|
|
| 28 |
from slack_sdk import WebClient
|
| 29 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 30 |
client.chat_postMessage(
|
| 31 |
+
channel='#hub-model-metadata-snippets-sprint',
|
| 32 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/PokeeAI_pokee_research_7b_0.txt|PokeeAI_pokee_research_7b_0.txt>',
|
| 33 |
)
|
| 34 |
|