asiansoul commited on
Commit
220dfd4
1 Parent(s): 453ef6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -217,8 +217,47 @@ extra_gated_description: >-
217
  accordance with the [Meta Privacy
218
  Policy](https://www.facebook.com/privacy/policy/).
219
  extra_gated_button_content: Submit
 
220
  ---
221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  ## Model Information
223
 
224
  The Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.
 
217
  accordance with the [Meta Privacy
218
  Policy](https://www.facebook.com/privacy/policy/).
219
  extra_gated_button_content: Submit
220
+
221
  ---
222
 
223
+ Long time no see friends!@!!
224
+
225
+ ## Test
226
+ ```
227
+ $ ollama create jay -f Modelfile_1b
228
+
229
+ $ ollama run jay:latest
230
+ >>>
231
+ Use Ctrl + d or /bye to exit.
232
+ >>> exit
233
+ It seems like you're ready to exit our conversation. If there's anything else I can help you with or if you need information on something specific,
234
+ feel free to let me know and I'll do my best to assist you. Have a great day!
235
+
236
+ >>> /bye
237
+ (.venv) jaylee@lees-MacBook-Pro-2 gguf % ollama run jay:latest
238
+ >>> hi
239
+ How can I help you today?
240
+
241
+ >>> where is korea
242
+ Korea is located on the Asian continent, specifically in East Asia. It's an island country situated to the south of China and Japan, and it shares the
243
+ Korean Peninsula with these countries.
244
+
245
+ Here's a brief overview:
246
+
247
+ * Korea is divided into two parts: North Korea (Democratic People's Republic of Korea) and South Korea (Republic of Korea).
248
+ * The peninsula is bordered by the following bodies of water:
249
+ + Yellow Sea to the east
250
+ + East China Sea to the north
251
+ + Korea Strait to the south
252
+ + Taiwan Strait to the west
253
+
254
+ Korea is a relatively small country, with a total area of approximately 100,363 square kilometers (38,743 square miles). Its capital and largest city
255
+ is Seoul.
256
+
257
+
258
+ ```
259
+
260
+
261
  ## Model Information
262
 
263
  The Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.