Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Model Overview
|
| 2 |
|
| 3 |
**Memory Operator** is a sub-model exclusive to MemOS, designed specifically for memory operations. Its core functionalities include processing memory extraction, integration, and updating. The purpose of building the Memory Operator sub-model is:
|
|
@@ -281,4 +290,4 @@ Here is the document chunk to process:
|
|
| 281 |
{chunk_text}
|
| 282 |
|
| 283 |
Produce ONLY the JSON object as your response.
|
| 284 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen3-4B
|
| 8 |
+
library_name: transformers
|
| 9 |
+
---
|
| 10 |
## Model Overview
|
| 11 |
|
| 12 |
**Memory Operator** is a sub-model exclusive to MemOS, designed specifically for memory operations. Its core functionalities include processing memory extraction, integration, and updating. The purpose of building the Memory Operator sub-model is:
|
|
|
|
| 290 |
{chunk_text}
|
| 291 |
|
| 292 |
Produce ONLY the JSON object as your response.
|
| 293 |
+
```
|