Model reference · open weights

fim-pp

Available as managed deployment Embeddings FIM4Science Embeddings 1 variants 558 dl/mo

fim-pp is an open-weight embedding model from FIM4Science. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byFIM4Science
TypeEmbedding models
TaskEmbeddings
Parameters (lead)16M
Runs withtransformers
Released2026-03-27
Popularity558 downloads / month
LicenceOpen weights

About

What fim-pp is

FIM-PP is the Foundation Inference Model for marked temporal point processes. It infers conditional intensity functions from a context set of event sequences and supports zero-shot use as well as downstream fine-tuning.

Read the full model card

Loading

Install the fim package first, then load the model with Transformers:

from transformers import AutoModel

model = AutoModel.from_pretrained("FIM4Science/FIM-PP", trust_remote_code=True)
model.eval()

Notes

  • The released checkpoint is configured for up to 22 event marks.
  • The model expects Hawkes-style context and inference tensors as described in the OpenFIM point-process tutorial.
  • If needed, the lower-level fallback remains available through fim.models.hawkes.FIMHawkes.load_model(...).

Reference

If you use this model, please cite:

@inproceedings{fim_pp,
  title={In-Context Learning of Temporal Point Processes with Foundation Inference Models},
  author={David Berghaus and Patrick Seifner and Kostadin Cvejoski and Cesar Ojeda and Ramses J. Sanchez},
  booktitle={The Fourteenth International Conference on Learning Representations},
  year={2026},
  url={https://openreview.net/forum?id=h9HwUAODFP}
}

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys fim-pp for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (fim-pp below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"fim-pp","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms