Skip to content

Instantly share code, notes, and snippets.

View koaning's full-sized avatar

vincent d warmerdam koaning

View GitHub Profile
@koaning
koaning / tensorboard-config.yml
Created April 17, 2020 09:02
Rasa Tensorboard Example
pipeline:
- name: WhitespaceTokenizer
- name: CRFEntityExtractor
- name: CountVectorsFeaturizer
OOV_token: "oov"
token_pattern: (?u)\b\w+\b
- name: CountVectorsFeaturizer
analyzer: "char_wb"
min_ngram: 1
max_ngram: 4
@koaning
koaning / config.yml
Last active April 29, 2020 14:47
Rasa Workshop
# Configuration for Rasa NLU.
# https://rasa.com/docs/rasa/nlu/components/
language: en
pipeline:
- name: WhitespaceTokenizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
analyzer: "char_wb"
@koaning
koaning / domain.yml
Created June 26, 2020 08:40
Adding a few jokes
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- give_joke
@koaning
koaning / domain.yml
Created June 26, 2020 08:44
more jokes
responses:
utter_joke:
- text: Are you sure you can handle my jokes? You might laugh your Ash off.
- text: Why did the Squirtle cross the road? To get to the other tide!
- text: What appears over Ash’s head when he gets an idea? A LightBulbasaur
- text: Where did Brock take Nurse Joy for a date? The PokeBall
- text: What’s better than one Pikachu? PikaTWO
- text: What does Moeowth see when it looks in the mirror? A copy-cat!
- text: When does a Gastly eat breakfast? In the moaning.
- text: Which Pokemon does Dracula like most? Koffin'
@koaning
koaning / domain.yml
Created June 26, 2020 08:47
Another intent
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- give_joke
- give_another
@koaning
koaning / mean_squared_terror.ipynb
Last active June 29, 2020 07:29
mean squared terror
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koaning
koaning / benchmark.ipynb
Last active June 28, 2020 19:11
benchmark
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koaning
koaning / new-benchmark.ipynb
Last active July 6, 2020 19:53
benchmark two
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koaning
koaning / resume.json
Last active July 28, 2021 18:58
resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Vincent D. Warmerdam",
"label": "Senior Data Professional & Research Advocate",
"image": "",
"email": "vincentwarmerdam@gmail.com",
"url": "https://koaning.io",
"summary": "",
"location": {
@koaning
koaning / before.ipynb
Created October 30, 2021 13:26
Before nbqa
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.