Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ language:
|
|
6 |
tags:
|
7 |
- abliterated
|
8 |
- uncensored
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# huihui-ai/SmolLM2-1.7B-Instruct-abliterated
|
@@ -36,6 +38,4 @@ input_text=tokenizer.apply_chat_template(messages, tokenize=False)
|
|
36 |
inputs = tokenizer.encode(input_text, return_tensors="pt").to(device)
|
37 |
outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9, do_sample=True)
|
38 |
print(tokenizer.decode(outputs[0]))
|
39 |
-
```
|
40 |
-
|
41 |
-
|
|
|
6 |
tags:
|
7 |
- abliterated
|
8 |
- uncensored
|
9 |
+
base_model:
|
10 |
+
- HuggingFaceTB/SmolLM2-1.7B-Instruct
|
11 |
---
|
12 |
|
13 |
# huihui-ai/SmolLM2-1.7B-Instruct-abliterated
|
|
|
38 |
inputs = tokenizer.encode(input_text, return_tensors="pt").to(device)
|
39 |
outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9, do_sample=True)
|
40 |
print(tokenizer.decode(outputs[0]))
|
41 |
+
```
|
|
|
|