Views
No views yet
artifacts/ — model files and helper artifacts. Large raw datasets were removed from the model repo to keep the model repo lightweight.artifacts/final_financial_causality_dataset.local.csv (removed from repo)artifacts/label_shifted_fin_causality_dataset.csv (removed from repo)artifacts/ folder. If you want them hosted publicly, consider uploading them to Google Drive, Zenodo, or an S3 bucket and updating these instructions with the download links.1from huggingface_hub import hf_hub_download, snapshot_download
2
3# Download a single file
4file_path = hf_hub_download(repo_id="dharmendra-nkr/finbert-causal-detection-model", filename="artifacts/multimodal_model_reconstructed.pkl")
5
6# Or download the full repo snapshot locally
7local_dir = snapshot_download(repo_id="dharmendra-nkr/finbert-causal-detection-model")curl (raw link shown on Hugging Face file page) or use git lfs if large files are tracked via LFS..pkl, .pkl.zip) — load them with your project's model-loading code. These files may be custom pickles; inspect their format and load safely in a controlled environment.README.md) with more metadata, tags, license, and example code to load and use the model.