Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 4.3 KB

README.md

File metadata and controls

40 lines (25 loc) · 4.3 KB

ForTheBadge makes-people-smile ForTheBadge built-with-science ForTheBadge built-with-love

ForTheBadge powered-by-electricity

Magic

meme-research

Huggingface

  1. A Huggingfacen tárolt dolgok eléréséhez töltsd le a huggingface_hub csomagot:
pip install huggingface_hub
  1. Majd jelentkezz be a huggingface-cli segítségével:
huggingface-cli login

Adatok letöltése HuggingFace-ről:

from datasets import load_dataset
dataset = load_dataset("HSDSLab/FacebookMemes")

Modell letöltése HuggingFace-ről:

loaded_model = ImagenetTransferLearning.from_pretrained('HSDSLab/MemeTemplateClassifier')