You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 21-meta/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ This lesson will cover:
13
13
14
14
In this lesson, we will explore 2 models from the Meta family or "Llama Herd" - Llama 3.1 and Llama 3.2
15
15
16
-
These models come in different variants and are available on the Github Model marketplace. Here are more details on using Github Models to [prototype with AI models](https://docs.github.com/en/github-models/prototyping-with-ai-models?WT.mc_id=academic-105485-koreyst).
16
+
These models come in different variants and are available on the GitHub Model marketplace. Here are more details on using GitHub Models to [prototype with AI models](https://docs.github.com/en/github-models/prototyping-with-ai-models?WT.mc_id=academic-105485-koreyst).
17
17
18
18
Model Variants:
19
19
- Llama 3.1 - 70B Instruct
20
20
- Llama 3.1 - 405B Instruct
21
21
- Llama 3.2 - 11B Vision Instruct
22
22
- Llama 3.2 - 90B Vision Instruct
23
23
24
-
*Note: Llama 3 is also available on Github Models but won't be covered in this lesson*
24
+
*Note: Llama 3 is also available on GitHub Models but won't be covered in this lesson*
25
25
26
26
## Llama 3.1
27
27
@@ -53,7 +53,7 @@ In the code example below:
53
53
- Send a user prompt that asks about the weather in a certain city.
54
54
- The LLM will respond with a tool call to the Brave Search tool which will look like this `<|python_tag|>brave_search.call(query="Stockholm weather")`
55
55
56
-
*Note: This example only make the tool call, if you would like to get the results, you will need to create a free account on the Brave API page and define the function itself`
56
+
*Note: This example only makes the tool call, if you would like to get the results, you will need to create a free account on the Brave API page and define the function itself`
Despite being a LLM, one limitation that Llama 3.1 has is multimodality. That is, being able to use different types of input such as images as prompts and providing responses. This ability is one of the main features of Llama 3.2. These features also include:
98
+
Despite being an LLM, one limitation that Llama 3.1 has is multimodality. That is, being able to use different types of input such as images as prompts and providing responses. This ability is one of the main features of Llama 3.2. These features also include:
99
99
100
100
- Multimodality - has the ability to evaluate both text and image prompts
101
101
- Small to Medium size variations (11B and 90B) - this provides flexible deployment options,
0 commit comments