How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="JessonWong/tiny_uncensored_new")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("JessonWong/tiny_uncensored_new")
model = AutoModelForCausalLM.from_pretrained("JessonWong/tiny_uncensored_new", device_map="auto")
Quick Links

Model Card for Model ID

Model Details

Model Description

This is the model card of a uncensored tiny llama that is only used for research purpose, once download it, you should be responsible for all generated content.

Downloads last month
7
Safetensors
Model size
1B params
Tensor type
F32
·
Inference Providers NEW

Model tree for JessonWong/tiny_uncensored_new

Finetuned
(573)
this model