数据准备
加载数据集
from tqdm.notebook import tqdm
import osdataset []
with open(train_file, r) as file:for line in tqdm(file.readlines()):data json.loads(line.strip())dataset.append(data)你可以按照 CLUENER 的格式准备训练数据, 例如࿱…
1.打开官网Oh My Zsh - a delightful & open source framework for Zsh
在官网能看到下面的界面 有这两种自动安装的方式
个人本次选择的是:
wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -
1.打开终端输入安装的指令 sh -c "$(wget…
● 首先我们将下面图片上的时间更换成现在的时间
const now new Date();
const day now.getDate();
const month now.getMonth() 1;
const year now.getFullYear();
const hour now.getHours();
const min now.getMinutes();labelDate.textContent ${day}/${month}/$…