Spaces:
Running
Running
David Pomerenke
commited on
Commit
·
b258643
1
Parent(s):
c144fd8
Only upload relevant files
Browse files
.github/workflows/nightly-evals.yml
CHANGED
|
@@ -53,6 +53,7 @@ jobs:
|
|
| 53 |
upload_folder(
|
| 54 |
folder_path=".",
|
| 55 |
path_in_repo="/",
|
|
|
|
| 56 |
repo_id="datenlabor-bmz/ai-language-monitor",
|
| 57 |
repo_type="space",
|
| 58 |
token=os.environ["HUGGINGFACE_ACCESS_TOKEN"],
|
|
|
|
| 53 |
upload_folder(
|
| 54 |
folder_path=".",
|
| 55 |
path_in_repo="/",
|
| 56 |
+
allow_patterns=["results.json", "models.json", "languages.json"],
|
| 57 |
repo_id="datenlabor-bmz/ai-language-monitor",
|
| 58 |
repo_type="space",
|
| 59 |
token=os.environ["HUGGINGFACE_ACCESS_TOKEN"],
|