Upload google_gemma-3-27b-it_2.py with huggingface_hub
Browse files
google_gemma-3-27b-it_2.py
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# "torch",
|
|
|
|
| 5 |
# "torchvision",
|
| 6 |
# "transformers",
|
|
|
|
| 7 |
# "diffusers",
|
| 8 |
# "sentence-transformers",
|
| 9 |
# "accelerate",
|
|
@@ -44,7 +51,7 @@ except Exception as e:
|
|
| 44 |
from slack_sdk import WebClient
|
| 45 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 46 |
client.chat_postMessage(
|
| 47 |
-
channel='#
|
| 48 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_gemma-3-27b-it_2.txt|google_gemma-3-27b-it_2.txt>',
|
| 49 |
)
|
| 50 |
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "numpy",
|
| 5 |
+
# "einops",
|
| 6 |
+
# "pandas",
|
| 7 |
+
# "matplotlib",
|
| 8 |
+
# "protobuf",
|
| 9 |
# "torch",
|
| 10 |
+
# "sentencepiece",
|
| 11 |
# "torchvision",
|
| 12 |
# "transformers",
|
| 13 |
+
# "timm",
|
| 14 |
# "diffusers",
|
| 15 |
# "sentence-transformers",
|
| 16 |
# "accelerate",
|
|
|
|
| 51 |
from slack_sdk import WebClient
|
| 52 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 53 |
client.chat_postMessage(
|
| 54 |
+
channel='#hub-model-metadata-snippets-sprint',
|
| 55 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_gemma-3-27b-it_2.txt|google_gemma-3-27b-it_2.txt>',
|
| 56 |
)
|
| 57 |
|