Code for the paper "Language Models are Unsupervised Multitask Learners"
-
Updated
Nov 8, 2019 - 52 commits
- Python
Code for the paper "Language Models are Unsupervised Multitask Learners"
Dataset of GPT-2 outputs for research in detection, biases, and more
Hear the latest from GitHub—and connect with developers, maintainers, and software teams from around the world at the Palace of Fine Arts in San Francisco, November 13-14.
The GitHub API allows you to build applications that integrate with GitHub.
November 01, 2019 - December 01, 2019 • Online
:books: 技术面试必备基础知识、Leetcode、Java、C++、Python、后端面试、计算机操作系统、计算机网络、系统设计
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
we should group the test files in pandas/tests/io/data into sub directories, e.g. for stata, excel, html, csv etc.
Problem:
If IP only has TL-UL port, `hwcfg` shows table header only.
As seen in HMAC doc (could be changed after this issue is fixed), Peripheral Pins for Chip IO section shows no entry but only shows the table header.
Suggestion:
Replace the table to _none_ if `available_input/output/inout_list` are empty list
Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
A list of awesome idiomatic code resources. Rust, Go, Erlang, Ruby, Pony and more
Image building happens once, running the container happens N times. Theres no reason to re-download the model every time it runs.
Flutter - NeteaseCloudMusic Flutter 版本的网易云音乐
双十一活动自动化地操作淘宝浏览店铺得喵币脚本 for Android
Cool Python features for machine learning that I used to be too afraid to use
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
links to conference publications in graph-based deep learning
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
https://github.com/microsoft/BotFramework-Composer/tree/kaiqb/Ignite2019
Users have to click on images to enlarge them so they can read the small text. Documentation images link to GitHub code pages like this: https://github.com/microsoft/BotFramework-Composer/blob/kaiqb/Ignite2019/docs/media/introduction/overview.png
This is not an ideal format to view the
是 难得一见 的 Jetpack MVVM 最佳实践!在 蕴繁于简 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Polynote works as expected when I only use PySpark code. I can load parquet files, run
groupBys,show()data, etc.When I have cells that mix Python and PySpark, I am seeing an error. I first noticed this with a UDF. Then again when trying to create an example to reproduce and post a simple notebook showing the issue. The following code reliably reproduces the issue for me: