huggingface

[[concept]]

Huggingface (🤗) is a machine learning company that provides packages to train, develop, and experiment with various models. It is also a platform to share models and datasets.


Links

Mentions

Mentions

const { dateTime } = await cJS()

return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}