ONNX
tgupj commited on
Commit
7aced8b
·
verified ·
1 Parent(s): d42dcd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -10,14 +10,12 @@ base_model:
10
 
11
  ## What it predicts
12
 
13
- - `relation_to_previous`
14
- - `new | follow_up | correction | confirmation | cancellation | closure`
15
- - `actionability`
16
- - `none | review | act`
17
- - `retention`
18
- - `ephemeral | useful | remember`
19
- - `urgency`
20
- - `low | medium | high`
21
 
22
  The model emits these heads independently at inference time, plus calibrated confidences and an `overall_confidence`.
23
 
 
10
 
11
  ## What it predicts
12
 
13
+ ```
14
+ relation_to_previous: new | follow_up | correction | confirmation | cancellation | closure
15
+ actionability: none | review | act
16
+ retention: ephemeral | useful | remember
17
+ urgency: low | medium | high
18
+ ```
 
 
19
 
20
  The model emits these heads independently at inference time, plus calibrated confidences and an `overall_confidence`.
21