Skip to content

Here's what's popular on GitHub today...

The ReadME Podcast
Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Java logo
Popular topic
Java is an object-oriented programming language used mainly for web, desktop, embedded devices and mobile applications.
GitHub Presente: Em Portuguese
Upcoming event recommended by GitHub
Jun
15

GitHub Presente: Em Portuguese

June 15, 2021 • Online

Evento virtual que reúne devs e profissionais de tech do Brasil
Trending repository
App recommended by GitHub

Cirrus CI

Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.

public-apis
Trending repository
Trending repository
bbbxixixixi
bbbxixixixi commented Mar 20, 2021

仿造bert的预训练,生成了一个中文的训练文本,每行一个句子,字符以空格分隔,启动命令
python -u run_pretrain.py
--model_type electra
--model_name_or_path chinese-electra-base
--input_dir /home/aistudio/work
--output_dir /home/aistudio/work/pretrained_models/
--train_batch_size 64
--learning_rate 5e-4
--max_seq_length 320
--weight_decay 1e-2
--adam_epsilon 1e-6
--warmup

Trending repository
fiedl
fiedl commented May 8, 2017

I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:

Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.

Therefore, in order to integrate the webpacker gem into this se

App recommended by GitHub

GitLocalize

GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.

GitLocalize automatically keeps translations up to date by syncing with your repository.