-
Symfony 2.4.8
```
$('form')
.find('input[type=text], textarea')
.blur(function(){
// Run validation for this field
$(this).jsFormValidator('validate')
})
.focus(functi…
-
### Question
I have tried to use starcoder model by bundling it using your ONNX script but it failed with some exception.
Model: https://huggingface.co/HuggingFaceH4/starchat-beta
or
https://h…
-
**followed the guidelines mentioned here:**
https://github.com/intel/intel-extension-for-transformers/tree/main/intel_extension_for_transformers/neural_chat/ui/customized/talkingbot
process fai…
-
### Question
Hello, I have a beginner's question.
I want to implement the task of removing the human voice from the audio in the video and retaining the background sound in the browser. The idea i…
-
Hey,
Big thanks for awesome project!
It possible to add score/confidence for word level output when using Speech Recognition/Whisper model?
Would appreciate any direction/comments or suggestion w…
-
I am not even sure this is fixable on transformers.js side, but be aware that Safari 16.6 would fail load transformers.js in a special case:
- have main site served with COOP and COEP headers:
- l…
-
### Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [x] I'm not able to find an [open issue]…
akg83 updated
2 weeks ago
-
Is it possible to use SeamlessM4t model with transformers.js https://github.com/facebookresearch/seamless_communication
-
In the TypeScript compiler, we have the concept of a "transformer". A transformer is a function which "transforms" one AST to another. TypeScript ships many such transforms, including all of the vario…
-
My system has two GPUs:
- **GPU0**: An NVIDIA GPU with higher computational power.
- **GPU1**: An integrated GPU with lower performance.
When running the embedding process, the plugin defaults to…