Skip to content

Instantly share code, notes, and snippets.

View gokulanv's full-sized avatar
👨‍💻
Gotta Code!

Gokulan Vikash gokulanv

👨‍💻
Gotta Code!
View GitHub Profile
@georgwiese
georgwiese / universal_sentence_encoder_featurizer.py
Last active September 6, 2022 15:37
Universal Sentence Encoder Featurizer
""" Enhancing Intent Classification with the Universal Sentence Encoder:
https://medium.com/scalableminds/enhancing-intent-classification-with-the-universal-sentence-encoder-ecbcd7a3005c
"""
from rasa_nlu.featurizers import Featurizer
import tensorflow_hub as hub
import tensorflow as tf