Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 Multi-Task Address Reasoning Model v1.0
|
| 2 |
|
| 3 |
This model is a **multi-task fine-tuned model** specialized for **address correction, component extraction, and geographic Q&A** with **Chain of Thought reasoning**. Built on Llama-3.2-1B-Instruct with LoRA fine-tuning using Unsloth.
|
|
@@ -388,4 +395,4 @@ This model is released under the Apache 2.0 License. See LICENSE file for detail
|
|
| 388 |
|
| 389 |
---
|
| 390 |
|
| 391 |
-
*Multi-task address intelligence with reasoning - Built with 🧠 by shiprocket-ai team using Unsloth*
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
| 7 |
+
---
|
| 8 |
# 🧠 Multi-Task Address Reasoning Model v1.0
|
| 9 |
|
| 10 |
This model is a **multi-task fine-tuned model** specialized for **address correction, component extraction, and geographic Q&A** with **Chain of Thought reasoning**. Built on Llama-3.2-1B-Instruct with LoRA fine-tuning using Unsloth.
|
|
|
|
| 395 |
|
| 396 |
---
|
| 397 |
|
| 398 |
+
*Multi-task address intelligence with reasoning - Built with 🧠 by shiprocket-ai team using Unsloth*
|