Daniel Gareev

Results 9 issues of Daniel Gareev

**Bud Description** The script `start.py` doesn't increment proxies for any of the bots that use proxies. **To Reproduce** Steps to reproduce the behavior: 1. Add several proxies in proxies.txt 2....

Hi, I'd like to add a quick tutorial at Kaggle on using Gradient Boosted DT including training, evaluation, changing hyperparameters and specifying the features.

Fixing dead examples link in beginner colab. - [The previous link](https://github.com/tensorflow/decision-forests/examples) - [The current link](https://github.com/tensorflow/decision-forests/tree/main/examples)

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [x] I have commented my code,...

Hi, as far as I understand, Datascope is compatible with any scikit-learn pipeline. I'm using PyTorch and skorch (library that wraps PyTorch) to make my classifier scikit-learn compatible. I'm currently...

## PR Description This PR makes hyperparameter search more scalable by running the training loop for each agent in parallel. This is especially useful when running the search on a...

### System Info - torch 2.3.0+cu121 - transformers 4.41.1 - Python 3.10.12 ### Who can help? @gante @ArthurZucker @younesbelkada ### Information - [ ] The official example scripts - [X]...

Generation

Hi, I'm generating LLM sequences with some of the HF models such as [pythia-1.4b](https://huggingface.co/EleutherAI/pythia-1.4b). Some of my generations result in a sequence consisting only of [form feed token](https://www.ascii-code.com/12), which is...

Hi, I'm currently using HF wrapper to evaluate strings with MAUVE: https://huggingface.co/spaces/evaluate-metric/mauve I'm getting the following an error when passing empty strings (e.g. `""`). Is this an expected behavior? I...