update repo name
Browse files- github-code.py +1 -1
github-code.py
CHANGED
|
@@ -23,7 +23,7 @@ import datasets
|
|
| 23 |
from huggingface_hub import HfApi, HfFolder
|
| 24 |
from datasets.data_files import DataFilesDict
|
| 25 |
|
| 26 |
-
_REPO_NAME = "
|
| 27 |
|
| 28 |
_LANG_TO_EXTENSION = {
|
| 29 |
"Assembly": [".asm"],
|
|
|
|
| 23 |
from huggingface_hub import HfApi, HfFolder
|
| 24 |
from datasets.data_files import DataFilesDict
|
| 25 |
|
| 26 |
+
_REPO_NAME = "codeparrot/github-code"
|
| 27 |
|
| 28 |
_LANG_TO_EXTENSION = {
|
| 29 |
"Assembly": [".asm"],
|