This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set prefix to capslock | |
set -g prefix C-b | |
# Set defaults | |
set -s escape-time 1 | |
set -g base-index 1 | |
setw -g pane-base-index 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.vim/plugged') | |
Plug 'jreybert/vimagit' | |
Plug 'tpope/vim-fugitive' | |
Plug 'tpope/vim-unimpaired' | |
Plug 'tpope/vim-sensible' | |
Plug 'dracula/vim' | |
Plug 'Vimjas/vim-python-pep8-indent' | |
Plug 'chrisbra/csv.vim' | |
Plug 'scrooloose/nerdtree' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stages: | |
train: | |
cmd: >- | |
rasa data validate && | |
rasa train --fixed-model-name ./models/model --out ./ | |
params: | |
- config.yml: | |
- pipeline | |
- policies | |
deps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stages: | |
foo: | |
cmd: echo '{"f1-score":0.99}' > f1.json | |
metrics: | |
- f1.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accountId": null, | |
"compute": { | |
"accelerator": "cpu", | |
"instanceSize": "small", | |
"instanceType": "c6i", | |
"scaling": { | |
"maxReplica": 1, | |
"minReplica": 1 | |
} |
OlderNewer