Model reference · open weights
microbert-coptic-m is an open-weight embedding model from lgessler. 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 by | lgessler |
|---|---|
| Type | Embedding models |
| Task | Embeddings |
| Parameters (lead) | 1M |
| Context | 512 tokens |
| Runs with | transformers |
| Released | 2022-12-23 |
| Popularity | 520 downloads / month |
| Licence | Unknown |
About
This is a MicroBERT model for Coptic.
Please see the repository and the paper for more details.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys microbert-coptic-m for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (microbert-coptic-m 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":"microbert-coptic-m","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.