doberst commited on
Commit
4ad0393
1 Parent(s): e67ce49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,14 +2,14 @@
2
  license: apache-2.0
3
  ---
4
 
5
- # Model Card for Model ID
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
 
10
- **slim-nli-tool** is a 4_K_M quantized GGUF version of slim-sentiment, providing a small, fast inference implementation, optimized for multi-model concurrent deployment.
11
 
12
- [**slim-nli**](https://huggingface.co/llmware/slim-sentiment) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
13
 
14
  To pull the model via API:
15
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # SLIM-NLI-TOOL
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
 
10
+ **slim-nli-tool** is a 4_K_M quantized GGUF version of slim-nli, providing a small, fast inference implementation, optimized for multi-model concurrent deployment.
11
 
12
+ [**slim-nli**](https://huggingface.co/llmware/slim-nli) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
13
 
14
  To pull the model via API:
15