Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Reactjs example for Image Classifier and Fixing Typo #1146

Merged
merged 19 commits into from
Oct 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Huggingface_Transformers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you're finetuning an existing model then you need to save your model and toke

```
mkdir Transformer_model
mv pytorch_model_bin vocab.txt config.json Transformer_model/
mv pytorch_model.bin vocab.txt config.json Transformer_model/
```

If you'd like to download a pretrained model without fine tuning we've provided a simple helper script which will do the above for you. All you need to do is change [setup.config.json](https://github.com/pytorch/serve/blob/master/examples/Huggingface_Transformers/setup_config.json) to your liking and run
Expand Down