Divyansh008 commited on
Commit
848af28
·
verified ·
1 Parent(s): 19d6dca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  - jtatman/llama-3.2-1b-lewd-mental-occult
21
  ---
22
 
23
- # Tiny-Urvashi-v5
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/Tiny-Urvashi-v5"
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)