repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
zphang | minimal-llama | finetune_pp.py | https://raw.githubusercontent.com/zphang/minimal-llama/main/finetune_pp.py | https://github.com/zphang/minimal-llama |
zphang | minimal-llama | finetune_pp_peft.py | https://raw.githubusercontent.com/zphang/minimal-llama/main/finetune_pp_peft.py | https://github.com/zphang/minimal-llama |
zphang | minimal-llama | tokenize_dataset.py | https://raw.githubusercontent.com/zphang/minimal-llama/main/tokenize_dataset.py | https://github.com/zphang/minimal-llama |
zphang | minimal-llama | tokenize_dataset2.py | https://raw.githubusercontent.com/zphang/minimal-llama/main/tokenize_dataset2.py | https://github.com/zphang/minimal-llama |
bshall | knn-vc | hubconf.py | https://raw.githubusercontent.com/bshall/knn-vc/master/hubconf.py | https://github.com/bshall/knn-vc |
bshall | knn-vc | matcher.py | https://raw.githubusercontent.com/bshall/knn-vc/master/matcher.py | https://github.com/bshall/knn-vc |
bshall | knn-vc | prematch_dataset.py | https://raw.githubusercontent.com/bshall/knn-vc/master/prematch_dataset.py | https://github.com/bshall/knn-vc |
seratch | ChatGPT-in-Slack | main.py | https://raw.githubusercontent.com/seratch/ChatGPT-in-Slack/main/main.py | https://github.com/seratch/ChatGPT-in-Slack |
seratch | ChatGPT-in-Slack | main_prod.py | https://raw.githubusercontent.com/seratch/ChatGPT-in-Slack/main/main_prod.py | https://github.com/seratch/ChatGPT-in-Slack |
DonaldRR | SimpleNet | backbones.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/backbones.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | common.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/common.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | main.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/main.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | metrics.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/metrics.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | resnet.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/resnet.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | simplenet.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/simplenet.py | https://github.com/DonaldRR/SimpleNet |
DonaldRR | SimpleNet | utils.py | https://raw.githubusercontent.com/DonaldRR/SimpleNet/main/utils.py | https://github.com/DonaldRR/SimpleNet |
facebookresearch | AudioDec | codecStatistic.py | https://raw.githubusercontent.com/facebookresearch/AudioDec/main/codecStatistic.py | https://github.com/facebookresearch/AudioDec |
facebookresearch | AudioDec | codecTest.py | https://raw.githubusercontent.com/facebookresearch/AudioDec/main/codecTest.py | https://github.com/facebookresearch/AudioDec |
facebookresearch | AudioDec | codecTrain.py | https://raw.githubusercontent.com/facebookresearch/AudioDec/main/codecTrain.py | https://github.com/facebookresearch/AudioDec |
facebookresearch | AudioDec | demoFile.py | https://raw.githubusercontent.com/facebookresearch/AudioDec/main/demoFile.py | https://github.com/facebookresearch/AudioDec |
facebookresearch | AudioDec | demoStream.py | https://raw.githubusercontent.com/facebookresearch/AudioDec/main/demoStream.py | https://github.com/facebookresearch/AudioDec |
Your7Maxx | FlowGod | mygod.py | https://raw.githubusercontent.com/Your7Maxx/FlowGod/main/mygod.py | https://github.com/Your7Maxx/FlowGod |
pointnetwork | point-alpaca | chat.py | https://raw.githubusercontent.com/pointnetwork/point-alpaca/main/chat.py | https://github.com/pointnetwork/point-alpaca |
pointnetwork | point-alpaca | decrypt.py | https://raw.githubusercontent.com/pointnetwork/point-alpaca/main/decrypt.py | https://github.com/pointnetwork/point-alpaca |
pointnetwork | point-alpaca | encrypt.py | https://raw.githubusercontent.com/pointnetwork/point-alpaca/main/encrypt.py | https://github.com/pointnetwork/point-alpaca |
wutong16 | Voxurf | run.py | https://raw.githubusercontent.com/wutong16/Voxurf/main/run.py | https://github.com/wutong16/Voxurf |
Koischizo | AI-Vtuber | run.py | https://raw.githubusercontent.com/Koischizo/AI-Vtuber/main/run.py | https://github.com/Koischizo/AI-Vtuber |
Koischizo | AI-Vtuber | run_gui.py | https://raw.githubusercontent.com/Koischizo/AI-Vtuber/main/run_gui.py | https://github.com/Koischizo/AI-Vtuber |
JamesQFreeman | LoRA-ViT | adapter.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/adapter.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | base_vit.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/base_vit.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | lora.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/lora.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | performance_profile.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/performance_profile.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | seg_vit.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/seg_vit.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | train.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/train.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | train_3D.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/train_3D.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | train_kfold.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/train_kfold.py | https://github.com/JamesQFreeman/LoRA-ViT |
JamesQFreeman | LoRA-ViT | train_timm.py | https://raw.githubusercontent.com/JamesQFreeman/LoRA-ViT/main/train_timm.py | https://github.com/JamesQFreeman/LoRA-ViT |
RedBearAK | toshy | toshy_gui.py | https://raw.githubusercontent.com/RedBearAK/toshy/main/toshy_gui.py | https://github.com/RedBearAK/toshy |
RedBearAK | toshy | toshy_layout_selector.py | https://raw.githubusercontent.com/RedBearAK/toshy/main/toshy_layout_selector.py | https://github.com/RedBearAK/toshy |
RedBearAK | toshy | toshy_tray.py | https://raw.githubusercontent.com/RedBearAK/toshy/main/toshy_tray.py | https://github.com/RedBearAK/toshy |
facebookresearch | muavic | get_data.py | https://raw.githubusercontent.com/facebookresearch/muavic/main/get_data.py | https://github.com/facebookresearch/muavic |
facebookresearch | muavic | lrs3_utils.py | https://raw.githubusercontent.com/facebookresearch/muavic/main/lrs3_utils.py | https://github.com/facebookresearch/muavic |
facebookresearch | muavic | mtedx_utils.py | https://raw.githubusercontent.com/facebookresearch/muavic/main/mtedx_utils.py | https://github.com/facebookresearch/muavic |
facebookresearch | muavic | utils.py | https://raw.githubusercontent.com/facebookresearch/muavic/main/utils.py | https://github.com/facebookresearch/muavic |
tysam-code | hlb-gpt | main.py | https://raw.githubusercontent.com/tysam-code/hlb-gpt/main/main.py | https://github.com/tysam-code/hlb-gpt |
ypeleg | llama | training_example.py | https://raw.githubusercontent.com/ypeleg/llama/master/training_example.py | https://github.com/ypeleg/llama |
MohammadrezaPourreza | Few-shot-NL2SQL-with-prompting | AnalysisResults.py | https://raw.githubusercontent.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting/main/AnalysisResults.py | https://github.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting |
MohammadrezaPourreza | Few-shot-NL2SQL-with-prompting | DIN-SQL.py | https://raw.githubusercontent.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting/main/DIN-SQL.py | https://github.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting |
MohammadrezaPourreza | Few-shot-NL2SQL-with-prompting | DIN-SQL_BIRD.py | https://raw.githubusercontent.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting/main/DIN-SQL_BIRD.py | https://github.com/MohammadrezaPourreza/Few-shot-NL2SQL-with-prompting |
mkshing | e4t-diffusion | inference.py | https://raw.githubusercontent.com/mkshing/e4t-diffusion/main/inference.py | https://github.com/mkshing/e4t-diffusion |
mkshing | e4t-diffusion | pretrain_e4t.py | https://raw.githubusercontent.com/mkshing/e4t-diffusion/main/pretrain_e4t.py | https://github.com/mkshing/e4t-diffusion |
mkshing | e4t-diffusion | tuning_e4t.py | https://raw.githubusercontent.com/mkshing/e4t-diffusion/main/tuning_e4t.py | https://github.com/mkshing/e4t-diffusion |
MendelXu | SAN | app.py | https://raw.githubusercontent.com/MendelXu/SAN/main/app.py | https://github.com/MendelXu/SAN |
MendelXu | SAN | predict.py | https://raw.githubusercontent.com/MendelXu/SAN/main/predict.py | https://github.com/MendelXu/SAN |
MendelXu | SAN | train_net.py | https://raw.githubusercontent.com/MendelXu/SAN/main/train_net.py | https://github.com/MendelXu/SAN |
MendelXu | SAN | visualize_json_results.py | https://raw.githubusercontent.com/MendelXu/SAN/main/visualize_json_results.py | https://github.com/MendelXu/SAN |
uzh-rpg | RVT | train.py | https://raw.githubusercontent.com/uzh-rpg/RVT/master/train.py | https://github.com/uzh-rpg/RVT |
uzh-rpg | RVT | validation.py | https://raw.githubusercontent.com/uzh-rpg/RVT/master/validation.py | https://github.com/uzh-rpg/RVT |
neurotrader888 | TechnicalAnalysisAutomation | directional_change.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/directional_change.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | flags_pennants.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/flags_pennants.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | harmonic_patterns.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/harmonic_patterns.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | head_shoulders.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/head_shoulders.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | mp_support_resist.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/mp_support_resist.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | perceptually_important.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/perceptually_important.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | pip_pattern_miner.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/pip_pattern_miner.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | retracement_ratios.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/retracement_ratios.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | rolling_window.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/rolling_window.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | test_flag_patterns.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/test_flag_patterns.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | test_hs_patterns.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/test_hs_patterns.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | trendline_automation.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/trendline_automation.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
neurotrader888 | TechnicalAnalysisAutomation | wf_pip_miner.py | https://raw.githubusercontent.com/neurotrader888/TechnicalAnalysisAutomation/main/wf_pip_miner.py | https://github.com/neurotrader888/TechnicalAnalysisAutomation |
nanos | FediFetcher | find_posts.py | https://raw.githubusercontent.com/nanos/FediFetcher/main/find_posts.py | https://github.com/nanos/FediFetcher |
facebookresearch | dropout | datasets.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/datasets.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | drop_scheduler.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/drop_scheduler.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | engine.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/engine.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | main.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/main.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | optim_factory.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/optim_factory.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | run_with_submitit.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/run_with_submitit.py | https://github.com/facebookresearch/dropout |
facebookresearch | dropout | utils.py | https://raw.githubusercontent.com/facebookresearch/dropout/main/utils.py | https://github.com/facebookresearch/dropout |
vaibhavk97 | Poe | POE.py | https://raw.githubusercontent.com/vaibhavk97/Poe/main/POE.py | https://github.com/vaibhavk97/Poe |
vaibhavk97 | Poe | example.py | https://raw.githubusercontent.com/vaibhavk97/Poe/main/example.py | https://github.com/vaibhavk97/Poe |
netspooky | scare | scare.py | https://raw.githubusercontent.com/netspooky/scare/main/scare.py | https://github.com/netspooky/scare |
netspooky | scare | scareconfig.py | https://raw.githubusercontent.com/netspooky/scare/main/scareconfig.py | https://github.com/netspooky/scare |
netspooky | scare | scarelib.py | https://raw.githubusercontent.com/netspooky/scare/main/scarelib.py | https://github.com/netspooky/scare |
feizc | MLE-LLaMA | train.py | https://raw.githubusercontent.com/feizc/MLE-LLaMA/main/train.py | https://github.com/feizc/MLE-LLaMA |
feizc | MLE-LLaMA | train_lora.py | https://raw.githubusercontent.com/feizc/MLE-LLaMA/main/train_lora.py | https://github.com/feizc/MLE-LLaMA |
ZhendongWang6 | DIRE | demo.py | https://raw.githubusercontent.com/ZhendongWang6/DIRE/main/demo.py | https://github.com/ZhendongWang6/DIRE |
ZhendongWang6 | DIRE | test.py | https://raw.githubusercontent.com/ZhendongWang6/DIRE/main/test.py | https://github.com/ZhendongWang6/DIRE |
ZhendongWang6 | DIRE | train.py | https://raw.githubusercontent.com/ZhendongWang6/DIRE/main/train.py | https://github.com/ZhendongWang6/DIRE |
nianticlabs | diffusionerf | encoding.py | https://raw.githubusercontent.com/nianticlabs/diffusionerf/main/encoding.py | https://github.com/nianticlabs/diffusionerf |
nianticlabs | diffusionerf | main_nerf.py | https://raw.githubusercontent.com/nianticlabs/diffusionerf/main/main_nerf.py | https://github.com/nianticlabs/diffusionerf |
GAP-LAB-CUHK-SZ | REC-MV | infer_fl.py | https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/REC-MV/main/infer_fl.py | https://github.com/GAP-LAB-CUHK-SZ/REC-MV |
GAP-LAB-CUHK-SZ | REC-MV | infer_fl_animation.py | https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/REC-MV/main/infer_fl_animation.py | https://github.com/GAP-LAB-CUHK-SZ/REC-MV |
GAP-LAB-CUHK-SZ | REC-MV | infer_fl_curve.py | https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/REC-MV/main/infer_fl_curve.py | https://github.com/GAP-LAB-CUHK-SZ/REC-MV |
GAP-LAB-CUHK-SZ | REC-MV | train.py | https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/REC-MV/main/train.py | https://github.com/GAP-LAB-CUHK-SZ/REC-MV |
GAP-LAB-CUHK-SZ | REC-MV | train_large_pose.py | https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/REC-MV/main/train_large_pose.py | https://github.com/GAP-LAB-CUHK-SZ/REC-MV |
xuekt98 | BBDM | Register.py | https://raw.githubusercontent.com/xuekt98/BBDM/main/Register.py | https://github.com/xuekt98/BBDM |
xuekt98 | BBDM | main.py | https://raw.githubusercontent.com/xuekt98/BBDM/main/main.py | https://github.com/xuekt98/BBDM |
xuekt98 | BBDM | preprocess_and_evaluation.py | https://raw.githubusercontent.com/xuekt98/BBDM/main/preprocess_and_evaluation.py | https://github.com/xuekt98/BBDM |
xuekt98 | BBDM | utils.py | https://raw.githubusercontent.com/xuekt98/BBDM/main/utils.py | https://github.com/xuekt98/BBDM |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.