Text Classification
Model2Vec
English
poster-sentry
document-classification
scientific-posters
multimodal
poster-detection
machine-actionable
FAIR-data
posters-science
quality-control
Instructions to use fairdataihub/poster-sentry with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Model2Vec
How to use fairdataihub/poster-sentry with Model2Vec:
from model2vec import StaticModel model = StaticModel.from_pretrained("fairdataihub/poster-sentry") - Notebooks
- Google Colab
- Kaggle
Commit ·
c0a4824
1
Parent(s): 9633129
Add cross-references to GitHub repos and training dataset
Browse files
README.md
CHANGED
|
@@ -36,6 +36,9 @@ Developed by the [**FAIR Data Innovations Hub**](https://fairdataihub.org/) at t
|
|
| 36 |
| Resource | Description | Link |
|
| 37 |
|----------|-------------|------|
|
| 38 |
| **PosterSentry** | Multimodal poster classifier (this model) | [fairdataihub/poster-sentry](https://huggingface.co/fairdataihub/poster-sentry) |
|
|
|
|
|
|
|
|
|
|
| 39 |
| **Llama-3.1-8B-Poster-Extraction** | Poster → structured JSON extraction | [fairdataihub/Llama-3.1-8B-Poster-Extraction](https://huggingface.co/fairdataihub/Llama-3.1-8B-Poster-Extraction) |
|
| 40 |
| **poster2json** | Python library for poster extraction | [PyPI](https://pypi.org/project/poster2json/) · [Docs](https://fairdataihub.github.io/poster2json/) · [GitHub](https://github.com/fairdataihub/poster2json) |
|
| 41 |
| **poster-json-schema** | DataCite-based poster metadata schema | [GitHub](https://github.com/fairdataihub/poster-json-schema) |
|
|
|
|
| 36 |
| Resource | Description | Link |
|
| 37 |
|----------|-------------|------|
|
| 38 |
| **PosterSentry** | Multimodal poster classifier (this model) | [fairdataihub/poster-sentry](https://huggingface.co/fairdataihub/poster-sentry) |
|
| 39 |
+
| **poster-sentry** | Installable classifier package | [GitHub](https://github.com/fairdataihub/poster-sentry) |
|
| 40 |
+
| **poster-sentry-training** | Training code and replication | [GitHub](https://github.com/fairdataihub/poster-sentry-training) |
|
| 41 |
+
| **poster-sentry-training-data** | Training dataset (3,606 samples) | [HuggingFace](https://huggingface.co/datasets/fairdataihub/poster-sentry-training-data) |
|
| 42 |
| **Llama-3.1-8B-Poster-Extraction** | Poster → structured JSON extraction | [fairdataihub/Llama-3.1-8B-Poster-Extraction](https://huggingface.co/fairdataihub/Llama-3.1-8B-Poster-Extraction) |
|
| 43 |
| **poster2json** | Python library for poster extraction | [PyPI](https://pypi.org/project/poster2json/) · [Docs](https://fairdataihub.github.io/poster2json/) · [GitHub](https://github.com/fairdataihub/poster2json) |
|
| 44 |
| **poster-json-schema** | DataCite-based poster metadata schema | [GitHub](https://github.com/fairdataihub/poster-json-schema) |
|