Create README.md
Browse files
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 |
+
```
|