Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
tags:
|
4 |
+
- meta
|
5 |
+
- coreml
|
6 |
+
- llama
|
7 |
+
- llama-2
|
8 |
---
|
9 |
+
|
10 |
+
# **Core ML version of Llama 2**
|
11 |
+
|
12 |
+
This is a Core ML version of [`meta-llama/Llama-2-7b-chat-hf`](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf). For license information, model details and acceptable use policy, please refer to [the original model card](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf).
|
13 |
+
|
14 |
+
This conversion was performed in `float16` mode with a fixed sequence length of `64`, and is intended for evaluation and test purposes. Please, open an issue if you have questions or want to report a problem.
|