Alvaro Bartolome

Results 217 comments of Alvaro Bartolome

Same here, everything's pushed to the HuggingFace Hub after fine-tuning but then the run crashes for no reason, so removing the integrated `push_to_hub` temporarily and running it manually to avoid...

> Thanks for checking @alvarobartt - this is very strange and I can't reproduce on my setup 🤔 . On how many nodes / GPUs are you running on? I...

Hi here @Oscarjia indeed to run the alignment handbook scripts you only need to provide the configuration file and that's it! See some sample configurations at https://github.com/huggingface/alignment-handbook/tree/main/recipes

Hi @hamelsmu is there any reason why this was not merged? I've just tested it and I can confirm it works fine 😄 So I think you're safe to merge...

Hi @davidberenstein1957, I think that re-using `from_huggingface` to not just load Argilla datasets dumped in the Hugging Face Hub, but also to load a configuration for any given model can...

May I ask how are the `metadata_properties` for the `text-descriptives` defined? Because it seems that the value is `float` which is a Python type that should go from `float(1) ->...

Hi again @justin-rohan, so I guess that the issue you created and closed in #372 was created/closed by mistake and this is the original one I'm assuming. I'll work on...

Hi everyone, so this issue is due to Investing.com's new protection with Cloudflare V2, this has affected [`investpy`](https://github.com/alvarobartt/investpy) and [`investiny`](https://github.com/alvarobartt/investiny), but I've already contacted them so as to see whether...

## ❓ How to use it? ```python from investiny import historical)data data = historical_data(investing_id=6408, from_date="09/01/2022", to_date="10/01/2022") print(data) ``` ## 🤔 Q&A * **Where does the `investing_id` parameter come from?** ->...

Hi, @andresrogers yes, it can be used for that, if you want to know how, please open a new Q&A discussion at https://github.com/alvarobartt/investiny/discussions/categories/q-a Thanks :hugs: