Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created April 28, 2024 11:10
Show Gist options
  • Save kiddojazz/32448fb3e2b44a16c03520be8345d45d to your computer and use it in GitHub Desktop.
Save kiddojazz/32448fb3e2b44a16c03520be8345d45d to your computer and use it in GitHub Desktop.
from transformers import DistilBertTokenizer
from transformers import TFDistilBertForSequenceClassification
import tensorflow as tf
import pandas as pd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment