HuggingFaceFW/finepdfs
Viewer • Updated • 476M • 52.3k • 876
How to use prelington/ChatGPT-Tune with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("prelington/ChatGPT-Tune", "model.bin"))Base model
google/embeddinggemma-300m
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("prelington/ChatGPT-Tune", "model.bin"))