Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- llm2vec
|
7 |
+
license: apache-2.0
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
## Model Details
|
12 |
+
|
13 |
+
This is meta-llama/Meta-Llama-3-8B converted into an embedding model with [llm2vec](https://github.com/McGill-NLP/llm2vec).
|
14 |
+
|
15 |
+
Details here:
|
16 |
+
|
17 |
+
To be announced.
|
18 |
+
|
19 |
+
- **Developed by:** [The Kaitchup](https://kaitchup.substack.com/)
|
20 |
+
- **Language(s) (NLP):** English
|
21 |
+
- **License:** Apache 2.0 license ; You must also accept the [Llama 3 license](https://huggingface.co/meta-llama/Meta-Llama-3-8B/blob/main/LICENSE)
|