TobDeBer commited on
Commit
aca3f5d
1 Parent(s): a653b79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,8 +1,14 @@
1
- # Model Repository for Big Endian models
2
-
3
- ## Variants
4
-
5
- ### Arco 500M Q4 BE
 
 
 
 
 
 
6
 
7
 
8
  # Container Repository for CPU adaptations of Inference code
 
1
+ ---
2
+ base_model: appvoid/arco
3
+ license: apache-2.0
4
+ tags:
5
+ - llama-cpp
6
+ - gguf-my-repo
7
+ ---
8
+
9
+ # TobDeBer/arco-Q4_K_M-GGUF
10
+ This model was converted to Big Endian Q4_K_M GGUF format from [`appvoid/arco`](https://huggingface.co/appvoid/arco) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
11
+ Refer to the [original model card](https://huggingface.co/appvoid/arco) for more details on the model.
12
 
13
 
14
  # Container Repository for CPU adaptations of Inference code