📃NLP API's
NLP API's allow to add data for analysis on LLM dashboard
Pre-requisite
Initialisation
from censius.nlp import CensiusClient
API_KEY = "<API KEY>"
projectId = <PROJECT ID> # datatype as integer
client = CensiusClient(api_key = API_KEY, project_id = projectId)Introducing Types
Example Dataset
UseCase : Summarisation
Argument
Type
Description
Presence
Register Model - register_model()
Argument
Type
Description
Presence
Log - log your predictions
Argument
Type
Description
Presence
Last updated