RonanMcGovern
commited on
Commit
•
f7d3ad7
1
Parent(s):
ff4b3f0
Update README.md
Browse files
README.md
CHANGED
@@ -19,12 +19,14 @@ This model extends the Llama 2 - 7B model with function calling capabilities. It
|
|
19 |
|
20 |
!!! This is an early proof of concept. Please post issues and questions !!!
|
21 |
|
|
|
|
|
22 |
## Usage
|
23 |
|
24 |
-
Firstly, ensure you have the `transformers`
|
25 |
|
26 |
```
|
27 |
-
pip install transformers
|
28 |
```
|
29 |
|
30 |
Then, load the model from HuggingFace's model hub:
|
|
|
19 |
|
20 |
!!! This is an early proof of concept. Please post issues and questions !!!
|
21 |
|
22 |
+
Use of this model is governed by the [Meta license](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
|
23 |
+
|
24 |
## Usage
|
25 |
|
26 |
+
Firstly, ensure you have the `transformers` package installed:
|
27 |
|
28 |
```
|
29 |
+
pip install transformers
|
30 |
```
|
31 |
|
32 |
Then, load the model from HuggingFace's model hub:
|