Update readme
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- yahma/alpaca-cleaned
|
5 |
- cmh/alpaca_data_cleaned_fr_52k
|
@@ -10,7 +15,7 @@ language:
|
|
10 |
- en
|
11 |
base_model:
|
12 |
- OpenLLM-France/Lucie-7B
|
13 |
-
pipeline_tag:
|
14 |
---
|
15 |
|
16 |
# Model Card for Lucie-7B-Instruct
|
@@ -72,11 +77,8 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
|
|
72 |
### Test with ollama
|
73 |
|
74 |
* Download and install [Ollama](https://ollama.com/download)
|
75 |
-
* Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct/resolve/main/Lucie-7B-q4_k_m.gguf)
|
76 |
-
* Copy the [`Modelfile`](Modelfile), adpating if necessary the path to the GGUF file (line starting with `FROM`).
|
77 |
* Run in a shell:
|
78 |
-
* `ollama
|
79 |
-
* `ollama run Lucie`
|
80 |
* Once ">>>" appears, type your prompt(s) and press Enter.
|
81 |
* Optionally, restart a conversation by typing "`/clear`"
|
82 |
* End the session by typing "`/bye`".
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- llama
|
7 |
+
- trl
|
8 |
datasets:
|
9 |
- yahma/alpaca-cleaned
|
10 |
- cmh/alpaca_data_cleaned_fr_52k
|
|
|
15 |
- en
|
16 |
base_model:
|
17 |
- OpenLLM-France/Lucie-7B
|
18 |
+
pipeline_tag: text2text-generation
|
19 |
---
|
20 |
|
21 |
# Model Card for Lucie-7B-Instruct
|
|
|
77 |
### Test with ollama
|
78 |
|
79 |
* Download and install [Ollama](https://ollama.com/download)
|
|
|
|
|
80 |
* Run in a shell:
|
81 |
+
* `ollama run hf.co/OpenLLM-France/Lucie-7B-Instruct`
|
|
|
82 |
* Once ">>>" appears, type your prompt(s) and press Enter.
|
83 |
* Optionally, restart a conversation by typing "`/clear`"
|
84 |
* End the session by typing "`/bye`".
|