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