mradermacher/Unbound-v1.12.0-27B-GGUF
27B • Updated • 631
content stringlengths 38 450k | lang stringclasses 1
value | size int64 38 450k | ext stringclasses 3
values | max_stars_count int64 1 357 ⌀ | avg_line_length float64 7.6 67.5 | max_line_length int64 21 468 | alphanum_fraction float64 0.31 0.83 |
|---|---|---|---|---|---|---|---|
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... | Ada | 6,121 | adb | 24 | 44.035971 | 79 | 0.53586 |
-- generic_list.adb -*- Ada -*-
--
-- This package defines a generic list and list iterator.
--
-- Author: Eric Gustafson
-- Date: 25 August 1998
--
-- ------------------------------------------------------------
--
-- $Revision$
--
-- $Log$
-- -----------------------------------------------------------... | Ada | 2,167 | adb | 2 | 23.813187 | 67 | 0.515459 |
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... | Ada | 3,904 | adb | null | 56.57971 | 78 | 0.421619 |
"------------------------------------------------------------------------------\n-- (...TRUNCATED) | Ada | 256,401 | adb | null | 23.290126 | 79 | 0.62632 |
"------------------------------------------------------------------------------\n-- (...TRUNCATED) | Ada | 9,386 | ads | null | 45.563107 | 79 | 0.548476 |
"------------------------------------------------------------------------------\n-- (...TRUNCATED) | Ada | 6,076 | ads | 7 | 46.738462 | 79 | 0.517775 |
"-------------------------------------------------------------------------------\n-- Copyright (c) 2(...TRUNCATED) | Ada | 4,225 | adb | null | 37.389381 | 82 | 0.552899 |
"-----------------------------------------------------------------------\n-- Search.Models -- Searc(...TRUNCATED) | Ada | 57,520 | adb | 9 | 34.299344 | 88 | 0.583171 |
"package Buildinfo with SPARK_Mode is\n\n function Compilation_ISO_Date return String -- implement(...TRUNCATED) | Ada | 626 | ads | 12 | 31.3 | 79 | 0.699681 |
"--\n-- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr>\n-- - Ryad Benadjila\n-- (...TRUNCATED) | Ada | 1,127 | ads | 65 | 28.897436 | 79 | 0.712511 |
A small subset of the-stack dataset, with 87 programming languages, each has 100 random samples from the original dataset for visualization.
The dataset contains 87 programming languages:
'ada', 'agda', 'alloy', 'antlr', 'applescript', 'assembly', 'augeas', 'awk', 'batchfile', 'bison', 'bluespec', 'c',
'c++', 'c-sharp', 'clojure', 'cmake', 'coffeescript', 'common-lisp', 'css', 'cuda', 'dart', 'dockerfile', 'elixir',
'elm', 'emacs-lisp','erlang', 'f-sharp', 'fortran', 'glsl', 'go', 'groovy', 'haskell','html', 'idris', 'isabelle', 'java',
'java-server-pages', 'javascript', 'julia', 'kotlin', 'lean', 'literate-agda', 'literate-coffeescript', 'literate-haskell',
'lua', 'makefile', 'maple', 'markdown', 'mathematica', 'matlab', 'ocaml', 'pascal', 'perl', 'php', 'powershell', 'prolog',
'protocol-buffer', 'python', 'r', 'racket', 'restructuredtext', 'rmarkdown', 'ruby', 'rust', 'sas', 'scala', 'scheme',
'shell', 'smalltalk', 'solidity', 'sparql', 'sql', 'stan', 'standard-ml', 'stata', 'systemverilog', 'tcl', 'tcsh', 'tex',
'thrift', 'typescript', 'verilog', 'vhdl', 'visual-basic', 'xslt', 'yacc', 'zig'
You can specify which language you want to load, python is loaded by default:
# to load go:
from datasets import load_dataset
load_dataset("bigcode/the-stack-smol-xs", "go")
DatasetDict({
train: Dataset({
features: ['content', 'lang', 'size', 'ext', 'max_stars_count', 'avg_line_length', 'max_line_length', 'alphanum_fraction'],
num_rows: 100
})
})