Akicou commited on
Commit
0f317f6
·
verified ·
1 Parent(s): 797e712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -24
README.md CHANGED
@@ -1,34 +1,28 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- tags:
6
- - about
7
- - NotLLM
8
- - fake
9
- ---
10
  # About Me - Akicou
11
 
12
- Hi, I'm **Akicou**, and I specialize in sharing **quantized Large Language Models (LLMs)** in **GGUF format**. These models are processed using my own service, **[GGUFORGE](https://gguforge.com)**, which focuses on converting raw models into GGUF format for easier and more efficient usage.
13
 
14
- ## What I Do
 
 
 
15
 
16
- - I post models and their **GGUF-converted versions** via [gguforge.com](https://gguforge.com), a platform I created for quantizing LLMs.
17
- - I **test and verify** model outputs only when I explicitly state that a model **works**. If I haven't personally verified it, I can't guarantee the model's performance — especially when using raw safetensors.
18
- - To keep my repositories clean and efficient, I **delete models within 5 days** of upload unless they prove to be valuable and worth keeping.
19
- - My ongoing mission is to **reduce the size of large SOTA (State-of-the-Art) models** while maintaining their functionality and ensuring they **don’t produce garbage output**. As this is a complex and evolving process, I'm constantly experimenting with new methods and techniques.
20
 
21
- ## About GGUFORGE
22
 
23
- **GGUFORGE** is a self-hosted platform where users can log in via **Hugging Face OAuth** and request conversions of models into GGUF format.
 
 
24
 
25
- ### Key Info:
26
- - **No Guarantees on Speed**: Since the service is self-hosted, processing speed may vary. I’ll do my best to fulfill requests as quickly as possible.
27
- - **Model Quality**: If a converted GGUF model produces poor results, it's likely due to the **original model's training or fine-tuning**, not the GGUF conversion process itself.
28
- - **Request Policy**: I may deny conversion requests if there are already **many GGUF versions** of the same model available.
29
- - **Self-Host Option**: If you prefer to run the conversion yourself, feel free to use the open-source tool I created: [automaticConversion GitHub repo](https://github.com/Akicuo/automaticConversion)
 
 
30
 
31
  ---
32
 
33
- Thanks for stopping by, and happy quantizing!
34
- — **Akicou**
 
 
 
 
 
 
 
 
 
 
1
  # About Me - Akicou
2
 
3
+ Hi, I'm **Akicou**, and I specialize in sharing **quantized Large Language Models (LLMs)** in **GGUF format**. These models are processed using my own service, **[GGUFORGE](https://gguforge.com)**, which focuses on converting raw models into GGUF format for more efficient usage.
4
 
5
+ ### ⚠️ Important Notes:
6
+ - I **only verify** model outputs **after explicitly testing** them. If I haven't stated that a model works, I **cannot guarantee** its functionality in raw `safetensors` or any other format.
7
+ - Models are **deleted within 5 days** of upload unless I consider them worth keeping.
8
+ - My current goal is to **reduce large SOTA models** while maintaining their quality and avoiding garbage output. This is still a learning process, and I'm constantly experimenting with new methods to improve results.
9
 
10
+ ---
 
 
 
11
 
12
+ ## 🧰 About GGUFORGE (My GGUF Conversion Service)
13
 
14
+ **[GGUFORGE](https://gguforge.com)** is a self-hosted platform where users can:
15
+ - Log in via **Hugging Face OAuth**
16
+ - Request **model to GGUF conversions**
17
 
18
+ ### 📌 Important Information:
19
+ - **Speed**: I cannot guarantee fast processing due to self-hosting constraints, but I aim to handle requests as soon as possible.
20
+ - **Model Quality**: If the GGUF output performs poorly, it's likely due to the original model's training or fine-tuning, **not the GGUF conversion process**.
21
+ - **Request Approval**: I may deny requests if similar GGUFs are already widely available.
22
+ - **Uptime & Data**: I cannot guarantee 100% uptime. The database may reset as I experiment with different hosting providers. However, if your request is lost, I will restore it manually.
23
+ - **Self-Hosting**: You're welcome to host GGUFORGE yourself using the source code:
24
+ [https://github.com/Akicuo/automaticConversion](https://github.com/Akicuo/automaticConversion)
25
 
26
  ---
27
 
28
+ Thank you for visiting, and I hope you find the models and tools I share useful!