doberst commited on
Commit
a18c7fe
·
verified ·
1 Parent(s): 84b4e7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -15
README.md CHANGED
@@ -7,24 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Welcome to the llmware HuggingFace page. We believe that the ascendence of LLMs creates a major new application pattern and data
11
- pipelines that will be transformative in the enterprise, especially in knowledge-intensive industries. Our open source research efforts
12
- are focused both on the new "ware" ("middleware" and "software" that will wrap and integrate LLMs), as well as building high-quality
13
- automation-focused enterprise Agent, RAG and embedding small specialized language models.
14
-
15
- Our model training initiatives fall into four major categories:
16
 
17
  **SLIMs** - small, specialized function calling models for stacking in multi-model, Agent-based workflows -- [SLIMs](https://medium.com/@darrenoberst/slims-small-specialized-models-function-calling-and-multi-model-agents-8c935b341398)
18
  **BLING/DRAGON** - highly-accurate fact-based question-answering models
19
  -- [small model accuracy benchmark](https://medium.com/@darrenoberst/best-small-language-models-for-accuracy-and-enterprise-use-cases-benchmark-results-cf71964759c8) |
20
  [our journey building small accurate language models](https://medium.com/@darrenoberst/building-the-most-accurate-small-language-models-our-journey-781474f64d88)
21
  **Industry-BERT** - industry fine-tuned embedding models
22
- **Private Inference** - Self-Hosting, Packaging and Quantization - GGUF, ONNX, OpenVino
23
-
24
- Please check out a few of our recent blog postings related to these initiatives:
25
- [thinking does not happen one token at a time](https://medium.com/@darrenoberst/thinking-does-not-happen-one-token-at-a-time-0dd0c6a528ec) |
26
- [rag instruct test dataset](https://medium.com/@darrenoberst/how-accurate-is-rag-8f0706281fd9) |
27
- [llmware emerging stack](https://medium.com/@darrenoberst/the-emerging-llm-stack-for-rag-deee093af5fa) |
28
- [becoming a master finetuning chef](https://medium.com/@darrenoberst/6-tips-to-becoming-a-master-llm-fine-tuning-chef-143ad735354b)
29
-
30
- Interested? [Join us on Discord](https://discord.gg/MhZn5Nc39h)
 
7
  pinned: false
8
  ---
9
 
10
+ Welcome to the llmware HuggingFace page. Our model projects:
 
 
 
 
 
11
 
12
  **SLIMs** - small, specialized function calling models for stacking in multi-model, Agent-based workflows -- [SLIMs](https://medium.com/@darrenoberst/slims-small-specialized-models-function-calling-and-multi-model-agents-8c935b341398)
13
  **BLING/DRAGON** - highly-accurate fact-based question-answering models
14
  -- [small model accuracy benchmark](https://medium.com/@darrenoberst/best-small-language-models-for-accuracy-and-enterprise-use-cases-benchmark-results-cf71964759c8) |
15
  [our journey building small accurate language models](https://medium.com/@darrenoberst/building-the-most-accurate-small-language-models-our-journey-781474f64d88)
16
  **Industry-BERT** - industry fine-tuned embedding models
17
+ **Model Depot** - Optimized Deployment for Edge - ONNX, OpenVino, GGUF - [Model Depot](https://medium.com/@darrenoberst/model-depot-9e6625c5fc55)