update
Browse files
README.md
CHANGED
@@ -13,11 +13,11 @@ Welcome to the ANCH Hugging Face Organization! We are dedicated to advancing the
|
|
13 |
|
14 |
## About ANCH
|
15 |
|
16 |
-
**ANCH** is an organization that focuses on creating innovative solutions in the realm of artificial intelligence and machine learning. Our mission is to empower developers, researchers, and enthusiasts by providing access to state-of-the-art models
|
17 |
|
18 |
## Our Models
|
19 |
|
20 |
-
We
|
21 |
|
22 |
- **Speech to Text**: Real-time speech to text (STT) from the environment.
|
23 |
- **Text Classification**: Identify the category of a given text.
|
@@ -29,4 +29,4 @@ You can explore [GGUF models quantized by hellork](https://huggingface.co/hellor
|
|
29 |
|
30 |
## Getting Started
|
31 |
|
32 |
-
|
|
|
13 |
|
14 |
## About ANCH
|
15 |
|
16 |
+
**ANCH** is an organization that focuses on creating innovative solutions in the realm of artificial intelligence and machine learning. Our mission is to empower developers, researchers, and enthusiasts by providing tools and access to state-of-the-art models compressed for use on older PC hardware and mobile devices.
|
17 |
|
18 |
## Our Models
|
19 |
|
20 |
+
We experiment with a variety of optimized models that cater to different NLP tasks, including:
|
21 |
|
22 |
- **Speech to Text**: Real-time speech to text (STT) from the environment.
|
23 |
- **Text Classification**: Identify the category of a given text.
|
|
|
29 |
|
30 |
## Getting Started
|
31 |
|
32 |
+
Most of our models are quantized to maximize performance with minimal resources. To use them, you should have [llama.cpp](https://github.com/ggerganov/llama.cpp), or one of the many UI's that require it, such as [ollama](https://github.com/ollama/ollama) or [gpt4all](https://github.com/nomic-ai/gpt4all) (See full list at llama.cpp).
|