Browse Source

Removed redundant 'FAQ' in README.md and corrected typo (#921)

Igor Kasianenko 1 day ago
parent
commit
3dff704587
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -29,7 +29,6 @@ This repository covers the most popular community approaches, use-cases and the
 - [src](https://github.com/meta-llama/llama-cookbook/tree/main/src/): Contains the src for the original llama-recipes library along with some FAQs for fine-tuning.
 
 ## FAQ:
-## FAQ:
 
 - **Q:** What happened to llama-recipes?
   **A:** We recently renamed llama-recipes to llama-cookbook.
@@ -38,7 +37,7 @@ This repository covers the most popular community approaches, use-cases and the
   **A:** Llama 3.2 follows the same prompt template as Llama 3.1, with a new special token `<|image|>` representing the input image for the multimodal models. More details on the prompt templates for image reasoning, tool-calling, and code interpreter can be found [on the documentation website](https://www.llama.com/docs/overview).
 
 - **Q:** I have some questions for Fine-Tuning, is there a section to address these?
-  **A:** Checkout the Fine-Tuning FAQ [here](https://github.com/meta-llama/llama-cookbook/tree/main/src/docs/).
+  **A:** Check out the Fine-Tuning FAQ [here](https://github.com/meta-llama/llama-cookbook/tree/main/src/docs/).
 
 - **Q:** Some links are broken/folders are missing:
   **A:** We recently did a refactor of the repo, [archive-main](https://github.com/meta-llama/llama-cookbook/tree/archive-main) is a snapshot branch from before the refactor.