Zack Polizzi

Results 26 comments of Zack Polizzi

I looked into this today - this new API is unfortunately quite limited. It doesn't at all give you full app usage data. What it allows you to do is...

That said, it **does** seem to be possible to determine if the iOS device is actively in use - I think through (an abuse of) the location API. RescueTime [seems...

FWIW, I've been trying out the Timing app (paid) and its iOS integration, and it's been really good for me so far. Seems to sync pretty quickly (usually have data...

There's a good many details here: https://timingapp.com/help/screen-time > Finally, [grant Timing the "Full Disk Access" permission in System Settings](https://timingapp.com/prefs/disk). This is required for Timing to read your Screen Time database....

Thanks for explaining. Can this behavior be added to the docs for the transformer tokenizer class? Nowhere on the [API docs](https://huggingface.co/docs/transformers/main_classes/tokenizer#transformers.PreTrainedTokenizer) does it say that `add_special_tokens=True` will add the cls...

This is even more confusing after I was told that the normal transformers tokenizers add CLS and SEP to sequences by default when `add_special_tokens=True`, but in this class, you're (optionally)...