Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,11 @@ This model identifies and extracts important parts of input sentences using BERT
|
|
10 |
This model is designed for **context engineering** — to extract semantically important words or chunks from sentences or chat messages, enabling better personalization in downstream applications like AI assistants or dialogue systems.
|
11 |
|
12 |
Example:
|
13 |
-
```
|
14 |
Input: I’ll be unavailable tomorrow due to a team offsite.
|
|
|
15 |
Output: [unavailable, tomorrow, team offsite]
|
16 |
-
|
17 |
---
|
18 |
|
19 |
## 🛠️ Model Details
|
|
|
10 |
This model is designed for **context engineering** — to extract semantically important words or chunks from sentences or chat messages, enabling better personalization in downstream applications like AI assistants or dialogue systems.
|
11 |
|
12 |
Example:
|
13 |
+
```
|
14 |
Input: I’ll be unavailable tomorrow due to a team offsite.
|
15 |
+
|
16 |
Output: [unavailable, tomorrow, team offsite]
|
17 |
+
```
|
18 |
---
|
19 |
|
20 |
## 🛠️ Model Details
|