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.
Mentions
Mentions
| File | Last Edited |
|---|---|
| 2025-03-17 meeting | 2025-08-17 |
| 2025-W13 | 2025-08-17 |
| 2025-W14 | 2025-08-17 |
| attention block of llama architecture | 2025-10-07 |
| getting started with finetuning models on huggingface | 2025-10-02 |
| huggingface API tokens | 2025-08-17 |
| Lots of LoRAs | 2025-10-10 |
| Meta Llama | 2025-10-02 |
| network manifolds | 2025-11-08 |
| PEFT (huggingface) | 2025-10-02 |
| query composition - single model response on 2 datasets | 2025-10-02 |
| yahoo answers dataset | 2025-10-02 |
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>
}