Inputs (5)
| Name | Type | Required |
|---|---|---|
| model | LLM_MODEL | required |
| tokenizer | LLM_TOKENIZER | required |
| text | STRING | required |
| system_prompt | STRING | optional |
| skip_first | INT | optional |
Outputs (2)
| Name | Type |
|---|---|
| hidden_states | LLM_HIDDEN_STATES |
| info | STRING |
| Name | Type | Required |
|---|---|---|
| model | LLM_MODEL | required |
| tokenizer | LLM_TOKENIZER | required |
| text | STRING | required |
| system_prompt | STRING | optional |
| skip_first | INT | optional |
| Name | Type |
|---|---|
| hidden_states | LLM_HIDDEN_STATES |
| info | STRING |