|
@@ -27,28 +27,22 @@ 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
|
|
|
-
|
|
|
-- Q: Prompt Template changes for Multi-Modality?
|
|
|
-
|
|
|
-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://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_2).
|
|
|
-
|
|
|
-- 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/)
|
|
|
+- **Q:** What happened to llama-recipes?
|
|
|
+ **A:** We recently renamed llama-recipes to llama-cookbook.
|
|
|
|
|
|
-- Q: Some links are broken/folders are missing:
|
|
|
+- **Q:** Prompt Template changes for Multi-Modality?
|
|
|
+ **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://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_2).
|
|
|
|
|
|
-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
|
|
|
+- **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/).
|
|
|
|
|
|
-- Where can we find details about the latest models?
|
|
|
+- **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.
|
|
|
|
|
|
-A: Official [Llama models website](https://www.llama.com)
|
|
|
+- **Q:** Where can we find details about the latest models?
|
|
|
+ **A:** Official [Llama models website](https://www.llama.com).
|
|
|
|
|
|
## Contributing
|
|
|
|