Etherll commited on
Commit
8545909
1 Parent(s): e79849d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,7 +12,8 @@ tags:
12
 
13
  # Replete-LLM-V3-Llama-3.1-8b
14
 
15
- Replete-LLM-V3-Llama-3.1-8b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
 
16
  * [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)
17
  * [Replete-AI/Replete-LLM-V2-Llama-3.1-8b](https://huggingface.co/Replete-AI/Replete-LLM-V2-Llama-3.1-8b)
18
 
@@ -46,7 +47,7 @@ from transformers import AutoTokenizer
46
  import transformers
47
  import torch
48
 
49
- model = "Etherll/Replete-LLM-V3-Llama-3.1-8b"
50
  messages = [{"role": "user", "content": "What is a large language model?"}]
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(model)
 
12
 
13
  # Replete-LLM-V3-Llama-3.1-8b
14
 
15
+
16
+ Herplete-LLM-Llama-3.1-8b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
17
  * [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)
18
  * [Replete-AI/Replete-LLM-V2-Llama-3.1-8b](https://huggingface.co/Replete-AI/Replete-LLM-V2-Llama-3.1-8b)
19
 
 
47
  import transformers
48
  import torch
49
 
50
+ model = "Etherll/Herplete-LLM-Llama-3.1-8b"
51
  messages = [{"role": "user", "content": "What is a large language model?"}]
52
 
53
  tokenizer = AutoTokenizer.from_pretrained(model)