-
When using detailed prompts (as suggested by the good prompt engineering guidelines) it may happen that the prompt gets truncated:
```
WARNING:ltx_video.pipelines.pipeline_ltx_video:The following pa…
-
From: https://github.com/keras-team/keras/issues/10768 by @hadaev8
Tokenizer will fit/transform the string into chars if a string is provided to `fit_on_texts`/`text_to_sequences` methods regardl…
-
Hey all,
First off, thanks for supporting this add-on, giving feedback, and filing bugs. I originally built Smart Notes as a simple tool to streamline my own Anki experience, and it’s been thrillin…
-
When we run `everyvoice/run_tests.py config`, warnings such as these get printed a number of times:
```
2024-01-18 16:23:15.021 | INFO | everyvoice.config.utils:load_partials:40 - You have both …
-
Hi!
Great work! Congratulations! Thanks for releasing the code!
However, I am not able to reproduce the results for taskrunners using any of the `allenai/uio2-large`, `allenai/uio2-xl` or `allen…
-
### What happened?
Chroma removes newline characters before generating embeddings in Chroma v0.5.0, even though this is now unnecessary (post-V1 models), negatively impacts similarity search results,…
-
Hi all,
Thanks for the great tool, I've been using gensim for years and I love it.
One thing that would be a huge convenience and take literally 2 seconds to implement would be extend `sklearn_a…
-
Hello!
I would like to utilize your model on a custom dataset of MRI images, however for that I would need to replicate the preprocessing pipeline you used for model training to process my own data…
-
Hello,
I am using tensorflow on linux and while using tensorflow.contrib.learn.python.learn.preprocessing, I get the below error
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/te…
-
@lalitpagaria Please feel free to add more things to this list.
- Multi-language tokenization - functionality there but not tested yet
- URL remove
- grammar correction
Multiple features can be…