Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Mar 31, 2024
1 parent d298eb1 commit 4bf1478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ setup.py
In your python script

from transformers import AutoModelForSeq2SeqLM

from ipfs_huggingface_bridge import AutoModelForSeq2SeqLM

model = AutoModelForSeq2SeqLM.from_auto_download("google/t5_11b_trueteacher_and_anli")

or

from transformers import AutoModelForSeq2SeqLM

from ipfs_huggingface_bridge import AutoModelForSeq2SeqLM

model = AutoModelForSeq2SeqLM.from_ipfs("QmWJr4M1VN5KpJjqCsJsJg7PDmFoqQYs1BKpYxcdMY1qkh")

To scrape huggingface
Expand Down

0 comments on commit 4bf1478

Please sign in to comment.