Spaces:
Running
Running
Update ask_candid/services/small_lm.py
Browse files
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
|