Florian Zimmermeister

Results 27 issues of Florian Zimmermeister

On IOS devices we only get an error without message, just line reference to the compiled dart js file. We are ruinning the demo from pub.dev

# What does this PR do? Fixes # (issue) ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if...

## 🚀 Feature ### Motivation ### Pitch ### Alternatives One of very good providers is coqiu I think ### Additional context

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Low ressource languages and deep domain use cases need more efficient models **Describe the solution you'd like** Huggingface is working...

**Name of your skill**: awareFallback ## Description: Send question to aware cloud if needed ## Checklist: - [x ] Used [Meta Editor](http://rawgit.com/MycroftAI/mycroft-skills/master/meta_editor.html) to generate the skill README - [x ]...

new
needs validation

Internet Explorer 11 is not working, not even asking for camera access

VAD for the STT Api would be really cool, there are still some java librarys which wraps the webrtc VAD Jitsi build one of them: https://github.com/jitsi/jitsi-webrtc-vad-wrapper

**Is your feature request related to a problem? Please describe.** More semantic like search using sparse retriever Performance **Describe the solution you'd like** Spacy lemmatizer is available for multiple languages...

type:feature

### 🐛 Describe the bug ``` class lightningmodel(pl.LightningModule): def __init__(self): super().__init__() def configure_sharded_model(self): self.model = AutoModelForSpeechSeq2Seq.from_pretrained( "openai/whisper-tiny" ) def forward(self, **inputs): return self.model(**inputs) def training_step(self, batch, batch_idx): outputs = self(**batch)...

bug