Skip to content

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

Release Radar - May 2021
Release Radar

We’ve seen some amazing community projects this last month. This was a huge month for the community with hundreds of new releases. There’s everything from world-changing tech to weekend hobbies.

Crystal logo
Popular topic
Crystal is a self-hosted, general purpose programming language.
Game Off
Upcoming event recommended by GitHub
Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.
Trending repository
App recommended by GitHub

abaplint

Overview

Quality checks and static analysis for the ABAP programming language.

Automatically run quality checks and static analysis for each change and pull request in the repository.

The application works with SAP ABAP code serialized using abapGit

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

Google Cloud Build screenshot
App recommended by GitHub

Google Cloud Build

Google Cloud Build

Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.