Browse Source

Updating the images folder to img & file names

Pia Papanna 11 months ago
parent
commit
a5d864e907

+ 3 - 3
docs/LLM_finetuning.md

@@ -35,9 +35,9 @@ Full parameter fine-tuning has its own advantages, in this method there are mult
 You can also keep most of the layers frozen and only fine-tune a few layers. There are many different techniques to choose from to freeze/unfreeze layers based on different criteria.
 
 <div style="display: flex;">
-    <img src="./images/feature-based_FN.png" alt="Image 1" width="250" />
-    <img src="./images/feature-based_FN_2.png" alt="Image 2" width="250" />
-    <img src="./images/full-param-FN.png" alt="Image 3" width="250" />
+    <img src="./img/feature_based_fn.png" alt="Image 1" width="250" />
+    <img src="./img/feature_based_fn_2.png" alt="Image 2" width="250" />
+    <img src="./img/full_param_fn.png" alt="Image 3" width="250" />
 </div>
 
 

docs/images/feature-based_FN.png → docs/img/feature_based_fn.png


docs/images/feature-based_FN_2.png → docs/img/feature_based_fn_2.png


docs/images/full-param-FN.png → docs/img/full_param_fn.png


docs/images/llama2-gradio.png → docs/img/llama2_gradio.png


docs/images/llama2-streamlit.png → docs/img/llama2_streamlit.png


docs/images/llama2-streamlit2.png → docs/img/llama2_streamlit2.png


docs/images/messenger_api_settings.png → docs/img/messenger_api_settings.png


docs/images/messenger_llama_arch.jpg → docs/img/messenger_llama_arch.jpg


docs/images/wandb_screenshot.png → docs/img/wandb_screenshot.png


docs/images/whatsapp_dashboard.jpg → docs/img/whatsapp_dashboard.jpg


docs/images/whatsapp_llama_arch.jpg → docs/img/whatsapp_llama_arch.jpg


+ 3 - 3
recipes/finetuning/LLM_finetuning_overview.md

@@ -35,9 +35,9 @@ Full parameter fine-tuning has its own advantages, in this method there are mult
 You can also keep most of the layers frozen and only fine-tune a few layers. There are many different techniques to choose from to freeze/unfreeze layers based on different criteria.
 
 <div style="display: flex;">
-    <img src="../../docs/images/feature-based_FN.png" alt="Image 1" width="250" />
-    <img src="../../docs/images/feature-based_FN_2.png" alt="Image 2" width="250" />
-    <img src="../../docs/images/full-param-FN.png" alt="Image 3" width="250" />
+    <img src="../../docs/img/feature_based_fn.png" alt="Image 1" width="250" />
+    <img src="../../docs/img/feature_based_fn_2.png" alt="Image 2" width="250" />
+    <img src="../../docs/img/full_param_fn.png" alt="Image 3" width="250" />
 </div>