-
### Prerequisites
- [X] I have read the [documentation](https://hf.co/docs/autotrain).
- [X] I have checked other issues for similar problems.
### Backend
Hugging Face Space/Endpoints
###…
-
The models listed below are for the GSoC 2023 prerequisite task only.
We provide several potential candidates. Please select only one which hasn't already been selected (look at the checkboxes and…
-
I see great https://youtu.be/UBGzsb2UkeY?t=24m45s use [Dataloader](https://github.com/facebook/dataloader).
How to use [Dataloader](https://github.com/facebook/dataloader) with Apollo server? I'm usin…
-
### System Info
![image](https://github.com/huggingface/peft/assets/122880585/b9e49ea7-1712-4742-96a2-8a4a721f990e)
in this code , i find the adapter_name is 'default', but in the model no named def…
-
### Describe the bug
There seems to be a weird behaviour with the wav2vec2 fine-tuning recipe (available in the LibriSpeech recipe) on `wav2vec2-{base, large}` (with the model being unfrozen i.e. …
-
**Is your feature request related to a problem? Please describe.**
Dataloaders are amazing for avoiding N+1 queries, but I find in many cases I've ended up with some N+1 queries regardless, and I h…
-
### System Info
- `transformers` version: 4.30.0.dev0
- Platform: Linux-5.4.204-ql-generic-12.0-19-x86_64-with-glibc2.31
- Python version: 3.11.3
- Huggingface_hub version: 0.14.1
- Safetenso…
-
**Describe the bug**
Running an error
**Log output**
***** Evaluating perplexity, Epoch 0/1 *****
Traceback (most recent call last):
File "main.py", line 345, in
main()
File "main.py…
-
## Description
I am trying to build an engine from ONNX. It is a legacy model that has worked for me in the past (on e.g. TensorRT 8.0). I've managed to isolate to the subgraph (I believe) that is …
-
Hi, I created a custom loss function with a parameter that can be learned, and change the code in nnUNetTrainer.py as follows:
```
def configure_optimizers(self):
params = list(self.net…