Helix the Robot
Helix
arrow_backAll datasets

Github Jupyter Code To Text

Hugging Face

Dataset description This dataset consists of sequences of Python code followed by a a docstring explaining its function. It was constructed by concatenating code and text pairs from this dataset that were originally code and markdown cells in Jupyter Notebooks. The content of each example the following: [CODE] """ Explanation: [TEXT] End of explanation """ [CODE] """ Explanation: [TEXT] End of explanation """ ... How to use it from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text.

descriptioncodeparrot--github-jupyter-code-to-text.parquet view_list500 rows cloud_downloadcodeparrot/github-jupyter-code-to-text
boltOpen in Helix

Ask a question about this data

Type any question in plain English — Helix builds the chart with AI. Sign in to run it and save your charts.

auto_awesome

Data preview

500 rows · 4 columns · showing first 12
# repo_name text path text license text content text
1 keras-team/keras-ioexamples/vision/ipynb/mnist_convnet.ipynbapache-2.0import numpy as np from tensorflow import keras from tensorflow.keras import layers """ Explanation: Simple MNIST convnet Author: fchollet…
2 tensorflow/docs-l10nsite/ja/tfx/tutorials/tfx/components_keras.ipynbapache-2.0#@title Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. …
3 ganguli-lab/twpcanotebooks/warp_unit_tests.ipynbmit_, _, data = twpca.datasets.jittered_neuron() model = TWPCA(data, n_components=1, warpinit='identity') np.all(np.isclose(model.params['war…
4 oddt/notebooksDUD-E.ipynbbsd-3-clausefrom __future__ import print_function, division, unicode_literals import oddt from oddt.datasets import dude print(oddt.__version__) """ …
5 iAInNet/tensorflow_in_action_pratice_cifar10.ipynbgpl-3.0max_steps = 3000 batch_size = 128 data_dir = 'data/cifar10/cifar-10-batches-bin/' model_dir = 'model/_cifar10_v2/' """ Explanation: 全局参数 E…
6 mitdbg/modeldbdemos/webinar-2020-5-6/02-mdb_versioned/01-train/01 Basic NLP.ipynbmit!python -m spacy download en_core_web_sm """ Explanation: Versioning Example (Part 1/3) In this example, we'll train an NLP model for sent…
7 cipri-tom/Swiss-on-Amazonfilter_swiss_helpful_reviews.ipynbgpl-3.0%matplotlib inline import matplotlib.pyplot as plt import pandas as pd import numpy as np import yaml """ Explanation: The following scrip…
8 simonsfoundation/CaImAndemos/notebooks/demo_Ring_CNN.ipynbgpl-2.0get_ipython().magic('load_ext autoreload') get_ipython().magic('autoreload 2') import glob import logging import numpy as np import os lo…
9 Kaggle/learntoolsnotebooks/deep_learning_intro/raw/tut3.ipynbapache-2.0#$HIDE_INPUT$ import pandas as pd from IPython.display import display red_wine = pd.read_csv('../input/dl-course-data/red-wine.csv') # Cr…
10 GoogleCloudPlatform/mlops-on-gcpmodel_serving/caip-load-testing/03-analyze-results.ipynbapache-2.0import time from datetime import datetime from typing import List import numpy as np import pandas as pd import google.auth from google…
11 Neuroglycerin/neukrill-net-worknotebooks/augmentation/Preliminary Online Augmentation Results.ipynbmitimport pylearn2.utils import pylearn2.config import theano import neukrill_net.dense_dataset import neukrill_net.utils import numpy as np %…
12 AEW2015/PYNQ_PR_OverlayPynq-Z1/notebooks/examples/tracebuffer_i2c.ipynbbsd-3-clausefrom pprint import pprint from time import sleep from pynq import PL from pynq import Overlay from pynq.drivers import Trace_Buffer from py…

Auto-generated charts

Github Jupyter Code To Text: 500 rows by 4 columns. These exploratory charts are generated automatically from the data - open the dataset in Helix to ask your own questions.

Rows500
Columns4
Categorical cols1

Charts

license by record count

Most common license values across records.

Interesting queries to try

Columns

  • repo_name text
  • path text
  • license text
  • content text

Login to Helix

Don't have an account? Sign up here

Sign Up for Helix

Already have an account? Login here