Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ tags:
|
|
21 |
> krē-ə plural crias. : a baby llama, alpaca, vicuña, or guanaco.
|
22 |
|
23 |
<p align="center">
|
24 |
-
<img src="assets/icon-512x512.png" width="300" height="300" alt="Cria Logo"> <br>
|
25 |
<i>or what ChatGPT suggests, <b>"Crafting a Rapid prototype of an Intelligent llm App using open source resources"</b>.</i>
|
26 |
</p>
|
27 |
|
28 |
-
|
29 |
|
30 |
## 📦 Model Release
|
31 |
|
|
|
21 |
> krē-ə plural crias. : a baby llama, alpaca, vicuña, or guanaco.
|
22 |
|
23 |
<p align="center">
|
24 |
+
<img src="https://raw.githubusercontent.com/davzoku/cria/main/assets/icon-512x512.png" width="300" height="300" alt="Cria Logo"> <br>
|
25 |
<i>or what ChatGPT suggests, <b>"Crafting a Rapid prototype of an Intelligent llm App using open source resources"</b>.</i>
|
26 |
</p>
|
27 |
|
28 |
+
The initial objective of the CRIA project is to develop a comprehensive end-to-end chatbot system, starting from the instruction-tuning of a large language model and extending to its deployment on the web using frameworks such as Next.js. Specifically, we have fine-tuned the `llama-2-7b-chat-hf` model with QLoRA (4-bit precision) using the [mlabonne/CodeLlama-2-20k](https://huggingface.co/datasets/mlabonne/CodeLlama-2-20k) dataset. This fine-tuned model serves as the backbone for the [CRIA chat](https://chat.walterteng.com) platform.
|
29 |
|
30 |
## 📦 Model Release
|
31 |
|