arvindanand
commited on
Commit
•
f556cfc
1
Parent(s):
67a6ff4
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ base_model:
|
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
16 |
-
# ValidateAI-2-33B-
|
17 |
|
18 |
-
ValidateAI-2-33B-
|
19 |
* [deepseek-ai/deepseek-coder-33b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct)
|
20 |
* [WizardLM/WizardCoder-33B-V1.1](https://huggingface.co/WizardLM/WizardCoder-33B-V1.1)
|
21 |
* [codefuse-ai/CodeFuse-DeepSeek-33B](https://huggingface.co/codefuse-ai/CodeFuse-DeepSeek-33B)
|
@@ -50,7 +50,7 @@ from transformers import AutoTokenizer
|
|
50 |
import transformers
|
51 |
import torch
|
52 |
|
53 |
-
model = "arvindanand/ValidateAI-
|
54 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
55 |
|
56 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
16 |
+
# ValidateAI-2-33B-Ties
|
17 |
|
18 |
+
ValidateAI-2-33B-Ties is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
19 |
* [deepseek-ai/deepseek-coder-33b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct)
|
20 |
* [WizardLM/WizardCoder-33B-V1.1](https://huggingface.co/WizardLM/WizardCoder-33B-V1.1)
|
21 |
* [codefuse-ai/CodeFuse-DeepSeek-33B](https://huggingface.co/codefuse-ai/CodeFuse-DeepSeek-33B)
|
|
|
50 |
import transformers
|
51 |
import torch
|
52 |
|
53 |
+
model = "arvindanand/ValidateAI-3-33B-Ties"
|
54 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
55 |
|
56 |
tokenizer = AutoTokenizer.from_pretrained(model)
|