Skip to content

Latest commit

 

History

History

PyTorch_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PyTorch Example Tasks

This folder contains Jupyter Notebooks for two example tasks using PyTorch 2:

This notebook demonstrates how to perform Sentiment Analysis on SST2 using GloVe embeddings and simple NNs.

This notebook demonstrates how to perform Part-of-Speech (POS) Tagging using GloVe embeddings and GPU acceleration.