diff --git a/README.md b/README.md index 9190e9f..d81adf2 100644 --- a/README.md +++ b/README.md @@ -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 -~~~