Tuomas Tikkanen

Results 6 comments of Tuomas Tikkanen

* https://github.com/sloria/TextBlob/issues/220 * https://github.com/sloria/TextBlob/issues/71 * https://stackoverflow.com/q/34518570/5524090

@SubhrajitPrusty Thanks for the heads-up. It's fixed now.

For token-based authentication, like Azure Artifacts feed, you can use: ```yml [[tool.uv.index]] name = "azureartifacts" url = "https://pkgs.dev.azure.com/XXX/YYY/_packaging/ZZZ/pypi/simple/" ``` Together with: ```bash export UV_INDEX_AZUREARTIFACTS_USERNAME= ```

FYI: D-FINE is now available in the Transformers package [v4.51.3-D-FINE-preview](https://github.com/huggingface/transformers/releases/tag/v4.51.3-D-FINE-preview). Could be helpful for benchmarking.

> [@tuomastik](https://github.com/tuomastik) can it be trained via Transformers api? I haven't tried, but it should be doable using their `Trainer` class or custom PyTorch training loop. More info: * https://huggingface.co/docs/transformers/en/tasks/object_detection...