mohsinmubaraksk commited on
Commit
9f94f53
1 Parent(s): 9ad1faf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ base_model:
10
  - HuggingFaceH4/zephyr-7b-beta
11
  ---
12
 
13
- # Intellect-Ai-model
14
 
15
- Intellect-Ai-model is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
  * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
17
  * [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
18
 
@@ -46,7 +46,7 @@ from transformers import AutoTokenizer
46
  import transformers
47
  import torch
48
 
49
- model = "mohsinmubaraksk/Intellect-Ai-model"
50
  messages = [{"role": "user", "content": "What is a large language model?"}]
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(model)
 
10
  - HuggingFaceH4/zephyr-7b-beta
11
  ---
12
 
13
+ # Beast-Mixed
14
 
15
+ Beast-Mixed is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
16
  * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
17
  * [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
18
 
 
46
  import transformers
47
  import torch
48
 
49
+ model = "mohsinmubaraksk/Beast-Mixed"
50
  messages = [{"role": "user", "content": "What is a large language model?"}]
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(model)