Wagtail

Results 40 issues of Wagtail

How can we use the scripts in a colab notebook? There are installation problems with or without conda and also after a restart. > WARNING: The following packages were previously...

Why isn't the crass script in the examples? Or is there somewhere a detailed documentation?

With `docker-compose up` this error occurs: ``` docker_bionic_matecat | const allowedOrigins = config.cors.allowedOrigins; docker_bionic_matecat | ^ docker_bionic_matecat | docker_bionic_matecat | TypeError: Cannot read property 'allowedOrigins' of undefined docker_bionic_matecat | at...

Is it possible to use LLaMa as vector embeddings?

Thanks for your work! How can i cite this project in my research? Just the link to this repo?

Where are the requirements? `ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'`

The file for the tutorial [02-blocks.ipynb](https://nbviewer.jupyter.org/github/udapi/udapi-python/blob/master/tutorial/01-blocks.ipynb) is missing.

When I try to evaluate a [roBERTa EncoderDecoderModel](https://huggingface.co/Bachstelze/instructionRoberta-base) after fixing the "openai" import https://github.com/huggingface/lighteval/issues/175 errors occur with the command: ``` accelerate launch --num_processes=1 run_evals_accelerate.py \ --model_args "pretrained=Bachstelze/instructionRoberta-base" \ --tasks "lighteval|truthfulqa:mc|0|0"...

The small GPU model overfits the Shakespeare data. The loss has its minimum already after 7 validation steps: ![grafik](https://github.com/karpathy/nanoGPT/assets/19904888/3c33a496-7c44-4524-a9be-75b8ae719c68) Are there better hyperparameters for such a model?

There is yielded a 404 Error by this command: `wget http://tallinzen.net/media/rnn_agreement/agr_50_mostcommon_10K.tsv.gz` This address for the full dataset is still working: http://tallinzen.net/media/rnn_agreement/rnn_agr_simple.tar.gz How are the most common cases selected?