CoolFace
Datasetpublic

bigcode/programming-languages-keywords

Dataset Card for "programming-languages-keywords" Structured version of https://github.com/e3b0c442/keywords Generated using: r = requests.get("https://raw.githubusercontent.com/e3b0c442/keywords/main/README.md") keywords = r.text.split("### ")[1:] keywords = [i for i in keywords if not i.startswith("Sources")] keywords = {i.split("\n")[0]:[j for j in re.findall("[a-zA-Z]*", i.split("\n",1)[1]) if j] for i in keywords} keywords =… See the full description on the dataset page: https://huggingface.co/datasets/bigcode/programming-languages-keywords.

sourceHugging Faceupdated 4y agoView on Hugging Face
7likes30downloads
4 commits on main
daea1a64y ago

Update README.md

cakiki
0d0f91e4y ago

Upload README.md with huggingface_hub

cakiki
49907ff4y ago

Upload data/train-00000-of-00001-2a6aa307b284c516.parquet with huggingface_hub

cakiki
6f390734y ago

initial commit

christopher