Eugene Ware

Results 4 comments of Eugene Ware

I'm wondering rather than break this out into a different class, just update the existing class with an optional number of retries that defaults to 1?

> !pip install pydantic==1.10.8 > !pip install typing-inspect==0.8.0 typing_extensions==4.5. > !pip install chromadb==0.3.26 This worked for me. Broken when I upgraded to the latest chromadb for some reason.

If you can't wait for #860 to be merged, you can roll back to the `transformers==4.38.2` which is the last version before the change. This is the [commit](https://github.com/huggingface/transformers/commit/8f2f0f0f85f9e517c495b2083c218215819bae34) that broke...

I've also been wondering about datasets support for Arrow Map datatypes. I had a situation where I had a pandas series of dict[str, float] with hundreds of different possible key...