Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.2-1B-Instruct
|
|
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
-
Model for AbodeLLM App
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.2-1B-Instruct
|
4 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
+
Model for AbodeLLM App
|
8 |
+
|
9 |
+
To run models on android visit:
|
10 |
+
github.com/brendmung/AbodeLLM
|