初始化项目,由ModelHub XC社区提供模型
Model: MigsN9/SmolLM2-360M-Instruct-Mem-Cat Source: Original Platform
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
tags:
|
||||
- memory-router
|
||||
- phone-assistant
|
||||
- classification
|
||||
language:
|
||||
- en
|
||||
---
|
||||
|
||||
## Hermie Assistant - Memory Router
|
||||
|
||||
# Sys prompt:
|
||||
"<MEM>\n{"fact":str|null,"retrieve":bool,"tool":bool,"emotion":str}\nfact: durable personal fact, compressed. null if nothing to store."
|
||||
|
||||
# Output format:
|
||||
{"fact":str|null,"retrieve":bool,"tool":bool,"emotion":str}
|
||||
|
||||
# Tool:
|
||||
Basic tool intent detection. For context for larger LLM.
|
||||
|
||||
# Retrieve:
|
||||
Binary gate that engages the embedding model for memory retrieval.
|
||||
|
||||
# Emotion
|
||||
Emotional response for larger LLM, persistent accross chats.
|
||||
|
||||
|
||||
Fine-tuned from [SmolLM2-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct) for personal assistant memory classification.
|
||||
Reference in New Issue
Block a user