File size: 1,312 Bytes
98aa740
 
 
2000aef
 
 
98aa740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2000aef
8936fb9
2000aef
 
 
 
 
 
4f96d43
cc8d21e
4f96d43
98aa740
df385cf
98aa740
4f96d43
317e039
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
37
38
39
40
41
---
license: apache-2.0
pipeline_tag: text-generation
extra_gated_prompt: >-
  You agree to not use this model (or future versions) to conduct experiments
  that cause harm to any person or group.
extra_gated_fields:
  Company: text
  Country: country
  Specific date: date_picker
  I want to use this model for:
    type: select
    options:
    - Work
    - Research
    - Education
    - Hobby
    - label: Other
      value: other
  I agree to use this model in good faith ONLY: checkbox
tags:
- llama-cpp
base_model: appvoid/arco-3
---

### Model Card

| **Name**       | **Link**                                                    |
| ---------- | ------------------------------------------------------- |
| **Repo**   | [arco 3](https://huggingface.co/appvoid/arco-3)         |
| **Arch**   | [qwen 3](https://huggingface.co/collections/Qwen/qwen3) |
| **Author** | [appvoid](https://huggingface.co/appvoid)               |
| **Quant**  | [`llama.cpp`](https://github.com/ggerganov/llama.cpp)   |

**CLI**

```bash
llama-cli --hf "appvoid/arco-3-gguf:Q8_0" -p "The meaning to life is"
```

These are the weights that were used for `meta-arena`. Check the original repo for details. Big shout out to [Georgi](https://github.com/ggerganov) and the `llama.cpp` team for their contributions to the edge world.