This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export TPU_NAME=sihao02 | |
| export PROJECT=??? | |
| export ZONE=??? | |
| export BUCKET=gs://sihao-source/models | |
| PRETRAINED_STEPS=1000000 | |
| FINETUNE_STEPS=50000 | |
| declare -a sizes=("large") | |
| declare -a tasks=("twitter") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import datetime | |
| import json | |
| import numpy as np | |
| import random | |
| from abc import abstractmethod | |
| from django.db import models | |
| ############################# |