Dataset Viewer
Auto-converted to Parquet Duplicate
discussion_title
stringlengths
15
149
discussion_url
stringlengths
55
178
discussion_topic_id
int64
11.3k
169k
discussion_category
int64
2
69
discussion_created_at
stringdate
2021-11-01 15:54:32
2025-10-25 07:31:09
thread
listlengths
3
20
question
stringlengths
77
20.5k
solution
stringlengths
24
23.2k
Problem with pyannote/speaker-diarization-3.1
https://discuss.huggingface.co/t/problem-with-pyannote-speaker-diarization-3-1/169415
169,415
5
2025-10-25T07:31:09.724000Z
[ { "id": 244110, "name": "MAJH", "username": "aldkela", "avatar_template": "https://avatars.discourse-cdn.com/v4/letter/a/4bbf92/{size}.png", "created_at": "2025-10-25T07:31:09.796Z", "cooked": "<p>Hello, I am trying to make some code with pyannote/speaker-diarization-3.1 but I got some error...
<p>Hello, I am trying to make some code with pyannote/speaker-diarization-3.1 but I got some error that I cannot handle now….</p> <p>This is the code I made below, I only used function “speaker_diarization” this time..</p> <pre data-code-wrap="python"><code class="lang-python">import pandas as pd from transformers impo...
<p>Problems frequently occur in Windows environments.<br> Specifically, issues related to DLLs can arise because Python 3.8 and later no longer reference the Windows <code>PATH</code> environment variable.</p> <p><a href="https://huggingface.co/datasets/John6666/forum2/blob/main/torchcodec_windows_error_1.md">Several w...
QLoRA - model isn&rsquo;t training
https://discuss.huggingface.co/t/qlora-model-isnt-training/169337
169,337
5
2025-10-22T11:19:32.837000Z
[ { "id": 243954, "name": "Anton Bartash", "username": "antbartash", "avatar_template": "https://avatars.discourse-cdn.com/v4/letter/a/46a35a/{size}.png", "created_at": "2025-10-22T11:19:32.912Z", "cooked": "<p>Hi everyone,<br>\nI’ve been trying to switch from LoRA to QLoRA on an Nvidia T4, bu...
<p>Hi everyone,<br> I’ve been trying to switch from LoRA to QLoRA on an Nvidia T4, but I’m running into an issue where the evaluation loss stays completely flat, while the training loss fluctuates around its initial value.</p> <p>My LoRA setup works fine, but adding <code>bnb_config</code>, <code>model.gradient_checkpo...
<p>Thanks for the suggestion<br> It turned out the issue was environment-related — I was able to get the expected results using the exact same code on Colab. In my local environment, clearing the caches for transformers, torch, etc., and upgrading all the libraries resolved the problem.</p>
Problem with pyannote.audio==3.1.0
https://discuss.huggingface.co/t/problem-with-pyannote-audio-3-1-0/169326
169,326
5
2025-10-21T13:54:38.497000Z
[ { "id": 243920, "name": "MAJH", "username": "aldkela", "avatar_template": "https://avatars.discourse-cdn.com/v4/letter/a/4bbf92/{size}.png", "created_at": "2025-10-21T13:54:38.567Z", "cooked": "<p>Hello, I was trying to use model named pyannote/speaker-diarization-3.1</p>\n<p>so I installed ...
<p>Hello, I was trying to use model named pyannote/speaker-diarization-3.1</p> <p>so I installed some libraries as below</p> <pre><code class="lang-auto">%pip install pyannote.audio==3.1.0 %pip install numpy==1.26 </code></pre> <p>Here is the result and I think I installed this properly…</p> <pre><code class="lang-auto...
<p>It seems like a partial hit.<img src="https://emoji.discourse-cdn.com/apple/sweat_smile.png?v=14" title=":sweat_smile:" class="emoji" alt=":sweat_smile:" loading="lazy" width="20" height="20"> The cause is a specification change due to a library version upgrade, but it appears to be because the returned object chang...
How to make my customized pipeline consumable for Transformers.js
https://discuss.huggingface.co/t/how-to-make-my-customized-pipeline-consumable-for-transformers-js/169036
169,036
5
2025-10-08T15:06:33.223000Z
[ { "id": 243309, "name": "Sicheng Mao", "username": "alephpi", "avatar_template": "/user_avatar/discuss.huggingface.co/alephpi/{size}/54288_2.png", "created_at": "2025-10-08T15:06:33.311Z", "cooked": "<p>Hi community,</p>\n<p>Here is my image-to-text pipeline:</p>\n<p>(<em>customized</em> mea...
<p>Hi community,</p> <p>Here is my image-to-text pipeline:</p> <p>(<em>customized</em> means not a registered one in official Transformers)</p> <p>A <em>customized</em> Image processor,</p> <p>A VisionEncoderDecoder, with a <em>customized</em> vision encoder that inherits the PretrainedModel and a MBartDecoder,</p> <p>...
<p>It <a href="https://huggingface.co/datasets/John6666/forum1/blob/main/transformer_js_custom_pipeline_1.md">seems possible</a>. For Transoformers.js, there’s a dedicated channel on the HF Discord, so asking there would be the most reliable option.</p>
Issue with TorchCodec when fine-tuning Whisper ASR model
https://discuss.huggingface.co/t/issue-with-torchcodec-when-fine-tuning-whisper-asr-model/169315
169,315
5
2025-10-21T07:37:40.941000Z
[ { "id": 243905, "name": "Ong Jun Rong", "username": "junnyrong", "avatar_template": "/user_avatar/discuss.huggingface.co/junnyrong/{size}/54763_2.png", "created_at": "2025-10-21T07:37:41.012Z", "cooked": "<p>Hello,</p>\n<p>In the past I have been fine tuning the Whisper-tiny ASR model using ...
<p>Hello,</p> <p>In the past I have been fine tuning the Whisper-tiny ASR model using these guides:</p> <aside class="onebox allowlistedgeneric" data-onebox-src="https://learnopencv.com/fine-tuning-whisper-on-custom-dataset/"> <header class="source"> <img src="https://us1.discourse-cdn.com/hellohellohello/origi...
<p>This error appears to stem from changes to the audio backend in the datasets library. The quickest workaround may be to install using <code>pip install datasets==3.6.0</code>. Additionally, if using version <code>4.0.0</code> or later, <strong>builder script-type datasets can no longer be used directly from the Hub<...
[HF Space not starting] Repeatedly crashes: @semmyKG]
https://discuss.huggingface.co/t/hf-space-not-starting-repeatedly-crashes-semmykg/169242
169,242
24
2025-10-17T14:59:37.863000Z
[{"id":243751,"name":"Researcher","username":"semmyk","avatar_template":"/user_avatar/discuss.huggin(...TRUNCATED)
"<p>[HF Space repeatedly crashes: <a href=\"https://huggingface.co/spaces/semmyk/semmyKG\">semmyKG</(...TRUNCATED)
"<p>In <a href=\"https://huggingface.co/spaces/semmyk/semmyKG/blob/main/README.md\"><code>README.md<(...TRUNCATED)
Cannot load torchcodec
https://discuss.huggingface.co/t/cannot-load-torchcodec/169260
169,260
5
2025-10-19T10:22:29.688000Z
[{"id":243788,"name":"MAJH","username":"aldkela","avatar_template":"https://avatars.discourse-cdn.co(...TRUNCATED)
"<p>Hello, I have some problem making some program and here is the code I made below</p>\n<pre data-(...TRUNCATED)
"<p>When using Python in a Windows environment, particularly with venv, conda, or Jupyter, DLL error(...TRUNCATED)
WARN Status Code: 500
https://discuss.huggingface.co/t/warn-status-code-500/169281
169,281
9
2025-10-20T07:24:36.364000Z
[{"id":243832,"name":"ロマン","username":"concretejungles","avatar_template":"/user_avatar/discus(...TRUNCATED)
"<p>Running a simple <code>hf download Qwen/Qwen3-4B</code> in colab, I keep getting infinite retrie(...TRUNCATED)
"<p>I solved the issue by <strong>disabling xet</strong>, like this:</p>\n<p><code>export HF_HUB_DIS(...TRUNCATED)
Hybrid Resonance Algorithm for Artificial Superintelligence
https://discuss.huggingface.co/t/hybrid-resonance-algorithm-for-artificial-superintelligence/169264
169,264
7
2025-10-19T11:19:56.732000Z
[{"id":243794,"name":"bit","username":"olegbits","avatar_template":"https://avatars.discourse-cdn.co(...TRUNCATED)
"<p>GRA-ASI: Hybrid Resonance Algorithm for Artificial Superintelligence**</p>\n<h3><a name=\"p-2437(...TRUNCATED)
"<p>Certainly! Here is the <strong>full English translation</strong> of your request and the detaile(...TRUNCATED)
Replacing attention class with identical subclass creates hallucinations
https://discuss.huggingface.co/t/replacing-attention-class-with-identical-subclass-creates-hallucinations/169215
169,215
6
2025-10-16T11:23:27.606000Z
[{"id":243707,"name":"Alexander Jephtha","username":"AlexJephtha","avatar_template":"https://avatars(...TRUNCATED)
"<p>I’m writing a custom versions of LlamaModels, and for one of those approaches I want to overwr(...TRUNCATED)
"<p>SOLUTION: With SDPA attention, passing in an attention_mask with value not equal to none overrid(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
7