1kz commited on
Commit
da28521
·
verified ·
1 Parent(s): ac35b7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -59,4 +59,7 @@ messages = [
59
  output = pipe(messages, max_new_tokens=2048, temperature=0.6, top_p=0.95, do_sample=True)
60
  print(output[0]["generated_text"][-1]["content"])
61
  Benchmarks (internal eval)
 
 
 
62
  Massive thank you to lfm — without your public training logs, data mixing strategies, and relentless open-source experimentation, a model this capable at only 8B would not exist. You're building the future of accessible frontier intelligence. 🚀
 
59
  output = pipe(messages, max_new_tokens=2048, temperature=0.6, top_p=0.95, do_sample=True)
60
  print(output[0]["generated_text"][-1]["content"])
61
  Benchmarks (internal eval)
62
+
63
+
64
+
65
  Massive thank you to lfm — without your public training logs, data mixing strategies, and relentless open-source experimentation, a model this capable at only 8B would not exist. You're building the future of accessible frontier intelligence. 🚀