|
--- |
|
base_model: appvoid/arco-2 |
|
language: |
|
- en |
|
license: apache-2.0 |
|
tags: |
|
- text-generation-inference |
|
- transformers |
|
- unsloth |
|
- llama |
|
- trl |
|
- sft |
|
--- |
|
|
|
# Uploaded model |
|
|
|
- **Developed by:** appvoid |
|
- **License:** apache-2.0 |
|
- **Finetuned from model :** appvoid/arco-2 |
|
|
|
fine-tuned on 20k samples from KingNish reasoning dataset |
|
|
|
format is like the template in the dataset: |
|
|
|
``` |
|
<|im_start|>user |
|
What is javascript? |
|
<|im_end|> |
|
<|im_start|>reasoning |
|
I can answer directly to this question. |
|
<|im_end|> |
|
<|im_start|>assistant |
|
That's a great question! JavaScript is a programming language that is commonly used to create interactive web pages and applications. It's known for its ability to create dynamic, interactive content and it's used by many web developers to create web pages, mobile applications, and more. |
|
``` |
|
|
|
![screenshot](https://huggingface.co/appvoid/arco-2-reasoning-20k/resolve/main/Screen%20Shot%202024-10-22%20at%203.08.18%20PM.png?download=true) |