prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,10 +55,6 @@ Ollama makes running machine learning models simple and efficient. Follow these
|
|
55 |
| | | Space X, the private aerospace company founded by Elon Musk, is revolutionizing space exploration... |
|
56 |
| | | ``` |
|
57 |
|
58 |
-
## Conclusion
|
59 |
-
|
60 |
-
With Ollama, running and interacting with models is seamless. Start experimenting today!
|
61 |
-
|
62 |
# **Demo Start**
|
63 |
|
64 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|
@@ -97,4 +93,6 @@ generated_ids = [
|
|
97 |
|
98 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
99 |
```
|
|
|
100 |
|
|
|
|
55 |
| | | Space X, the private aerospace company founded by Elon Musk, is revolutionizing space exploration... |
|
56 |
| | | ``` |
|
57 |
|
|
|
|
|
|
|
|
|
58 |
# **Demo Start**
|
59 |
|
60 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|
|
|
93 |
|
94 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
95 |
```
|
96 |
+
## Conclusion
|
97 |
|
98 |
+
With Ollama, running and interacting with models is seamless. Start experimenting today!
|