nisten commited on
Commit
f22d98c
1 Parent(s): bad544b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6379683a81c1783a4a2ddba8/XgF2kz3Zz0Jqz7BEVZ96h.png)
2
+
3
+
4
+ gguf file included , the model is surprisingly coherent in 8bit . Model itself still needs more training. Based off of SmolLM-360m
5
+
6
+ ```bash
7
+ ./llama-cli -ngl 99 -co --temp 0 -p "How to build a city on Mars via calculating Aldrin-Cycler orbits?" -m Biggie_SmolLM_400M_q8_0.gguf -cnv -fa --keep -1
8
+ ```