# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("prajjwal1/ctrl_discovery_4")
model = AutoModelForCausalLM.from_pretrained("prajjwal1/ctrl_discovery_4")Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Please refer to this repository (https://github.com/prajjwal1/discosense) for usage instructions.
language:
- en tags:
- conditional
- text
- generation license: "mit" datasets:
- discofuse
- discovery metrics:
- perplexity
- ppl
- Downloads last month
- 8
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="prajjwal1/ctrl_discovery_4")