allo-

Results 478 comments of allo-

Also many downstream projects disable it for their users. Two of the most popular projects using gradio, stable-diffusion-webui and text-generation-webui, set both `GRADIO_ANALYTICS_ENABLED=False` and `analytics_enabled=False` by default. This means you...

Let's continue next week. In my full script there are the 3-4 changes combined, the snippet is from the load method, but its called after resizing the tokenizer for training....

I think that's it for a first minimal step for just preventing saving the full model.

For the next steps: What do you think about automatically loading existing learned_embeddings.bin files in the script? It requires little changes in the training script (I load them after the...

@patrickvonplaten @patil-suraj Anything else neccessary to get this merged?

Added some rebasing onto current main without merging a branch for a single commit.

Let me see if I can resurrect the last version before merging the latest upstream or put back things from my local copy.

I did merge it against latest upstream. The argument got lost when `--revision` was added. A few questions regarding the diff to current upstream: - How should the imports be...

Have a look at https://github.com/dropbox/zxcvbn. The library avoids some of the mistakes of common "strength meters", which often classify "Password&1" as strong (Lowercase, uppercase, more than 8 chars, special char,...

I need to think about the exact model myself, but what I am thinking of is more like having the full-server room optional and allowing people to create their own...