2022 Study Group Anyone?

Study Group info here:

FastAI Study Group 2022
Tuesday, December 6 · 8:00 – 9:00pm EST.
Google Meet joining info
Video call link: https://meet.google.com/hjj-virp-ovt

Got on about fifteen minutes late, sorry – bad traffic getting home today. I’ll be here for rest of the hour if there’s still time to catch up!

is your group open to anyone? I was wondering if I could join in the future
:slightly_smiling_face:

sorry just seeing this

Here is tonight’s link

FastAI Study Group 2022
Tuesday, December 13 · 8:00 – 9:00pm EST.
Google Meet joining info
Video call link: https://meet.google.com/bgz-syqq-qku

HuggingFace code sample

course on LinkedIn

2 Likes

Sorry, just noticed nobody replied! Yes, it’s open, feel free to join us!

1 Like

@willsa14 been running following code for 30 mins to tokenize our dataset

#Source - using tutorial https://huggingface.co/docs/transformers/training
#Source - tokenizer with targeted model https://huggingface.co/EleutherAI/gpt-neo-125M

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neo-125M")

model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neo-125M")

#Source - using tutorial https://huggingface.co/docs/transformers/training
#first have to tokenize custom dataset
def tokenize_function(examples):
    return tokenizer(examples["lyric"], padding="max_length", truncation=True)


tokenized_datasets = dataset.map(tokenize_function, batched=True)

Hopefully, this works!

2 Likes

@willsa14 using OpenAI API as part of your hacking code is a game changer!!!

GPT-3 series can be used to solve errors and even recommend code updates.

New Year… New Learning!

FastAI 2023 Study Group
Tuesday, January 10 · 8:00 – 9:00pm EST.
Google Meet joining info
Video call link: https://meet.google.com/dps-atju-bco

Hey @willsa14 are you able to join today?

Sorry @bbrown , we had a family emergency this week and I’ve been traveling. I forgot to let you know. My bad, and talk to you next week!

Hacking away at ML with real use cases grounded in FastAI techniques from Lectures.

FastAI Study Group 2023
Tuesday, January 17 · 8:00 – 9:00pm ETA
Google Meet joining info
Video call link: https://meet.google.com/ohx-bkkj-qfd

FastAI 2023 Study Group
Tuesday, January 24 · 8:00 – 9:00pm EST
Google Meet joining info
Video call link: https://meet.google.com/hdm-upsa-hce

1 Like

Natural Language Model Hacking

2023 Fastai Study Group
Tuesday, January 31 · 8:00 – 9:00pm EST
Google Meet joining info
Video call link: https://meet.google.com/qmt-xgxi-kxz

2023 FastAI Study Group
Tuesday, February 7 · 8:00 – 9:00pm EST
Google Meet joining info
Video call link: https://meet.google.com/wdm-dizd-tpf

Hacking through NLP and HuggingFace

2023 FastAI Study Group
Tuesday, February 14 · 8:00 – 9:00pm EST.
Google Meet joining info
Video call link: https://meet.google.com/byg-xaje-uay

So close to building NLP model from scratch… hack away!

FastAI Study Group 2023
Tuesday, February 21 · 8:00 – 9:00pm
Google Meet joining info
Video call link: https://meet.google.com/vap-jzqi-ryg

1 Like

Light at the end of the tunnel session!

2023 FastAI Study Group
Tuesday, February 28 · 8:00 – 9:00pm EST.
Google Meet joining info
Video call link: https://meet.google.com/cqz-bbey-jvt

Hey @willsa14 let me know if you can make it today!