-
Notifications
You must be signed in to change notification settings - Fork 362
Adding support for Arabic benchmarks : AlGhafa benchmarking suite #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
859c5f0
Update arabic_evals.py
alielfilali01 6249e1f
Update OALL_tasks.txt
alielfilali01 d30d1ed
Update arabic_evals.py
alielfilali01 7f1e657
Create all_arabic_tasks.txt
alielfilali01 129733b
Update OALL_tasks.txt
alielfilali01 fafdc1b
Update arabic_evals.py
alielfilali01 9bb4da0
Update arabic_evals.py
alielfilali01 3298ab5
fix checks
alielfilali01 ad1ee55
Update OALL_tasks.txt
alielfilali01 a9a2537
Update all_arabic_tasks.txt
alielfilali01 55e27bb
Delete auto_commit_fixes.sh
alielfilali01 fea2cec
fix checks
alielfilali01 d6646f9
Delete auto_commit_fixes.sh
alielfilali01 306a5f3
Update arabic_evals.py
alielfilali01 2fbad52
Update OALL_tasks.txt
alielfilali01 f372403
Update all_arabic_tasks.txt
alielfilali01 2c492f6
Update community_tasks/arabic_evals.py
alielfilali01 e7ddfb5
Update community_tasks/arabic_evals.py
alielfilali01 f7278c1
Update community_tasks/arabic_evals.py
alielfilali01 f186ded
Update community_tasks/arabic_evals.py
alielfilali01 6be5804
Update community_tasks/arabic_evals.py
alielfilali01 e65e026
Update arabic_evals.py
alielfilali01 c0e1a3f
fix checks
alielfilali01 294ac49
Delete auto_commit_fixes.sh
alielfilali01 d075852
Merge branch 'main' into main
clefourrier 43a0628
Merge branch 'huggingface:main' into main
alielfilali01 97bd393
Update arabic_evals.py
alielfilali01 e8cf58d
fix checks
alielfilali01 be7f3b8
Delete auto_commit_fixes.sh
alielfilali01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
# Run pre-commit on all files | ||
pre-commit run --all-files | ||
|
||
# Run make style as suggested by Clémentine | ||
make style | ||
|
||
# Check if there are changes that need to be staged and committed | ||
if ! git diff --quiet; then | ||
echo "Fixing inconsistencies and committing..." | ||
git add . | ||
git commit -m "fix checks" | ||
git push origin main | ||
else | ||
echo "No changes detected." | ||
fi |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.