Sam Terfa

Results 6 issues of Sam Terfa

As always, thanks SO much for creating this API and its progeny! I've found when using Member() for googleadmindirectoryv1.auto and Event() for googlecalendarv3.auto that I've had to modify the functions...

First, I really like this package. It's so, so helpful, thank you! I specifically pin data to an AWS S3 bucket. I would like to be able to provide the...

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on or . I have the exact same...

``` huggingfaceR:::hf_search_models("facebook") ``` results in `Cannot convert object to an environment: [type=list; target=ENVSXP].` while ``` reticulate::py$hf_api$list_models(filter = reticulate::py$ModelFilter(author = "facebook")) ``` behaves as expected. It looks like reticulate::iterate is being...

There are some slick ways to pull only subsets of splits you can read up on [here](https://huggingface.co/docs/datasets/loading). Current implementation doesn't allow for these. They used to work by being passed...

Some datasets don't have labels defined but are still valid datasets (one I'm using for the ez functions vignette). `hf_load_dataset("sentiment140", split = "test")` results in `KeyError: 'label'`.