Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
from django.contrib import admin | |
from mysite.models import Survey, Question, Choice | |
class QuestionInline(admin.TabularInline): | |
model = Question | |
show_change_link = True | |
class ChoiceInline(admin.TabularInline): | |
model = Choice |
// https://tutorialedge.net/golang/reading-console-input-golang/ | |
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"strings" | |
) |
import os | |
import sys | |
import subprocess | |
import functools | |
run = functools.partial(subprocess.call, shell=True) | |
run('virtualenv -p python3 .env') | |
run('.env/bin/pip install --upgrade setuptools') |
""" | |
Copyright 2017 [email protected]. | |
Permission to use, copy, modify, and/or distribute this software | |
for any purpose with or without fee is hereby granted, provided | |
that the above copyright notice and this permission notice appear in all copies. | |
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE |
This assuming you are on Linux or OSX machine. Make sure python version is 3.5 and above.
Create your project directory, let say we're building application named webby:-
mkdir webby
cd webbpy
Create new virtualenv that will be the PYTHON that we will use going forward in this project:-
This is on Ubuntu 14.04, but should work in any Linux/OSX system:-
mkdir -p $HOME/python/3.6
wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tgz
tar xzf Python-3.6.0.tgz
cd Python-3.6.0/
./configure --prefix=$HOME/python/3.6
make
make test
### Keybase proof | |
I hereby claim: | |
* I am k4ml on github. | |
* I am k4ml (https://keybase.io/k4ml) on keybase. | |
* I have a public key ASCZeLsQwrBVZescEQhSO6a9e0jJxvGbB0p9mw8_7epr_Ao | |
To claim this, I am signing this object: |