madhavgohel commited on
Commit
3480267
·
verified ·
1 Parent(s): 3f0b7ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- ```text
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