Volko76 commited on
Commit
a144728
·
verified ·
1 Parent(s): 161dbf6

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Lucie-7B-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
37
+ lucie-7b-baby-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
38
+ lucie-7b-baby-instruct.bf16.gguf filter=lfs diff=lfs merge=lfs -text
Lucie-7B-q4_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1cd6d35594dbe3bfd240822adc85380cb3f2e333148e62a1b095a04669c717
3
+ size 4068732096
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - autoquant
5
+ - gguf
6
+ ---
7
+
8
+ # Test in python
9
+
10
+ * [test_transformers_gguf.py](test_transformers_gguf.py): Test GGUF model with `transformers` package (WARNING: loading the model is long)
11
+
12
+ # Test with ollama
13
+
14
+ * Download and install [Ollama](https://ollama.com/download)
15
+ * Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Baby-Instruct/resolve/main/Lucie-7B-q4_k_m.gguf)
16
+ * Copy the [`Modelfile`](Modelfile), adpating if necessary the path to the GGUF file (line starting with `FROM`).
17
+ * Run in a shell:
18
+ * `ollama create -f Modelfile Lucie`
19
+ * `ollama run Lucie`
20
+ * Once ">>>" appears, type your prompt(s) and press Enter.
21
+ * Optionally, restart a conversation by typing "`/clear`"
22
+ * End the session by typing "`/bye`".
23
+
24
+ Useful for debug:
25
+ * [How to print input requests and output responses in Ollama server?](https://stackoverflow.com/a/78831840)
lucie-7b-baby-instruct.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0470055fd05741ffb1a177b1c419c53b0add80816f9fa8db8e7e069738d89bd3
3
+ size 2583915840
lucie-7b-baby-instruct.bf16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5afabaa1c397b5b83c61751fd8b1e5e5a2e9f35a5c36a4cc210a08a50a954c8d
3
+ size 13416017216