Skip to content

Instantly share code, notes, and snippets.

View kylejshaffer's full-sized avatar

Kyle Shaffer kylejshaffer

  • Seattle, WA
View GitHub Profile
@kylejshaffer
kylejshaffer / decoder_attention_multihead.json
Last active November 6, 2019 19:02
Transformer Chatbot Decoder Attention Visualization
[{"layer": "decoder_layer1_block1", "x": 0, "y": 0, "x_word": "<start>", "y_word": "\u2581-", "head1_value": 1.0, "head2_value": 1.0, "head3_value": 1.0, "head4_value": 1.0, "head5_value": 1.0, "head6_value": 1.0}, {"layer": "decoder_layer1_block1", "x": 0, "y": 1, "x_word": "<start>", "y_word": "\u2581\u044f", "head1_value": 0.0, "head2_value": 0.0, "head3_value": 0.0, "head4_value": 0.0, "head5_value": 0.0, "head6_value": 0.0}, {"layer": "decoder_layer1_block1", "x": 0, "y": 2, "x_word": "<start>", "y_word": "\u2581\u043d\u0435", "head1_value": 0.0, "head2_value": 0.0, "head3_value": 0.0, "head4_value": 0.0, "head5_value": 0.0, "head6_value": 0.0}, {"layer": "decoder_layer1_block1", "x": 0, "y": 3, "x_word": "<start>", "y_word": "\u2581\u043c\u043e\u0433\u0443", "head1_value": 0.0, "head2_value": 0.0, "head3_value": 0.0, "head4_value": 0.0, "head5_value": 0.0, "head6_value": 0.0}, {"layer": "decoder_layer1_block1", "x": 0, "y": 4, "x_word": "<start>", "y_word": "\u2581\u043f\u043e\u0432\u0435", "head1_value
@kylejshaffer
kylejshaffer / index.html
Last active August 29, 2015 14:27
Choropleth Filter
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/8.0.2/nouislider.min.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/8.0.2/nouislider.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
</head>
@kylejshaffer
kylejshaffer / index.html
Last active August 29, 2015 14:25
Waterfall Test
<!DOCTYPE html>
<html class="ocks-org do-not-copy">
<meta charset="utf-8">
<title>Waterfall Kyle Edits</title>
<style>
@import url(style.css?aea6f0a);
#chart {
height: 500px;
@kylejshaffer
kylejshaffer / index.html
Last active August 29, 2015 14:02
Analytics Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dashboard</title>
<meta charset="UTF-8">
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.7/crossfilter.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/dc/1.6.0/dc.min.js"></script>