You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple bash script that utilizes the Hugging Face API to generate images based on textual descriptions. This script sends a POST request to the Hugging Face inference API for the facebook/bart-large-cnn model with a given input text, and retrieves the generated image data.
Python + PostgreSQL pipeline that collects news from official Telegram channels, scores sentiment with FinBERT and topic relevance with BART-large-MNLI, and builds the dataset for the accompanying paper for Bayesian State Space Model.