Skip to content
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

Add Alpaca Persian Dataset #3633

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions data/datasets/__init__.py
Expand Up @@ -34,6 +34,7 @@
"reasoning_bg_oa": "0x22almostEvil/reasoning_bg_oa",
"reasoning_gsm_qna_oa": "0x22almostEvil/reasoning-gsm-qna-oa",
"semantics_ws_qna_oa": "0x22almostEvil/semantics-ws-qna-oa",
"alpaca-fa-instruction": "pourmand1376/alpaca-fa-instruction",
}

SAFETY_DATASETS = {
Expand Down
2 changes: 2 additions & 0 deletions data/datasets/alpaca-fa-instruction/README.md
@@ -0,0 +1,2 @@
This is a persian instruction dataset. The dataset is uploaded
[here](https://huggingface.co/datasets/pourmand1376/alpaca-fa-instruction).
4 changes: 4 additions & 0 deletions data/datasets/alpaca-fa-multi/README.md
@@ -0,0 +1,4 @@
This is an multi-turn persian dataset which is in
[orca-chat](https://huggingface.co/datasets/shahules786/orca-chat) format. It is
published in
[huggingface](https://huggingface.co/datasets/pourmand1376/alpaca-fa-multi).
1 change: 1 addition & 0 deletions model/model_training/custom_datasets/instruction.py
Expand Up @@ -32,6 +32,7 @@
"evol_instruct_code": "nickrosh/Evol-Instruct-Code-80k-v1",
"evol-codealpaca-v1": "theblackcat102/evol-codealpaca-v1",
"cot_submix_original": "conceptofmind/cot_submix_original",
"alpaca-fa-instruction": "pourmand1376/alpaca-fa-instruction",
}


Expand Down