UFO-101
UFO-101
Fixes rendering issues in VSCode: https://github.com/microsoft/vscode-jupyter/issues/9397. BEFORE: https://github.com/tqdm/tqdm/assets/47218308/8930bc5e-d56d-48ae-8a6d-2d3b6e5b9f49 AFTER: https://github.com/tqdm/tqdm/assets/47218308/7688c8da-53fd-41e0-8cda-5dd535041bc9 Yes it's unclear who's fault this is, but it doesn't seem like anyone else is going to fix it anytime...
**Describe the bug** Pythia model outputs don't exactly match the Huggingface Transformers implementation. **Code example** ``` def check_similarity_with_hf_model(tl_model, hf_model, atol, prompt="Hello, world!"): tokens = tl_model.tokenizer.encode(prompt, return_tensors="pt") logits = tl_model(tokens, prepend_bos=False)...
Improve config for developing with VSCode Remote Containers, including launch configurations for easy debugging and a task configuration for launching `evaluate_loop.sh`. Update README with instructions for using this setup.
Improve iterative_correspondence_from_mask, so that only new nodes are passed as parameters.