From 52ae51be88361faf7a9d6860d14bedfdc5b97ade Mon Sep 17 00:00:00 2001 From: YeonwooSung Date: Sat, 28 Sep 2024 15:08:27 +0900 Subject: [PATCH] refactor: reorganize the codes --- LLMs/{ => models}/claude/Claude_Investor.ipynb | 0 LLMs/{ => models}/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb | 0 ...tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" | 0 .../llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb | 0 LLMs/{ => models}/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb | 0 .../llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb | 0 LLMs/{ => models}/llama2/instruction-tune-llama-2-int4.ipynb | 0 LLMs/{ => models}/llama2/llama2-fine-tune/.gitignore | 0 LLMs/{ => models}/llama2/llama2-fine-tune/README.md | 0 LLMs/{ => models}/llama2/llama2-fine-tune/conversations.json | 0 LLMs/{ => models}/llama2/llama2-fine-tune/dpo_conversations.json | 0 LLMs/{ => models}/llama2/llama2-fine-tune/dpo_trainer.py | 0 LLMs/{ => models}/llama2/llama2-fine-tune/generate.py | 0 LLMs/{ => models}/llama2/llama2-fine-tune/merge_peft_adapters.py | 0 LLMs/{ => models}/llama2/llama2-fine-tune/requirements.txt | 0 LLMs/{ => models}/llama2/llama2-fine-tune/sft_trainer.py | 0 LLMs/{ => models}/llama2/llama2-fine-tune/utils.py | 0 LLMs/{ => models}/phi3/Finetuning/FineTrainingScript.py | 0 .../{ => models}/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb | 0 .../phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb | 0 LLMs/{ => models}/phi3/Finetuning/Phi-3-vision-Trainingscript.py | 0 .../{ => models}/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb | 0 LLMs/{ => models}/phi3/Finetuning/generate_dataset.py | 0 LLMs/{ => models}/phi3/Finetuning/mlx/data/test.jsonl | 0 LLMs/{ => models}/phi3/Finetuning/mlx/data/train.jsonl | 0 LLMs/{ => models}/phi3/Finetuning/mlx/data/valid.jsonl | 0 LLMs/{ => models}/phi3/Finetuning/olive-ort-example/README.md | 0 LLMs/{ => models}/phi3/Finetuning/olive-ort-example/app/app.py | 0 .../olive-ort-example/dataset/dataset-classification.json | 0 .../phi3/Finetuning/olive-ort-example/phrase-classification.json | 0 .../phi3/Finetuning/olive-ort-example/requirements.txt | 0 .../phi3/Finetuning/translations/zh-tw/FineTrainingScript.py | 0 .../translations/zh-tw/Phi-3-finetune-lora-python.ipynb | 0 .../translations/zh-tw/Phi-3-finetune-qlora-python.ipynb | 0 .../Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py | 0 .../translations/zh-tw/Phi_3_Inference_Finetuning.ipynb | 0 .../phi3/Finetuning/translations/zh-tw/generate_dataset.py | 0 .../phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl | 0 .../phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl | 0 .../phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl | 0 .../Finetuning/translations/zh-tw/olive-ort-example/README.md | 0 .../Finetuning/translations/zh-tw/olive-ort-example/app/app.py | 0 .../zh-tw/olive-ort-example/dataset/dataset-classification.json | 0 .../zh-tw/olive-ort-example/phrase-classification.json | 0 .../translations/zh-tw/olive-ort-example/requirements.txt | 0 .../Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py | 0 .../vision_finetuning/finetune_hf_trainer_hateful_memes.py | 0 .../phi3/Finetuning/vision_finetuning/requirements.txt | 0 LLMs/{ => models}/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb | 0 LLMs/{ => models}/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb | 0 LLMs/{ => models}/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb | 0 LLMs/{ => models}/phi3/Inference/MLX/MLX_DEMO.ipynb | 0 .../Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb | 0 .../phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb | 0 .../Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb | 0 .../phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb | 0 56 files changed, 0 insertions(+), 0 deletions(-) rename LLMs/{ => models}/claude/Claude_Investor.ipynb (100%) rename LLMs/{ => models}/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb (100%) rename "LLMs/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" => "LLMs/models/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" (100%) rename LLMs/{ => models}/llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb (100%) rename LLMs/{ => models}/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb (100%) rename LLMs/{ => models}/llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb (100%) rename LLMs/{ => models}/llama2/instruction-tune-llama-2-int4.ipynb (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/.gitignore (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/README.md (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/conversations.json (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/dpo_conversations.json (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/dpo_trainer.py (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/generate.py (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/merge_peft_adapters.py (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/requirements.txt (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/sft_trainer.py (100%) rename LLMs/{ => models}/llama2/llama2-fine-tune/utils.py (100%) rename LLMs/{ => models}/phi3/Finetuning/FineTrainingScript.py (100%) rename LLMs/{ => models}/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/Phi-3-vision-Trainingscript.py (100%) rename LLMs/{ => models}/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/generate_dataset.py (100%) rename LLMs/{ => models}/phi3/Finetuning/mlx/data/test.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/mlx/data/train.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/mlx/data/valid.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/olive-ort-example/README.md (100%) rename LLMs/{ => models}/phi3/Finetuning/olive-ort-example/app/app.py (100%) rename LLMs/{ => models}/phi3/Finetuning/olive-ort-example/dataset/dataset-classification.json (100%) rename LLMs/{ => models}/phi3/Finetuning/olive-ort-example/phrase-classification.json (100%) rename LLMs/{ => models}/phi3/Finetuning/olive-ort-example/requirements.txt (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/FineTrainingScript.py (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-lora-python.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-qlora-python.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/Phi_3_Inference_Finetuning.ipynb (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/generate_dataset.py (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/olive-ort-example/README.md (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/olive-ort-example/app/app.py (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/olive-ort-example/dataset/dataset-classification.json (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/olive-ort-example/phrase-classification.json (100%) rename LLMs/{ => models}/phi3/Finetuning/translations/zh-tw/olive-ort-example/requirements.txt (100%) rename LLMs/{ => models}/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py (100%) rename LLMs/{ => models}/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_hateful_memes.py (100%) rename LLMs/{ => models}/phi3/Finetuning/vision_finetuning/requirements.txt (100%) rename LLMs/{ => models}/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/MLX/MLX_DEMO.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb (100%) rename LLMs/{ => models}/phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb (100%) diff --git a/LLMs/claude/Claude_Investor.ipynb b/LLMs/models/claude/Claude_Investor.ipynb similarity index 100% rename from LLMs/claude/Claude_Investor.ipynb rename to LLMs/models/claude/Claude_Investor.ipynb diff --git a/LLMs/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb b/LLMs/models/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb similarity index 100% rename from LLMs/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb rename to LLMs/models/llama2/Fine_tune_Llama_2_in_Google_Colab.ipynb diff --git "a/LLMs/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" "b/LLMs/models/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" similarity index 100% rename from "LLMs/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" rename to "LLMs/models/llama2/Fine_tune_Llama_2_on_Your_Computer_with_QLoRa_and\302\240TRL.ipynb" diff --git a/LLMs/llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb b/LLMs/models/llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb similarity index 100% rename from LLMs/llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb rename to LLMs/models/llama2/Llama_7b_guanaco_4bit_qlora_with_dolly_15k.ipynb diff --git a/LLMs/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb b/LLMs/models/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb similarity index 100% rename from LLMs/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb rename to LLMs/models/llama2/Quantization_of_Llama_2_with_GPTQ.ipynb diff --git a/LLMs/llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb b/LLMs/models/llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb similarity index 100% rename from LLMs/llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb rename to LLMs/models/llama2/Run_Llama_2_Chat_Models_on_Your_Computer.ipynb diff --git a/LLMs/llama2/instruction-tune-llama-2-int4.ipynb b/LLMs/models/llama2/instruction-tune-llama-2-int4.ipynb similarity index 100% rename from LLMs/llama2/instruction-tune-llama-2-int4.ipynb rename to LLMs/models/llama2/instruction-tune-llama-2-int4.ipynb diff --git a/LLMs/llama2/llama2-fine-tune/.gitignore b/LLMs/models/llama2/llama2-fine-tune/.gitignore similarity index 100% rename from LLMs/llama2/llama2-fine-tune/.gitignore rename to LLMs/models/llama2/llama2-fine-tune/.gitignore diff --git a/LLMs/llama2/llama2-fine-tune/README.md b/LLMs/models/llama2/llama2-fine-tune/README.md similarity index 100% rename from LLMs/llama2/llama2-fine-tune/README.md rename to LLMs/models/llama2/llama2-fine-tune/README.md diff --git a/LLMs/llama2/llama2-fine-tune/conversations.json b/LLMs/models/llama2/llama2-fine-tune/conversations.json similarity index 100% rename from LLMs/llama2/llama2-fine-tune/conversations.json rename to LLMs/models/llama2/llama2-fine-tune/conversations.json diff --git a/LLMs/llama2/llama2-fine-tune/dpo_conversations.json b/LLMs/models/llama2/llama2-fine-tune/dpo_conversations.json similarity index 100% rename from LLMs/llama2/llama2-fine-tune/dpo_conversations.json rename to LLMs/models/llama2/llama2-fine-tune/dpo_conversations.json diff --git a/LLMs/llama2/llama2-fine-tune/dpo_trainer.py b/LLMs/models/llama2/llama2-fine-tune/dpo_trainer.py similarity index 100% rename from LLMs/llama2/llama2-fine-tune/dpo_trainer.py rename to LLMs/models/llama2/llama2-fine-tune/dpo_trainer.py diff --git a/LLMs/llama2/llama2-fine-tune/generate.py b/LLMs/models/llama2/llama2-fine-tune/generate.py similarity index 100% rename from LLMs/llama2/llama2-fine-tune/generate.py rename to LLMs/models/llama2/llama2-fine-tune/generate.py diff --git a/LLMs/llama2/llama2-fine-tune/merge_peft_adapters.py b/LLMs/models/llama2/llama2-fine-tune/merge_peft_adapters.py similarity index 100% rename from LLMs/llama2/llama2-fine-tune/merge_peft_adapters.py rename to LLMs/models/llama2/llama2-fine-tune/merge_peft_adapters.py diff --git a/LLMs/llama2/llama2-fine-tune/requirements.txt b/LLMs/models/llama2/llama2-fine-tune/requirements.txt similarity index 100% rename from LLMs/llama2/llama2-fine-tune/requirements.txt rename to LLMs/models/llama2/llama2-fine-tune/requirements.txt diff --git a/LLMs/llama2/llama2-fine-tune/sft_trainer.py b/LLMs/models/llama2/llama2-fine-tune/sft_trainer.py similarity index 100% rename from LLMs/llama2/llama2-fine-tune/sft_trainer.py rename to LLMs/models/llama2/llama2-fine-tune/sft_trainer.py diff --git a/LLMs/llama2/llama2-fine-tune/utils.py b/LLMs/models/llama2/llama2-fine-tune/utils.py similarity index 100% rename from LLMs/llama2/llama2-fine-tune/utils.py rename to LLMs/models/llama2/llama2-fine-tune/utils.py diff --git a/LLMs/phi3/Finetuning/FineTrainingScript.py b/LLMs/models/phi3/Finetuning/FineTrainingScript.py similarity index 100% rename from LLMs/phi3/Finetuning/FineTrainingScript.py rename to LLMs/models/phi3/Finetuning/FineTrainingScript.py diff --git a/LLMs/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb b/LLMs/models/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb rename to LLMs/models/phi3/Finetuning/Phi-3-finetune-lora-python.ipynb diff --git a/LLMs/phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb b/LLMs/models/phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb rename to LLMs/models/phi3/Finetuning/Phi-3-finetune-qlora-python.ipynb diff --git a/LLMs/phi3/Finetuning/Phi-3-vision-Trainingscript.py b/LLMs/models/phi3/Finetuning/Phi-3-vision-Trainingscript.py similarity index 100% rename from LLMs/phi3/Finetuning/Phi-3-vision-Trainingscript.py rename to LLMs/models/phi3/Finetuning/Phi-3-vision-Trainingscript.py diff --git a/LLMs/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb b/LLMs/models/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb rename to LLMs/models/phi3/Finetuning/Phi_3_Inference_Finetuning.ipynb diff --git a/LLMs/phi3/Finetuning/generate_dataset.py b/LLMs/models/phi3/Finetuning/generate_dataset.py similarity index 100% rename from LLMs/phi3/Finetuning/generate_dataset.py rename to LLMs/models/phi3/Finetuning/generate_dataset.py diff --git a/LLMs/phi3/Finetuning/mlx/data/test.jsonl b/LLMs/models/phi3/Finetuning/mlx/data/test.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/mlx/data/test.jsonl rename to LLMs/models/phi3/Finetuning/mlx/data/test.jsonl diff --git a/LLMs/phi3/Finetuning/mlx/data/train.jsonl b/LLMs/models/phi3/Finetuning/mlx/data/train.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/mlx/data/train.jsonl rename to LLMs/models/phi3/Finetuning/mlx/data/train.jsonl diff --git a/LLMs/phi3/Finetuning/mlx/data/valid.jsonl b/LLMs/models/phi3/Finetuning/mlx/data/valid.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/mlx/data/valid.jsonl rename to LLMs/models/phi3/Finetuning/mlx/data/valid.jsonl diff --git a/LLMs/phi3/Finetuning/olive-ort-example/README.md b/LLMs/models/phi3/Finetuning/olive-ort-example/README.md similarity index 100% rename from LLMs/phi3/Finetuning/olive-ort-example/README.md rename to LLMs/models/phi3/Finetuning/olive-ort-example/README.md diff --git a/LLMs/phi3/Finetuning/olive-ort-example/app/app.py b/LLMs/models/phi3/Finetuning/olive-ort-example/app/app.py similarity index 100% rename from LLMs/phi3/Finetuning/olive-ort-example/app/app.py rename to LLMs/models/phi3/Finetuning/olive-ort-example/app/app.py diff --git a/LLMs/phi3/Finetuning/olive-ort-example/dataset/dataset-classification.json b/LLMs/models/phi3/Finetuning/olive-ort-example/dataset/dataset-classification.json similarity index 100% rename from LLMs/phi3/Finetuning/olive-ort-example/dataset/dataset-classification.json rename to LLMs/models/phi3/Finetuning/olive-ort-example/dataset/dataset-classification.json diff --git a/LLMs/phi3/Finetuning/olive-ort-example/phrase-classification.json b/LLMs/models/phi3/Finetuning/olive-ort-example/phrase-classification.json similarity index 100% rename from LLMs/phi3/Finetuning/olive-ort-example/phrase-classification.json rename to LLMs/models/phi3/Finetuning/olive-ort-example/phrase-classification.json diff --git a/LLMs/phi3/Finetuning/olive-ort-example/requirements.txt b/LLMs/models/phi3/Finetuning/olive-ort-example/requirements.txt similarity index 100% rename from LLMs/phi3/Finetuning/olive-ort-example/requirements.txt rename to LLMs/models/phi3/Finetuning/olive-ort-example/requirements.txt diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/FineTrainingScript.py b/LLMs/models/phi3/Finetuning/translations/zh-tw/FineTrainingScript.py similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/FineTrainingScript.py rename to LLMs/models/phi3/Finetuning/translations/zh-tw/FineTrainingScript.py diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-lora-python.ipynb b/LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-lora-python.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-lora-python.ipynb rename to LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-lora-python.ipynb diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-qlora-python.ipynb b/LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-qlora-python.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-qlora-python.ipynb rename to LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-finetune-qlora-python.ipynb diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py b/LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py rename to LLMs/models/phi3/Finetuning/translations/zh-tw/Phi-3-vision-Trainingscript.py diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/Phi_3_Inference_Finetuning.ipynb b/LLMs/models/phi3/Finetuning/translations/zh-tw/Phi_3_Inference_Finetuning.ipynb similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/Phi_3_Inference_Finetuning.ipynb rename to LLMs/models/phi3/Finetuning/translations/zh-tw/Phi_3_Inference_Finetuning.ipynb diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/generate_dataset.py b/LLMs/models/phi3/Finetuning/translations/zh-tw/generate_dataset.py similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/generate_dataset.py rename to LLMs/models/phi3/Finetuning/translations/zh-tw/generate_dataset.py diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl b/LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl rename to LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/test.jsonl diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl b/LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl rename to LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/train.jsonl diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl b/LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl rename to LLMs/models/phi3/Finetuning/translations/zh-tw/mlx/data/valid.jsonl diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/README.md b/LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/README.md similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/README.md rename to LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/README.md diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/app/app.py b/LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/app/app.py similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/app/app.py rename to LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/app/app.py diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/dataset/dataset-classification.json b/LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/dataset/dataset-classification.json similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/dataset/dataset-classification.json rename to LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/dataset/dataset-classification.json diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/phrase-classification.json b/LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/phrase-classification.json similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/phrase-classification.json rename to LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/phrase-classification.json diff --git a/LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/requirements.txt b/LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/requirements.txt similarity index 100% rename from LLMs/phi3/Finetuning/translations/zh-tw/olive-ort-example/requirements.txt rename to LLMs/models/phi3/Finetuning/translations/zh-tw/olive-ort-example/requirements.txt diff --git a/LLMs/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py b/LLMs/models/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py similarity index 100% rename from LLMs/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py rename to LLMs/models/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_docvqa.py diff --git a/LLMs/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_hateful_memes.py b/LLMs/models/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_hateful_memes.py similarity index 100% rename from LLMs/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_hateful_memes.py rename to LLMs/models/phi3/Finetuning/vision_finetuning/finetune_hf_trainer_hateful_memes.py diff --git a/LLMs/phi3/Finetuning/vision_finetuning/requirements.txt b/LLMs/models/phi3/Finetuning/vision_finetuning/requirements.txt similarity index 100% rename from LLMs/phi3/Finetuning/vision_finetuning/requirements.txt rename to LLMs/models/phi3/Finetuning/vision_finetuning/requirements.txt diff --git a/LLMs/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb b/LLMs/models/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb rename to LLMs/models/phi3/Inference/AIPC/AIPC_DirectML_DEMO.ipynb diff --git a/LLMs/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb b/LLMs/models/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb rename to LLMs/models/phi3/Inference/AIPC/AIPC_NPU_DEMO.ipynb diff --git a/LLMs/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb b/LLMs/models/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb similarity index 100% rename from LLMs/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb rename to LLMs/models/phi3/Inference/AIPC/AIPC_OpenVino_Demo.ipynb diff --git a/LLMs/phi3/Inference/MLX/MLX_DEMO.ipynb b/LLMs/models/phi3/Inference/MLX/MLX_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/MLX/MLX_DEMO.ipynb rename to LLMs/models/phi3/Inference/MLX/MLX_DEMO.ipynb diff --git a/LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb b/LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb rename to LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_DirectML_DEMO.ipynb diff --git a/LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb b/LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb rename to LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_NPU_DEMO.ipynb diff --git a/LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb b/LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb similarity index 100% rename from LLMs/phi3/Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb rename to LLMs/models/phi3/Inference/translations/zh-tw/AIPC/AIPC_OpenVino_Demo.ipynb diff --git a/LLMs/phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb b/LLMs/models/phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb similarity index 100% rename from LLMs/phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb rename to LLMs/models/phi3/Inference/translations/zh-tw/MLX/MLX_DEMO.ipynb