Completetinymodelraven Top New! Page
outputs = model.generate( **inputs, max_new_tokens=100, do_sample=True, top_k=50, top_p=0.95, temperature=0.7 )
The CTM-Raven-Top was trained exclusively on synthetic data generated by a larger teacher model solving Raven's Progressive Matrices. Consequently, the model is "complete" in a narrow sense: it has terrible general knowledge (don't ask it who won the Super Bowl in 2020), but incredible . completetinymodelraven top