Purdy0228 commited on
Commit
5d682f1
·
verified ·
1 Parent(s): 178bafe

Document ConvMemory 0.6.2 source integration

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -42,6 +42,13 @@ scores = module.score_evidence_pairs([
42
  ])
43
  ```
44
 
 
 
 
 
 
 
 
45
  ## Selected Recipe
46
 
47
  - Source experiment: `v632_opcos_v3_posrepeat8_checkpoint`
 
42
  ])
43
  ```
44
 
45
+ ## Package Integration
46
+
47
+ Use `convmemory>=0.6.2` when attaching this checkpoint to `ConvMemory`. Pass
48
+ preselected later updates through `validity_source_map` to keep one validity
49
+ scorer call per protected target. Without a map, the package uses a bounded
50
+ Chinese-aware top-1 lexical fallback.
51
+
52
  ## Selected Recipe
53
 
54
  - Source experiment: `v632_opcos_v3_posrepeat8_checkpoint`