qq8933 commited on
Commit
48fe3f4
1 Parent(s): 106cbfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -19,6 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
  This model is a fine-tuned version of [SimpleBerry/LLaMA-O1-Base-1127](https://huggingface.co/SimpleBerry/LLaMA-O1-Base-1127) on the [SimpleBerry/OpenLongCoT-SFT](https://huggingface.co/datasets/SimpleBerry/OpenLongCoT-SFT) dataset.
20
 
21
  # Inference
 
 
 
22
  ```Python
23
  import json
24
  import datasets
 
19
  This model is a fine-tuned version of [SimpleBerry/LLaMA-O1-Base-1127](https://huggingface.co/SimpleBerry/LLaMA-O1-Base-1127) on the [SimpleBerry/OpenLongCoT-SFT](https://huggingface.co/datasets/SimpleBerry/OpenLongCoT-SFT) dataset.
20
 
21
  # Inference
22
+ GGUF: https://huggingface.co/Lyte/LLaMA-O1-Supervised-1129-Q4_K_M-GGUF
23
+ Run with Ollama: `ollama run hf.co/Lyte/LLaMA-O1-Supervised-1129-Q4_K_M-GGUF`
24
+
25
  ```Python
26
  import json
27
  import datasets