Skip to content

csci5832-f23/assignment_4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4 A: Natural Language Inference with BERT (Total: 50 Points out of 100)

Getting Started

File -> Open Notebook -> Github -> https://github.com/csci5832-f23/assignment_4 -> csci5832-f23/assignment_4 -> NLI.ipynb
  • Using GPUs: Look at the top right side of Google Colab's pane

    Screenshot from 2023-10-31 17-43-47

    • Click the button -> Change Runtime Type -> T4 GPU -> Save

    Screenshot from 2023-10-31 17-45-39

You should now see: Screenshot from 2023-10-31 17-47-51

Assignment 4 B: Natural Language Inference with BERT (Total: 50 Points out of 100)

Getting Started

  • Install Anaconda

  • Create a new conda environment (in the Terminal):

    conda create --name a4 python=3.9

  • Activate the environment:

    conda activate a4

  • Clone the repo, Enter the assignment directory

    git clone https://github.com/csci5832-f23/assignment_4.git

    cd assignment_4

  • Install required libraries

    pip install -r requirements.txt

Task

  • Irony Detection in Twitter tweets with Twitter GloVe Vectors and Binary Logistic Regression

Submission

  • Format: Single merged PDF
  • Due Date: TBA

About

Assignment 4: Text Classification with Word Vectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published