Update README.md
Browse files
README.md
CHANGED
@@ -170,27 +170,28 @@ Refer to the [original model card](https://huggingface.co/rhaymison/Mistral-port
|
|
170 |
|
171 |
## ✨ Use with Samantha Interface Assistant
|
172 |
|
173 |
-
Github project
|
174 |
|
175 |
|
176 |
## 📺 Video: Intelligence Challenge - Microsoft Phi 3.5 vs Google Gemma 2
|
177 |
|
178 |
-
https://www.youtube.com/watch?v=KgicCGMSygU
|
179 |
|
180 |
|
181 |
## 👟 Testing a Model in 5 Steps with Samantha
|
182 |
|
183 |
Samantha needs just a `.gguf` model file to generate text. Follow these steps to perform a simple model test:
|
184 |
|
185 |
-
1) Open Windows Task Management by pressing `CTRL + SHIFT + ESC` and check available memory. Close some programs if necessary to free memory.
|
186 |
|
187 |
-
2) Visit [Hugging Face](https://huggingface.co/models?library=gguf&sort=trending&search=gguf) repository and click on the card to open the corresponding page. Locate the _Files and versions_ tab and choose a `.gguf` model that fits in your available memory.
|
188 |
|
189 |
-
3) Right click over the model download link icon and copy its URL.
|
190 |
|
191 |
-
4) Paste the model URL into Samantha's _Download models for testing_ field.
|
|
|
|
|
192 |
|
193 |
-
5) Insert a prompt into _User prompt_ field and press `Enter`. Keep the `$$$` sign at the end of your prompt. The model will be downloaded and the response will be generated using the default deterministic settings. You can track this process via Windows Task Management.
|
194 |
|
195 |
Every new model downloaded via this copy and paste procedure will replace the previous one to save hard drive space. Model download is saved as `MODEL_FOR_TESTING.gguf` in your _Downloads_ folder.
|
196 |
|
|
|
170 |
|
171 |
## ✨ Use with Samantha Interface Assistant
|
172 |
|
173 |
+
**Github project:** https://github.com/controlecidadao/samantha_ia/blob/main/README.md
|
174 |
|
175 |
|
176 |
## 📺 Video: Intelligence Challenge - Microsoft Phi 3.5 vs Google Gemma 2
|
177 |
|
178 |
+
**Video:** https://www.youtube.com/watch?v=KgicCGMSygU
|
179 |
|
180 |
|
181 |
## 👟 Testing a Model in 5 Steps with Samantha
|
182 |
|
183 |
Samantha needs just a `.gguf` model file to generate text. Follow these steps to perform a simple model test:
|
184 |
|
185 |
+
**1)** Open Windows Task Management by pressing `CTRL + SHIFT + ESC` and check available memory. Close some programs if necessary to free memory.
|
186 |
|
187 |
+
**2)** Visit [Hugging Face](https://huggingface.co/models?library=gguf&sort=trending&search=gguf) repository and click on the card to open the corresponding page. Locate the _Files and versions_ tab and choose a `.gguf` model that fits in your available memory.
|
188 |
|
189 |
+
**3)** Right click over the model download link icon and copy its URL.
|
190 |
|
191 |
+
**4)** Paste the model URL into Samantha's _Download models for testing_ field.
|
192 |
+
|
193 |
+
**5)** Insert a prompt into _User prompt_ field and press `Enter`. Keep the `$$$` sign at the end of your prompt. The model will be downloaded and the response will be generated using the default deterministic settings. You can track this process via Windows Task Management.
|
194 |
|
|
|
195 |
|
196 |
Every new model downloaded via this copy and paste procedure will replace the previous one to save hard drive space. Model download is saved as `MODEL_FOR_TESTING.gguf` in your _Downloads_ folder.
|
197 |
|