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="cllm/consistency-llm-7b-math")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("cllm/consistency-llm-7b-math")
model = AutoModelForCausalLM.from_pretrained("cllm/consistency-llm-7b-math")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

See our Github repo for more details: https://github.com/hao-ai-lab/Consistency_LLM

Metadata:

AR loss to consistency loss ratio: 10: 1

GSM8K dataset size: 7k

n-token sequence length: 16

Jacobi trajectory data cleaning: True

Target model: ABEL-7B-001 fine-tuned on GSM8K

release date: 02/26/2024

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using cllm/consistency-llm-7b-math 6