embert
embert copied to clipboard
Code for EmBERT, a transformer model for embodied, language-guided visual task completion.
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...
For some reason, I keep getting FileNotFoundError: [Errno 2] No such file or directory: 'storage/data/alfred/splits/oct21.json' Which step did I miss to cause this issue?
Hello, I'm trying to run the training procedure `allennlp build-vocab ...` and `allennlp train ...`, but got an error: ``` Traceback (most recent call last): File "/home/ubuntu/miniconda3/envs/thor/lib/python3.8/site-packages/allennlp/common/params.py", line 238, in...
The command given in dataset download in the README.md is `sh scripts/donwload_alfred_data.sh json_feat` It should be : `sh scripts/download_alfred_data.sh json_feat` It's a spelling error in the `download_alfred_data.sh`