1. 01 Nov, 2022 8 commits
    • Steven Liu's avatar
      add dataset (#20005) · 1f6885ba
      Steven Liu authored
      1f6885ba
    • Matt's avatar
      Add ESMFold code sample (#20000) · 4f1e5e4e
      Matt authored
      * Add ESMFold code sample
      
      * sorry sylvain
      
      * make fixup
      
      * sorry sylvain again
      4f1e5e4e
    • Ikko Ashimine's avatar
      Add Japanese translated README (#19945) · 38e5b71a
      Ikko Ashimine authored
      
      * Add japanese translated README.md
      
      * Add README_ja.md link
      
      * Add japanese transkate to check_copies.py
      
      * Add guide to Japanese README.md
      
      * Update README_ja.md
      
      Co-authored-by: default avatarYounes Belkada <49240599+younesbelkada@users.noreply.github.com>
      
      * Update utils/check_copies.py
      
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      Co-authored-by: default avatarYounes Belkada <49240599+younesbelkada@users.noreply.github.com>
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      38e5b71a
    • Wang Ran (汪然)'s avatar
      typo (#20001) · 4f90fc1d
      Wang Ran (汪然) authored
      4f90fc1d
    • Sayak Paul's avatar
      Update image_classification.mdx (#19996) · c87ae86a
      Sayak Paul authored
      c87ae86a
    • Mohit Sharma's avatar
      Added onnx config whisper (#19525) · c796b6de
      Mohit Sharma authored
      * Added onnx config whisper
      
      * added whisper support onnx
      
      * add audio input data
      
      * added whisper support onnx
      
      * fixed the seqlength value
      
      * Updated the whisper onnx ocnfig
      
      * restore files to old version
      
      * removed attention mask from inputs
      
      * Updated get_dummy_input_onnxruntime docstring
      
      * Updated relative imports and token generation
      
      * update docstring
      c796b6de
    • Sylvain Gugger's avatar
      v4.25.0.dev0 · c3a93d8d
      Sylvain Gugger authored
      c3a93d8d
    • Matt's avatar
      Add ESMFold (#19977) · 7f9b7b3f
      Matt authored
      
      * initial commit
      
      * First draft that gets outputs without crashing!
      
      * Add all the ported openfold dependencies
      
      * testing
      
      * Restructure config files for ESMFold
      
      * Debugging to find output discrepancies
      
      * Mainly style
      
      * Make model runnable without extra deps
      
      * Remove utils and merge them to the modeling file
      
      * Use correct gelu and remove some debug prints
      
      * More cleanup
      
      * Update esm docs
      
      * Update conversion script to support ESMFold properly
      
      * Port some top-level changes from ESMFold repo
      
      * Expand EsmFold docstrings
      
      * Make attention_mask optional (default to all 1s)
      
      * Add inference test for ESMFold
      
      * Use config and not n kwargs
      
      * Add modeling output class
      
      * Remove einops
      
      * Remove chunking in ESM FFN
      
      * Update tests for ESMFold
      
      * Quality
      
      * REpo consistency
      
      * Remove tree dependency from ESMFold
      
      * make fixup
      
      * Add an error in case my structure map function breaks later
      
      * Remove needless code
      
      * Stop auto-casting the LM to float16 so CPU tests pass
      
      * Stop auto-casting the LM to float16 so CPU tests pass
      
      * Final test updates
      
      * Split test file
      
      * Copyright and quality
      
      * Unpin PyTorch to see built doc
      
      * Fix config file to_dict() method
      
      * Add some docstrings to the output
      
      * Skip TF checkpoint tests for ESM until we reupload those
      
      * make fixup
      
      * More docstrings
      
      * Unpin to get even with main
      
      * Flag example to write
      
      Co-authored-by: default avatarSylvain Gugger <Sylvain.gugger@gmail.com>
      7f9b7b3f
  2. 31 Oct, 2022 11 commits
  3. 28 Oct, 2022 8 commits
  4. 27 Oct, 2022 13 commits