File size: 957 Bytes
bf16fd4 4962a39 bf16fd4 4014c65 bf16fd4 14b9e1b 54719cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
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) |