Commit
·
232989d
1
Parent(s):
cffa345
added ollama support
Browse files
Modelfile
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
FROM ./EndConvo-health-1b-Q4-GGUF-v1.gguf
|
README.md
CHANGED
@@ -16,6 +16,10 @@ widget:
|
|
16 |
|
17 |
`EndConvo-health-1b-GGUF-v1` is a fine-tuned version of the `Llama3.2-1B` model, trained on a dataset of healthcare-related conversations with the purpose of identifying whether a conversation has ended. This model helps to avoid unnecessary responses from larger language models by detecting closing statements.
|
18 |
|
|
|
|
|
|
|
|
|
19 |
## Model Details
|
20 |
|
21 |
- **Model Name**: `EndConvo-health-1b-GGUF-v1`
|
|
|
16 |
|
17 |
`EndConvo-health-1b-GGUF-v1` is a fine-tuned version of the `Llama3.2-1B` model, trained on a dataset of healthcare-related conversations with the purpose of identifying whether a conversation has ended. This model helps to avoid unnecessary responses from larger language models by detecting closing statements.
|
18 |
|
19 |
+
# Ollama Integration
|
20 |
+
|
21 |
+
Experience seamless integration with Ollama, where the model is fully hosted and ready to run. Simply execute the command `ollama run Prodoc/endconvo-health-1b` to start utilizing the model's capabilities in identifying conversation endpoints efficiently and effectively. Enjoy the ease of deployment and the power of advanced conversational analysis with Ollama.
|
22 |
+
|
23 |
## Model Details
|
24 |
|
25 |
- **Model Name**: `EndConvo-health-1b-GGUF-v1`
|