Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,66 @@ base_model: openbmb/InfLLM-V2-Long-Sparse-Base
|
|
| 16 |
This model was converted to GGUF format from [`openbmb/InfLLM-V2-Long-Sparse-Base`](https://huggingface.co/openbmb/InfLLM-V2-Long-Sparse-Base) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 17 |
Refer to the [original model card](https://huggingface.co/openbmb/InfLLM-V2-Long-Sparse-Base) for more details on the model.
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## Use with llama.cpp
|
| 20 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 21 |
|
|
|
|
| 16 |
This model was converted to GGUF format from [`openbmb/InfLLM-V2-Long-Sparse-Base`](https://huggingface.co/openbmb/InfLLM-V2-Long-Sparse-Base) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 17 |
Refer to the [original model card](https://huggingface.co/openbmb/InfLLM-V2-Long-Sparse-Base) for more details on the model.
|
| 18 |
|
| 19 |
+
## Use with Ollama
|
| 20 |
+
|
| 21 |
+
```bash
|
| 22 |
+
|
| 23 |
+
root@90dd7d73d62b:/# ollama pull hf.co/AXONVERTEX-AI-RESEARCH/InfLLM-V2-Long-Sparse-Base-Q8_0-GGUF:Q8_0
|
| 24 |
+
pulling manifest
|
| 25 |
+
pulling 5bdae6814d6a: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 8.7 GB
|
| 26 |
+
pulling a47b02e00552: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 106 B
|
| 27 |
+
pulling b78301c0df4d: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 38 B
|
| 28 |
+
pulling d03c38a6a78c: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 557 B
|
| 29 |
+
verifying sha256 digest
|
| 30 |
+
writing manifest
|
| 31 |
+
success
|
| 32 |
+
root@90dd7d73d62b:/# ollama run hf.co/AXONVERTEX-AI-RESEARCH/InfLLM-V2-Long-Sparse-Base-Q8_0-GGUF:Q8_0
|
| 33 |
+
>>> hello
|
| 34 |
+
Hello! How can I assist you today?
|
| 35 |
+
|
| 36 |
+
>>> Write an article about Artificial Intelligence.
|
| 37 |
+
Artificial Intelligence (AI) has revolutionized the way we live and work in recent years. AI refers to the ability of machines to simulate human intelligence and perform tasks that typically require
|
| 38 |
+
human intelligence, such as learning, reasoning, problem-solving, decision making, perception, and language understanding. With the increasing demand for automation and efficiency, AI has become an
|
| 39 |
+
essential tool across various industries, including healthcare, finance, manufacturing, transportation, and education.
|
| 40 |
+
|
| 41 |
+
AI systems are designed to analyze vast amounts of data and learn from it to make predictions or decisions. They use algorithms that can identify patterns and relationships in data, and then apply
|
| 42 |
+
these insights to real-world problems. AI systems can be classified into three types: narrow AI, general AI, and superintelligence. Narrow AI is designed to perform a specific task, such as
|
| 43 |
+
recognizing faces or translating languages. General AI refers to machines that have the ability to understand and learn any intellectual task that humans can do. Superintelligence refers to machines
|
| 44 |
+
that are much smarter than humans in every aspect, including creativity, wisdom, and emotional intelligence.
|
| 45 |
+
|
| 46 |
+
AI has already made significant progress in several fields, with applications ranging from self-driving cars to virtual assistants like Siri and Alexa. In healthcare, AI can help doctors diagnose
|
| 47 |
+
diseases more accurately and provide personalized treatment plans for patients. In finance, AI can detect fraudulent transactions and predict market trends. In manufacturing, AI can optimize supply
|
| 48 |
+
chain management and improve production efficiency. In transportation, AI can enable autonomous vehicles to navigate safely on roads. In education, AI can personalize learning experiences for
|
| 49 |
+
students based on their individual needs and preferences.
|
| 50 |
+
|
| 51 |
+
However, AI also raises some ethical concerns and challenges. For instance, there are concerns about job displacement as machines replace human workers. There are also issues related to privacy and
|
| 52 |
+
security, as AI systems collect and analyze vast amounts of personal data. Additionally, there is a risk of bias in AI algorithms that can perpetuate discrimination against certain groups of people.
|
| 53 |
+
|
| 54 |
+
In conclusion, AI has the potential to transform various aspects of our lives, making them more efficient, effective, and personalized. However, it also presents challenges and risks that need to be
|
| 55 |
+
addressed through responsible development and deployment of AI systems.
|
| 56 |
+
|
| 57 |
+
>>> Send a message (/? for help)
|
| 58 |
+
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
## Chat Template
|
| 68 |
+
|
| 69 |
+
```bash
|
| 70 |
+
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
|
| 71 |
+
' + message['content'] + '<|im_end|>' + '
|
| 72 |
+
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
|
| 73 |
+
' }}{% if enable_thinking is defined and enable_thinking is false %}{{ '<think>
|
| 74 |
+
|
| 75 |
+
</think>
|
| 76 |
+
' }}{% endif %}{% endif %}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
## Use with llama.cpp
|
| 80 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 81 |
|