Isotonic commited on
Commit
4d92a1d
1 Parent(s): 18b4f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ tags:
8
  - teknium/OpenHermes-2.5-Mistral-7B
9
  ---
10
 
11
- # Dolphin-7b-5.1
12
 
13
- ohmistral-7b-5.1 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser)
15
  * [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
16
 
@@ -44,7 +44,7 @@ from transformers import AutoTokenizer
44
  import transformers
45
  import torch
46
 
47
- model = "Isotonic/ohmistral-7b-5.1"
48
  messages = [{"role": "user", "content": "What is a large language model?"}]
49
 
50
  tokenizer = AutoTokenizer.from_pretrained(model)
 
8
  - teknium/OpenHermes-2.5-Mistral-7B
9
  ---
10
 
11
+ # Dolphin-5.1-7b
12
 
13
+ Dolphin-5.1-7b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser)
15
  * [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
16
 
 
44
  import transformers
45
  import torch
46
 
47
+ model = "Isotonic/Dolphin-5.1-7b"
48
  messages = [{"role": "user", "content": "What is a large language model?"}]
49
 
50
  tokenizer = AutoTokenizer.from_pretrained(model)