appvoid commited on
Commit
2000aef
·
verified ·
1 Parent(s): 8c8921b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
- extra_gated_prompt: You agree to not use this model (or future versions) to conduct
5
- experiments that cause harm to any person or group.
 
6
  extra_gated_fields:
7
  Company: text
8
  Country: country
@@ -19,30 +20,26 @@ extra_gated_fields:
19
  I agree to use this model in good faith ONLY: checkbox
20
  tags:
21
  - llama-cpp
22
- - gguf-my-repo
23
  base_model: appvoid/arco-3
24
  ---
25
 
26
- **Details**
27
 
28
- - **Arch:** qwen 3
29
- - **Repo:** [arco 3](https://huggingface.co/appvoid/arco-3)
30
- - **Author:** [appvoid](https://huggingface.co/appvoid)
31
- - **Quant:** [`llama.cpp`](https://github.com/ggerganov/llama.cpp)
32
-
33
- These are the quantized weights that were used for the `meta-arena` tests. Check the original repository for more details.
34
-
35
- ---
36
 
37
  **CLI**
38
 
39
  ```bash
40
  llama-cli --hf "appvoid/arco-3-gguf:Q8_0" -p "The meaning to life is"
41
  ```
42
- ---
43
 
44
- ## Thanks
45
 
46
- Thanks to [Georgi](https://github.com/ggerganov) and the `llama.cpp` team for making this model available to everyone.
47
 
48
- ---
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
+ extra_gated_prompt: >-
5
+ You agree to not use this model (or future versions) to conduct experiments
6
+ that cause harm to any person or group.
7
  extra_gated_fields:
8
  Company: text
9
  Country: country
 
20
  I agree to use this model in good faith ONLY: checkbox
21
  tags:
22
  - llama-cpp
 
23
  base_model: appvoid/arco-3
24
  ---
25
 
26
+ ### Model Card
27
 
28
+ | **Name** | **Link** |
29
+ | ---------- | ------------------------------------------------------- |
30
+ | **Repo** | [arco 3](https://huggingface.co/appvoid/arco-3) |
31
+ | **Arch** | [qwen 3](https://huggingface.co/collections/Qwen/qwen3) |
32
+ | **Author** | [appvoid](https://huggingface.co/appvoid) |
33
+ | **Quant** | [`llama.cpp`](https://github.com/ggerganov/llama.cpp) |
 
 
34
 
35
  **CLI**
36
 
37
  ```bash
38
  llama-cli --hf "appvoid/arco-3-gguf:Q8_0" -p "The meaning to life is"
39
  ```
 
40
 
41
+ These are the quantized weights that were used for the `meta-arena` tests. Check the original repository for more details.
42
 
43
+ ## Thanks
44
 
45
+ Thanks to [Georgi](https://github.com/ggerganov) and the `llama.cpp` team for making this model available to everyone.