yusufizzetmurat/fed-pulse-retrieval
0
yusufizzetmurat/fed-pulse-retrieval
Artefact for the fed-pulse FOMC text analytics project.
- Source code: <https://github.com/yusufizzetmurat/fed-pulse>
- Live demo: <https://fedpulse.yusufizzetmurat.com>
- License:
mit
Training corpus
Sentence-transformer retrieval bundle: embedding_index.parquet, embeddings.npy, and manifest.json. Trained via MultipleNegativesRankingLoss on same-meeting positive pairs.
Training command
python -m app.retrieval.train --train-end <fold-end>Attribution
- FOMC text: scraped from the Board of Governors of the Federal Reserve System (US-government public domain), with supervised labels merged from gtfintechlab/fomc_communication.
- Encoder backbone:
yusufizzetmurat/fed-pulse-encoder(see that card for upstream BIS / gtfintechlab / FinBERT attribution).
