Home /
Notebooks
Showing 19 - 24 / 58
How to Export Transformers Models to ONNX ?
icyvulcan
11/22/2020
Demo for converting a PyTorch or TensorFlow transformers model to ONNX and leverage onnxruntime to run inference tasks
FARM Building Blocks
icyvulcan
11/22/2020
Demo for training BERT German on the GermEval 2018 dataset using the Deepset framework
Run Streamlit App From a Google Colab Notebook
icyvulcan
11/22/2020
Demo for running a streamlit frontend from Colab
Deploy BERT for Sentiment Analysis with Transformers by Hugging Face and FastAPI
icyvulcan
11/22/2020
Demo for deploying a sentiment analysis BERT with FastAPI
Create a Dataset for Sentiment Analysis
icyvulcan
11/22/2020
Create a dataset for sentiment analysis by scraping user reviews for Android apps.
Build Your First Neural Network with PyTorch
icyvulcan
11/22/2020
Demo for buildilng a neural network from scatch using PyTorch. You can build it, train it on a weather dataset and save it.