Anthony
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ tags:
|
|
9 |
- openvoid/prox-2.1-mistral-7b
|
10 |
---
|
11 |
|
12 |
-
# Proximus-2x7B
|
13 |
|
14 |
-
Proximus-2x7B is a Mixure of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
15 |
* [beowolx/MistralHermes-CodePro-7B-v1](https://huggingface.co/beowolx/MistralHermes-CodePro-7B-v1)
|
16 |
* [openvoid/prox-2.1-mistral-7b](https://huggingface.co/openvoid/prox-2.1-mistral-7b)
|
17 |
|
@@ -45,7 +45,7 @@ from transformers import AutoTokenizer
|
|
45 |
import transformers
|
46 |
import torch
|
47 |
|
48 |
-
model = "openvoid/Proximus-2x7B"
|
49 |
|
50 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
51 |
pipeline = transformers.pipeline(
|
|
|
9 |
- openvoid/prox-2.1-mistral-7b
|
10 |
---
|
11 |
|
12 |
+
# Proximus-2x7B-v1
|
13 |
|
14 |
+
Proximus-2x7B-v1 is a Mixure of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
15 |
* [beowolx/MistralHermes-CodePro-7B-v1](https://huggingface.co/beowolx/MistralHermes-CodePro-7B-v1)
|
16 |
* [openvoid/prox-2.1-mistral-7b](https://huggingface.co/openvoid/prox-2.1-mistral-7b)
|
17 |
|
|
|
45 |
import transformers
|
46 |
import torch
|
47 |
|
48 |
+
model = "openvoid/Proximus-2x7B-v1"
|
49 |
|
50 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
51 |
pipeline = transformers.pipeline(
|