-
Hi, I ran into a problem when trying to manage a specific audio file. The trouble comes up exactly when the code tries to manage a WAV document called "_XTTS_/AUTOMATIC_SPEAKER_00.wav". Below is th…
-
Hello. I have big text. I want to apply on this text part of speech tagger so that beside every word I will see part of speech tag.
I wrote following program
from hazm import Normalizer, word_t…
-
from pydantic import BaseModel, Field
class Input(BaseModel):
speech: str = Field(description="speech text")
class Output(BaseModel):
extracted_words: list[str] = Field(de…
-
While we have been working with FreeBSD packages for a while, it seems like the structure of how packages get built and distributed leaves a few aspects to be deserved. This issue describes our gripes…
-
I am trying to fine tune on a custom voice in german. I followed the steps (to the best of my knowledge) but when I run the command
```bash
accelerate launch --mixed_precision=fp16 --num_processe…
-
I don’t know why this error is reported. Here is my entire error display and the contents of the configuration file.
Traceback (most recent call last):
File "train_finetune.py", line 709, in
…
-
### System Info
- `transformers` version: 4.39.0.dev0
- Platform: Linux-5.4.0-163-generic-x86_64-with-glibc2.10
- Python version: 3.8.18
- Huggingface_hub version: 0.20.3
- Safetensors version: 0…
-
## Environment info
- `transformers` version: 4.16.0
- Platform: Linux-3.10.0-1160.24.1.el7.ug.x86_64-x86_64-with-glibc2.2.5
- Python version: 3.8.6
- PyTorch version (GPU?): 1.10.1+cu102 (Fal…
-
I followed this guide for python: https://cloud.google.com/speech-to-text/docs/transcribe-client-libraries
Running line `pip install --upgrade google-cloud-speech` gave no errors.
But when I run…
-
I've been using the Python SDK, but due to https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2204 and https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2048, I …