Sherman Siu
Sherman Siu
### System Info transformers version: 4.20.1, 4.21.0 Platform: Linux Python version: 3.7.6 Huggingface_hub version: 0.8.1 PyTorch version (GPU?): 1.10.2 (Yes) Tensorflow version (GPU?): not installed (NA) Flax version (CPU?/GPU?/TPU?): not...
At some point, it may be worthwhile to add Zero-Init Attention Adaptation from the ArXiv preprint [LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention](https://arxiv.org/abs/2303.16199). This method also supports the...
Will there be added support for encoder-decoder models, like T5 or BART? All of the currently supported models are decoder-only.
### Feature request netCDF (*.nc) is a file format for storing multidimensional scientific data, which is used by packages like `xarray` (labelled multi-dimensional arrays in Python). It would be nice...
hardy.uhassalt.be no longer seems to be functional, even though going to uhassalt.be is perfectly fine. As a result, all of the PDFs on https://github.com/official-stockfish/fishtest/wiki/Fishtest-mathematics can no longer be viewed. @vdbergh
As mentioned in https://docs.python.org/3/library/concurrent.futures.html, ThreadPoolExecutor.map and ProcessPoolExecutor.map both accept the timeout argument, which is not currently offered in thread_map and process_map.
- Adds type hints - ~Removes~ Deprecates unused variable. This fixes #222.
Is there a way to do constrained decoding with grammars loaded from EBNF files? e.g. From https://github.com/Saibo-creator/transformers-CFG/blob/main/examples/grammars/json.ebnf I'd rather not have to manually re-write EBNF files to use `guidance`'s grammar...
In PyQt 5.12, the build script depended on a subpackage called `pyqt-impl` (using `pin_subpackage(pyqt-impl, exact=True))`, which was renamed to just `pyqt` in 5.15. So, `pyqt` 5.12 depends on `pyqt-impl` 5.12...