arvindanand commited on
Commit
3db1dbd
1 Parent(s): fa9eb59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ base_model:
13
  license: apache-2.0
14
  ---
15
 
16
- # ValidateAI
17
 
18
- ValidateAI 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)
@@ -51,7 +51,7 @@ from transformers import AutoTokenizer
51
  import transformers
52
  import torch
53
 
54
- model = "arvind22/ValidateAI"
55
  messages = [{"role": "user", "content": "What is a large language model?"}]
56
 
57
  tokenizer = AutoTokenizer.from_pretrained(model)
 
13
  license: apache-2.0
14
  ---
15
 
16
+ # ValidateAI-2-33B-AT
17
 
18
+ ValidateAI-2-33B-AT 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)
 
51
  import transformers
52
  import torch
53
 
54
+ model = "arvindanand/ValidateAI-2-33B-AT"
55
  messages = [{"role": "user", "content": "What is a large language model?"}]
56
 
57
  tokenizer = AutoTokenizer.from_pretrained(model)