You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vite-plugin-svelte] /tmp/tmpn5ql31ys/kit/src/routes/inference/classes/HfInference.mdx:1499:157 Unexpected character '“'
file: /tmp/tmpn5ql31ys/kit/src/routes/inference/classes/HfInference.mdx:1499:157
1497 | <td
1498 | align="left"
1499 | >The inputs vary based on the model. For example when using sentence-transformers/paraphrase-xlm-r-multilingual-v1 the inputs will look like this: inputs: { “source_sentence”: “That is a happy person”, “sentences”: [“That is a happy dog”, “That is a very happy person”, “Today is a sunny day”] }</td>
##### Parameters| Name | Type | Description || :------ | :------ | :------ ||`args`|`Object`| - ||`args.inputs`|`Record`<`string`, `unknown`\>\|`Record`<`string`, `unknown`\>[]| The inputs vary based on the model. For example when using sentence-transformers/paraphrase-xlm-r-multilingual-v1 the inputs will look like this: inputs: { "source_sentence": "That is a happy person", "sentences": ["That is a happy dog", "That is a very happy person", "Today is a sunny day"]}||`args.model`|`string`| The model to use. Can be a full URL for HF inference endpoints. ||`options?`|[`Options`](../interfaces/Options)| - |
The text was updated successfully, but these errors were encountered:
It doesn't like quotes there for some reason
CI: https://github.com/huggingface/huggingface.js/actions/runs/4742393502/jobs/8420611305
Source markdown:
The text was updated successfully, but these errors were encountered: