brainsqueeze commited on
Commit
b73a55e
·
verified ·
1 Parent(s): b909663

Update ask_candid/services/small_lm.py

Browse files
Files changed (1) hide show
  1. ask_candid/services/small_lm.py +0 -1
ask_candid/services/small_lm.py CHANGED
@@ -15,7 +15,6 @@ class Encoding:
15
 
16
  class CandidSLM(LambdaInvokeBase):
17
  """Wrapper around Candid's custom small language model.
18
- For more details see https://dev.azure.com/guidestar/DataScience/_git/graph-ai?path=/releases/language.
19
  This services includes:
20
  * text encoding
21
  * document summarization
 
15
 
16
  class CandidSLM(LambdaInvokeBase):
17
  """Wrapper around Candid's custom small language model.
 
18
  This services includes:
19
  * text encoding
20
  * document summarization