#!/usr/bin/env python3
from pathlib import Path
Copyright By PowCoder代写 加微信 powcoder
# set MODEL_DIR to None in order to run this outside of teach.cs
MODEL_DIR = Path(‘/u/csc485h/fall/pub/transformers’)
# and adjust DATA_DIR to wherever you’ve copied the corpora directory to
DATA_DIR = Path(‘/u/csc485h/fall/pub/corpora’)
ARC_DIM = 256
LABEL_DIM = 64
BATCH_SIZE = 32
DROPOUT = 0.1
EPOCHS = 10
HFTF_MODEL_NAME = ‘bert-base-cased’
UD_CORPUS = (‘English’, ‘EWT’)
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com