Class LlamaCompletionResponse
java.lang.Object
edu.tufts.hrilab.llm.llama.response.LlamaCompletionResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
int
int
int
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
-
generation_settings
-
model
-
prompt
-
stop
public boolean stop -
stopped_eos
public boolean stopped_eos -
stopped_limit
public boolean stopped_limit -
stopping_word
-
timings
-
tokens_cached
public int tokens_cached -
tokens_evaluated
public int tokens_evaluated -
tokens_predicted
public int tokens_predicted -
truncated
public boolean truncated
-
-
Constructor Details
-
LlamaCompletionResponse
public LlamaCompletionResponse()
-