Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis authored Jul 15, 2024
1 parent d5d2f55 commit 9369150
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,3 @@ model = T5Model.from_auto_download(
}
)
~~~

# To scrape huggingface

with interactive prompt:

~~~shell
node scraper.js [source] [model name]
~~~

~~~shell
node scraper.js
~~~

import a model already defined:

~~~shell
node scraper.js hf "modelname" (as defined in your .json files)
~~~

import all models previously defined:

~~~shell
node scraper.js hf
~~~

0 comments on commit 9369150

Please sign in to comment.