curiousily
commited on
Commit
•
f6b9780
1
Parent(s):
1353d63
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Using the information:
|
|
26 |
{context}
|
27 |
```
|
28 |
|
29 |
-
##
|
30 |
|
31 |
Load the model:
|
32 |
|
@@ -102,4 +102,9 @@ data_row = {
|
|
102 |
"question": "...",
|
103 |
"context": "..."
|
104 |
}
|
105 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
26 |
{context}
|
27 |
```
|
28 |
|
29 |
+
## Usage
|
30 |
|
31 |
Load the model:
|
32 |
|
|
|
102 |
"question": "...",
|
103 |
"context": "..."
|
104 |
}
|
105 |
+
```
|
106 |
+
|
107 |
+
## License
|
108 |
+
|
109 |
+
Uses the original Llama 3 License.
|
110 |
+
A custom commercial license is available at: https://llama.meta.com/llama3/license
|