Skip to content

dwopdm/ASSINGMENT2-NLPDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLPDL

Record the learning of NLPDL in PKU (2023 fall)

Assignment1

Task2 Corpus:

from datasets import load_dataset
dataset = load_dataset("wikipedia", "20220301.simple")
corpus = dataset['train']['text']

Assignment2

Task1 nmt github repo: https://github.com/linhaowei1/NLPDL/tree/main/Assignment_2/nmt

Assignment3

the corpus and model are downloaded from huggingface and google drive:

SemEval14-laptop/res_sup

acl_sup

agnews_sup

bert-base-uncased

roberta-base

allenai/scibert_scivocab_uncased

because of some network issues, I downloaded them and thus my code is internet-free

What's more, the graphs of loss/acc etc. can be check at the W&B site: NLPDL-Assignment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published