Safetensors
llama
Merge
mergekit
lazymergekit
huihui-ai/Llama-3.2-1B-Instruct-abliterated
NexesMess/Llama_3.2_1b_Abliteratest_SCE
xdrshjr/llama3.2_1b_uncensored_5000_8epoch_lora
diabolic6045/open-llama-3.2-1B-Instruct
phamhai/Llama-3.2-1B-CyberFrog
Nexesenex/Llama_3.2_1b_RandomLego_RP_R1_0.1
jtatman/llama-3.2-1b-lewd-mental-occult
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ tags:
|
|
20 |
- jtatman/llama-3.2-1b-lewd-mental-occult
|
21 |
---
|
22 |
|
23 |
-
#
|
24 |
|
25 |
Tiny-Urvashi-v5 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
26 |
* [huihui-ai/Llama-3.2-1B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-1B-Instruct-abliterated)
|
@@ -90,7 +90,7 @@ from transformers import AutoTokenizer
|
|
90 |
import transformers
|
91 |
import torch
|
92 |
|
93 |
-
model = "Divyansh008/
|
94 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
95 |
|
96 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
20 |
- jtatman/llama-3.2-1b-lewd-mental-occult
|
21 |
---
|
22 |
|
23 |
+
# Urvashi-1B-rp
|
24 |
|
25 |
Tiny-Urvashi-v5 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
26 |
* [huihui-ai/Llama-3.2-1B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-1B-Instruct-abliterated)
|
|
|
90 |
import transformers
|
91 |
import torch
|
92 |
|
93 |
+
model = "Divyansh008/Urvashi-1B-rp"
|
94 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
95 |
|
96 |
tokenizer = AutoTokenizer.from_pretrained(model)
|