Update README.md
Browse files
README.md
CHANGED
@@ -67,3 +67,7 @@ outputs = pipeline(
|
|
67 |
)
|
68 |
print(outputs[0]["generated_text"][-1])
|
69 |
```
|
|
|
|
|
|
|
|
|
|
67 |
)
|
68 |
print(outputs[0]["generated_text"][-1])
|
69 |
```
|
70 |
+
|
71 |
+
## License
|
72 |
+
|
73 |
+
- [LLAMA3 License](https://huggingface.co/meta-llama/Meta-Llama-3-70B/blob/main/LICENSE)
|