SAVRN
Search Contact SAVRN

SAVRN Model Hub · Models by License

Open-Weight Models Under Creative Commons Attribution 4.0

54 models in the SAVRN Model Hub released under Creative Commons Attribution 4.0, from publishers including Deepset, Helsinki-NLP Research Group, Handy, Scvi Tools.

Commercial use: Yes. CC BY 4.0 permits sharing and adapting the work, including commercially, provided the creator is credited and changes are indicated. Read the license text.

54 models.

Using this open-source model in production? Consider switching to pyannoteAI for better and faster options. This model requires pyannote.audio version 3.1 or higher. This is a wrapper around WeSpeaker wespeaker-voxceleb-resnet34-LM pretrained speaker embedding model, for use in pyannote.audio. According to this page

Open weights cc-by-4.0 pyannote-audio

Model · Speech recognition

speaker-diarization-community-1

Pyannote

This pipeline ingests mono audio sampled at 16kHz and outputs speaker diarization. - stereo or multi-channel audio files are automatically downmixed to mono by averaging the channels. - audio files sampled at a different rate are resampled to 16kHz automatically upon loading. The main improvements brought by Community-1 are: - improved speaker assignment and counting - simpler reconciliation with transcription timestamps with exclusive speaker diarization - easy offline use (i.e. without internet connection) - (optionally) hosted on pyannoteAI cloud 1. pip install pyannote.audio 3. Create access token at hf.co/settings/tokens. Out of the box, Community-1 is much better than…

Access requested at publisher cc-by-4.0 pyannote-audio

Model · Text classification

twitter-roberta-base-sentiment-latest

Cardiff NLP

This is a RoBERTa-base model trained on ~124M tweets from January 2018 to December 2021, and finetuned for sentiment analysis with the TweetEval benchmark. The original Twitter-based RoBERTa model can be found here and the original reference paper is TweetEval. This model is suitable for English. 0 -> Negative; 1 -> Neutral; 2 -> Positive This sentiment analysis model has been integrated into TweetNLP. You can access the demo here.

Open weights cc-by-4.0 514 tokens transformers

Model · Speech recognition

parakeet-tdt-0.6b-v3

MLX Community

This model was converted to MLX format from nvidia/parakeet-tdt-0.6b-v3 using the conversion script. Please refer to original model card for more details on the model.

Open weights cc-by-4.0 627M parameters mlx

Model · Speech recognition

parakeet-tdt-0.6b-v2

MLX Community

This model was converted to MLX format from nvidia/parakeet-tdt-0.6b-v2 using the conversion script. Please refer to original model card for more details on the model.

Open weights cc-by-4.0 618M parameters mlx

Model · Speech recognition

parakeet-ctc-1.1b

NVIDIA

parakeet-ctc-1.1b is an ASR model that transcribes speech in lower case English alphabet. This model is jointly developed by NVIDIA NeMo and Suno.ai teams. It is an XXL version of FastConformer CTC [1] (around 1.1B parameters) model. See the model architecture section and NeMo documentation for complete architecture details. To train, fine-tune or play with the model you will need to install NVIDIA NeMo. We recommend you install it after you've installed latest PyTorch version. There are several ways to use this model. Choose the one that fits your needs. NeMo-Speech.cpp provides a lightweight native C++ runtime for local inference with this model. After installing the runtime: See the…

Open weights cc-by-4.0 1.1B parameters nemo

Model · Audio classification

audiobox-aesthetics

AI at Meta

This model has been pushed to the Hub using the PytorchModelHubMixin integration: Unified automatic quality assessment for speech, music, and sound. Paper arXiv / MetaAI. Blogpost ai.meta.com This repository requires Python 3.9 and Pytorch 2.2 or greater. To install, you can clone this repo and run: if you only want to predict aesthetic scores from certain timestamp and save it as input.jsonl If you haven't downloade the checkpoint, the script will try to download it automatically. Otherwise, you can provide the path by --ckpt /path/to/checkpoint.pt If you have SLURM, run the following command Please adjust CPU & GPU settings using --slurm-gpu, --slurm-cpu depending on your nodes. 3. Output…

Open weights cc-by-4.0 104M parameters

Model · Question answering

roberta-base-squad2

Deepset

This is the roberta-base model, fine-tuned using the SQuAD2.0 dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Extractive Question Answering. We have also released a distilled version of this model called deepset/tinyroberta-squad2. It has a comparable prediction quality and runs at twice the speed of deepset/roberta-base-squad2. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over…

Open weights cc-by-4.0 124M parameters 514 tokens transformers

Model · Text generation

vlt5-base-keywords

VoiceLab.ai

Results on demo model (different generation method, one model per language): Keywords generated with vlT5-base-keywords: encoder-decoder architecture, vlT5, keyword generation, scientific articles corpus The biggest advantage is the transferability of the vlT5 model, as it works well on all domains and types of text. The downside is that the text length and the number of keywords are similar to the training data: the text piece of an abstract length generates approximately 3 to 5 keywords. It works both extractive and abstractively. Longer pieces of text must be split into smaller chunks, and then propagated to the model. The model was trained on a POSMAC corpus. Polish Open Science…

Open weights cc-by-4.0 275M parameters transformers

Model · Question answering

deberta-v3-base-squad2

Deepset

This is the deberta-v3-base model, fine-tuned using the SQuAD2.0 dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Timo Möller: timo.moeller [at] deepset.ai deepset is the company behind the production-ready open-source AI framework Haystack. We also…

Open weights cc-by-4.0 184M parameters 512 tokens transformers

This is a berta-large model, fine-tuned using the SQuAD2.0 dataset for the task of question answering. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to everyone!

Open weights cc-by-4.0 335M parameters 512 tokens transformers

Model · Question answering

tinyroberta-squad2

Deepset

This is the distilled version of the deepset/roberta-base-squad2 model. This model has a comparable prediction quality and runs at twice the speed of the base model. This model was distilled using the TinyBERT approach described in this paper and implemented in haystack. Firstly, we have performed intermediate layer distillation with roberta-base as the teacher which resulted in deepset/tinyroberta-6l-768d. Secondly, we have performed task-specific distillation with deepset/roberta-base-squad2 as the teacher for further intermediate layer distillation on an augmented version of SQuADv2 and then with deepset/roberta-large-squad2 as the teacher for prediction layer distillation. Haystack is…

Open weights cc-by-4.0 82M parameters 514 tokens transformers

Neural machine translation model for translating from Turkish (tr) to English (en). This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. You can also use OPUS-MT models with the transformers pipelines, for example: The work is supported by the European Language Grid as pilot…

Open weights cc-by-4.0 235M parameters 1,024 tokens transformers

Neural machine translation model for translating from Korean (ko) to English (en). This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. - More information about released models for this language pair: OPUS-MT kor-eng README - Tatoeba Translation…

Open weights cc-by-4.0 209M parameters 1,024 tokens transformers

Model · Speech recognition

parakeet-unified-en-0.6b-gguf

Handy

GGUF conversions of nvidia/parakeet-unified-en-0.6b for use with transcribe.cpp. Ported from upstream commit pinned 2026-05-10. Validated against the NeMo reference at transcribe.cpp commit English speech-to-text with punctuation and capitalization. A 0.6B-parameter FastConformer encoder with an RNN-T transducer decoder, trained as a 'unified' streaming/offline model. This port runs the model in both offline and buffered streaming modes. WER on the full LibriSpeech test-clean split (2,620 utterances), batch size 1, timestamps none. Figures without a commit were published before provenance was recorded. Greedy RNN-T decoding, no external LM. F32 reference baseline: 1.59%. NVIDIA's…

Open weights cc-by-4.0 transcribe.cpp

This model can be used for translation and text-to-text generation. CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes. Significant research has explored bias and fairness issues with language models (see, e.g., Sheng et al. (2021) and Bender et al. (2021)). Further details about the dataset for this model can be found in the OPUS readme: en-de

Open weights cc-by-4.0 512 tokens transformers

This model can be used for translation and text-to-text generation. CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes. Significant research has explored bias and fairness issues with language models (see, e.g., Sheng et al. (2021) and Bender et al. (2021)). Further details about the dataset for this model can be found in the OPUS readme: ru-en

Open weights cc-by-4.0 512 tokens transformers

Model · Image classification

AI-image-detector

Matthew Maybe

NOTE: Unless you are trying to detect imagery generated using older models such as VQGAN+CLIP, please use the updated version of this detector instead. This model is a proof-of-concept demonstration of using a ViT model to predict whether an artistic image was generated using AI. It was created in October 2022, and as such, the training data did not include any samples generated by Midjourney 5, SDXL, or DALLE-3. It still may be able to correctly identify samples from these more recent models due to being trained on outputs of their predecessors. Furthermore the intended scope of this tool is artistic images; that is to say, it is not a deepfake photo detector, and general computer imagery…

Open weights cc-by-4.0 transformers

Model · Speech recognition

canary-180m-flash-gguf

Handy

GGUF conversions of nvidia/canary-180m-flash for use with transcribe.cpp. Ported from upstream commit pinned 2026-05-08. Validated against the NeMo reference at transcribe.cpp commit Offline multilingual speech-to-text and translation. A 182M-parameter multitask AED with a 17-layer FastConformer encoder and a 4-layer Transformer decoder. Supports automatic speech recognition in English, German, Spanish, and French, and bidirectional EN↔{DE, ES, FR} translation. Takes a 16 kHz mono WAV and produces a transcript. Not a streaming model; word/segment timestamps are upstream-experimental and not exposed in the v1 port. WER on the full LibriSpeech test-clean split (2,620 utterances), batch size…

Open weights cc-by-4.0 transcribe.cpp

Model · Text to speech

tts-1.6b-en_fr

Kyutai

See also the pre-print research paper, the project page, the Colab example, the GitHub repository, and the repository of voices. This is a model for streaming text-to-speech (TTS). Unlike offline text-to-speech, where the model needs the entire text to produce the audio, our model starts to output audio as soon as the first few words from the text have been given as input. This model is actually 1.8B parameters, not 1.6B as the name might suggest. The model architecture is a hierarchical Transformer that consumes tokenized text and generateds audio tokenized by Mimi, see the Moshi paper. The frame rate is 12.5 Hz and each audio frame is represented by 32 audio tokens, although you can use…

Open weights cc-by-4.0 moshi

This model can be used for translation and text-to-text generation. CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes. Significant research has explored bias and fairness issues with language models (see, e.g., Sheng et al. (2021) and Bender et al. (2021)). Further details about the dataset for this model can be found in the OPUS readme: zho-eng helsinkigitsha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535 transformersgitsha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b portmachine: brutasse porttime: 2020-08-21-14:41 srcmultilingual: False tgtmultilingual: False reflen: 82826.0 brevitypenalty…

Open weights cc-by-4.0 512 tokens transformers

Neural machine translation model for translating from English (en) to Turkish (tr). This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. You can also use OPUS-MT models with the transformers pipelines, for example: The work is supported by the European Language Grid as pilot…

Open weights cc-by-4.0 1,024 tokens transformers

Model · Speech recognition

canary-1b-v2-gguf

Handy

GGUF conversions of nvidia/canary-1b-v2 for use with transcribe.cpp. Ported from upstream commit pinned 2026-05-08. Validated against the NeMo reference at transcribe.cpp commit Offline multilingual speech-to-text and translation across 25 European languages. A 978M-parameter multitask AED with a 32-layer FastConformer encoder and an 8-layer Transformer decoder. Supports automatic speech recognition for any of the 25 supported languages, plus translation between supported language pairs (per the upstream model card). Takes a 16 kHz mono WAV and produces a transcript. Not a streaming model; word and segment timestamps from the upstream model are not exposed in the v1 port. WER on the full…

Open weights cc-by-4.0 transcribe.cpp

Model · Question answering

bert-base-cased-squad2

Deepset

This is a BERT base cased model trained on SQuAD v2 Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to everyone!

Open weights cc-by-4.0 108M parameters 512 tokens transformers

Model · Tabular classification

TabSTAR

Alan Arazi

To fit a pretrained TabSTAR model to your own dataset, install the package: Paper: TabSTAR: A Foundation Tabular Model With Semantically Target-Aware Representations

Open weights cc-by-4.0 47M parameters

Neural machine translation model for translating from Arabic (ar) to English (en). This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. You can also use OPUS-MT models with the transformers pipelines, for example: The work is supported by the European Language Grid as pilot…

Open weights cc-by-4.0 1,024 tokens transformers

Model · Question answering

xlm-roberta-base-squad2

Deepset

Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Evaluated on the SQuAD 2.0 dev set with the official eval script. "exact": 33.67279167589108 "total": 4517 "exact": 48.739495798319325 "total": 1190 Timo Möller: timo.moeller [at] deepset.ai deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to…

Open weights cc-by-4.0 277M parameters 514 tokens transformers

Model · Speech recognition

canary-1b-flash-gguf

Handy

GGUF conversions of nvidia/canary-1b-flash for use with transcribe.cpp. Ported from upstream commit pinned 2026-05-08. Validated against the NeMo reference at transcribe.cpp commit Offline multilingual speech-to-text and translation. An 883M-parameter multitask AED with a 32-layer FastConformer encoder and a 4-layer Transformer decoder. Supports automatic speech recognition in English, German, Spanish, and French, and bidirectional EN↔{DE, ES, FR} translation. Takes a 16 kHz mono WAV and produces a transcript. Not a streaming model; word/segment timestamps are upstream-experimental and not exposed in the v1 port. WER on the full LibriSpeech test-clean split (2,620 utterances), batch size 1…

Open weights cc-by-4.0 transcribe.cpp

Neural machine translation model for translating from English (en) to Bulgarian (bg). This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. You can also use OPUS-MT models with the transformers pipelines, for example: The work is supported by the European Language Grid as pilot…

Open weights cc-by-4.0 238M parameters 1,024 tokens transformers

Model · Question answering

minilm-uncased-squad2

Deepset

Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Evaluated on the SQuAD 2.0 dev set with the official eval script. Timo Möller: [email protected] deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to everyone!

Open weights cc-by-4.0 33M parameters 512 tokens transformers

Model · Question answering

xlm-roberta-large-squad2

Deepset

Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Evaluated on the SQuAD 2.0 English dev set with the official eval script. Evaluated on German MLQA: test-context-de-question-de.json Evaluated on German XQuAD: xquad.de.json For doing QA at scale (i.e. many docs instead of single paragraph), you can load the model also in haystack: Timo Möller: [email protected]

Open weights cc-by-4.0 560M parameters 514 tokens transformers

Model · Image and text to text

ProcVLM-2B

Youhe Feng

ProcVLM-2B is a procedure-grounded vision-language model for estimating progress rewards from robot manipulation observations. Given a task description and a recent window of video frames, the model reasons about the remaining atomic actions and predicts the current task completion percentage. ProcVLM-2B is designed for research on robot learning, progress reward modeling, embodied evaluation, and procedure-aware video understanding. Typical use cases include: - estimating task completion progress from robot videos; - producing dense progress rewards from sparse demonstrations; - adapting progress prediction to a new environment with one-shot LoRA fine-tuning. This model is not intended to…

Open weights cc-by-4.0 2.4B parameters 262,144 tokens transformers

Model · Question answering

roberta-large-squad2

Deepset

This is the roberta-large model, fine-tuned using the SQuAD2.0 dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering. Please note that we have also released a distilled version of this model called deepset/roberta-base-squad2-distilled. The distilled model has a comparable prediction quality and runs at twice the speed of the large model. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering…

Open weights cc-by-4.0 354M parameters 514 tokens transformers

Model · Question answering

deberta-v3-large-squad2

Deepset

This is the deberta-v3-large model, fine-tuned using the SQuAD2.0 dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Extractive Question Answering. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Evaluated on the SQuAD 2.0 dev set with the official eval script. deepset is the company behind the production-ready…

Open weights cc-by-4.0 434M parameters 512 tokens transformers

Model · Zero shot image classification

DermLIP_ViT-B-16

Siyuan Yan

DermLIP is a vision-language model for dermatology, trained on the Derm1M dataset—the largest dermatological image-text corpus to date. python import openclip from PIL import Image import torch model,, preprocess = openclip.createmodelandtransforms( 'hf-hub:redlessone/DermLIPViT-B-16' model.eval() tokenizer = openclip.gettokenizer('hf-hub:redlessone/DermLIPViT-B-16') image = preprocess(Image.open("yourskinimage.png")).unsqueeze(0) PADCLASSNAMES = [ "nevus", "basal cell carcinoma", "actinic keratosis", "seborrheic keratosis", "squamous cell carcinoma", "melanoma" template = lambda c: f'This is a skin image of {c}' text = tokenizer([template(c) for c in PADCLASSNAMES]) with torch.nograd()…

Open weights cc-by-4.0 transformers

Model · Question answering

electra-base-squad2

Deepset

Evaluated on the SQuAD 2.0 dev set with the official eval script. Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. Vaishali Pal vaishali.pal [at] deepset.ai Timo Möller: timo.moeller [at] deepset.ai deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to everyone!

Open weights cc-by-4.0 109M parameters 512 tokens transformers

Model · Translation

plt5-base

Allegro ML Research

plT5 models are T5-based language models trained on Polish corpora. The models were optimized for the original T5 denoising target. plT5 was trained on six different corpora available for Polish language: The training dataset was tokenized into subwords using a sentencepiece unigram model with vocabulary size of 50k tokens. If you use this model, please cite the following paper: The model was trained by Machine Learning Research Team at Allegro and Linguistic Engineering Group at Institute of Computer Science, Polish Academy of Sciences. You can contact us at: [email protected]

Open weights cc-by-4.0 transformers

Model · Question answering

bert-base-uncased-squad2

Deepset

Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack: For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial. - Timo Möller: timo.moeller [at] deepset.ai deepset is the company behind the production-ready open-source AI framework Haystack. We also have a Discord community open to everyone!

Open weights cc-by-4.0 109M parameters 512 tokens transformers

Model · Translation

plt5-large

Allegro ML Research

plT5 models are T5-based language models trained on Polish corpora. The models were optimized for the original T5 denoising target. plT5 was trained on six different corpora available for Polish language: The training dataset was tokenized into subwords using a sentencepiece unigram model with vocabulary size of 50k tokens. If you use this model, please cite the following paper: The model was trained by Machine Learning Research Team at Allegro and Linguistic Engineering Group at Institute of Computer Science, Polish Academy of Sciences. You can contact us at: [email protected]

Open weights cc-by-4.0 transformers

Model · Tabular regression

nordic-price-forecast

Elpriser.org

Day-ahead electricity price forecasts 2 to 9 days out, hourly, in EUR/MWh, for every bidding zone in Denmark, Norway, Sweden, Finland and the Netherlands: Retrained and re-uploaded daily, so the weights here are what production runs. A companion model specialised to Denmark alone lives at A single LightGBM quantile model covers all 13 zones, with zone as a categorical feature. The zones share nearly all their structure — the same calendar effects, the same weather physics, the same lag behaviour — so pooling lets a thin zone borrow strength from a busy one, and leaves one thing to maintain instead of thirteen. Pooling only works because the model can identify a zone's price level before it…

Open weights cc-by-4.0 lightgbm

Adaptive Geometry-Aware Fourier Neural Operator — with the complete controlled-evidence stack, extended depth sweep to 16, a second PDE family, a deformation baseline, a direct measurement of geometric forgetting, and a fully programmatic research paper (paper/agfnopaper.pdf). (mode truncation discards everything above the cut). A zero-gated, SDF-derived multiplicative modulation of the spectral weights restores the truncated band by spectral convolution — and the paper measures the whole story: diagnosis (proposition), fix (mechanism), consequence (probe). = 0.971× FNO's global error — the gain is NOT extra parameters (5.10M vs 4.81M) or channels (identical 3-channel inputs). −56% ring.…

Open weights cc-by-4.0 pytorch

This repository contains the CI-Net processing, training, inference, and validation code. The directories under code follow the processing order: 1. datapreparing: read and align satellite and radar inputs. 2. labeling: create cloud labels. 3. finalpreprocess: convert the prepared fields into model input files. 4. training: train the model and run inference. 5. validation: create validation targets and calculate validation metrics. Each code directory contains Python files in src and its configuration and shell entry points in run. rawdata contains the input example included with this repository. result contains prepared data, model files, inference outputs, and validation outputs. See…

Open weights cc-by-4.0 pytorch

A from-scratch hybrid OCR pipeline for the saeidseyfi/khattat dataset, built by saeidseyfi from 100% free, offline components — no training required, no paid APIs. 1. OpenCV preprocessing — upscale, Otsu/adaptive binarization, deskew, morphology 2. EasyOCR (fa+ar+en) — CRAFT detection + CRNN recognition 3. Tesseract 5 (tessdatabest: fas / ara / eng) — LSTM models with word confidences 4. Confidence ensemble — script detection + weighted candidate selection + language normalization 5. pix2tex (LaTeX-OCR) for math formulas — ViT -> LaTeX + math-token candidate scoring 6. OpenCV contour classification for hand-drawn shapes (10 classes) 7. Caption OCR — first ink cluster below the shape -> en…

Open weights cc-by-4.0

Handwritten line recognizer for Persian / Arabic / English text plus math symbols, fine-tuned on the saeidseyfi/khattat dataset (line crops, input 32x256, max 88 label chars). CPU (2-core) budget fine-tune; decoder+head trained, STR backbone frozen The training pipeline is time-budgeted and fully resumable — continuing on a GPU with the same script converges substantially further. - best.pt -- model checkpoint (state dict + vocab) - vocab.txt -- 176-char vocabulary (fa / ar / en / digits / math) - demokhattatparseq.mp4 -- demo: test lines, ground truth vs prediction - evalreport.json, log.txt, worstsamples.json -- metrics

Open weights cc-by-4.0 doctr

Model · Image classification

mmfm-breast-imaging-checkpoints

NFadlallah

ResNet-18 binary (benign vs. malignant) classification checkpoints, trained per-dataset on eight public breast-imaging sources spanning ultrasound, Full write-up, methodology, and comparison to each source paper's own These are single-modality baselines, not the 3-branch fusion model. Each checkpoint is models.SingleBackboneClassifier (one ResNet-18 backbone, ImageNet-pretrained, first conv adapted for non-RGB inputs where applicable) — see models/backbone.py / training/train.py in the repo for the loading code. For the 5-fold datasets, this is one fold's checkpoint, not an ensemble or the averaged model — reported accuracy is the 5-fold mean from the full report for context, not this…

Open weights cc-by-4.0

A structured set of research notes on Multimodal Reasoning, with concrete evaluation references and open questions. Plans and hypotheses are kept separate from completed results. - the scope of the research question and likely confounders - a proposed comparison with matched baselines - concrete evaluation context such as VQAv2, GQA, and NLVR2 - reproducibility checks, failure modes, and open questions - topic-relevant references Start with review.md for the full note. Sections labeled as plans or hypotheses should not be interpreted as experimental results. If results are added later, they should include dataset versions, commands, seeds, hardware, and raw logs. The note is intentionally…

Open weights cc-by-4.0 33,088 parameters 128 tokens

This repository contains a working research note about Multimodal Generation. It organizes motivation, related work, a falsifiable hypothesis, and an evaluation plan. It is not presented as a completed paper or a release of trained models. - the scope of the research question and likely confounders - a proposed comparison with matched baselines - concrete evaluation context such as task-appropriate public benchmarks named in the main note - reproducibility checks, failure modes, and open questions - topic-relevant references Start with summary.md for the full note. Sections labeled as plans or hypotheses should not be interpreted as experimental results. If results are added later, they…

Open weights cc-by-4.0 16,576 parameters 128 tokens

This repository contains a working research note about Self Supervised. It organizes motivation, related work, a falsifiable hypothesis, and an evaluation plan. It is not presented as a completed paper or a release of trained models. - the scope of the research question and likely confounders - a proposed comparison with matched baselines - concrete evaluation context such as task-appropriate public benchmarks named in the main note - reproducibility checks, failure modes, and open questions - topic-relevant references Start with reading.md for the full note. Sections labeled as plans or hypotheses should not be interpreted as experimental results. If results are added later, they should…

Open weights cc-by-4.0 16,576 parameters 512 tokens

ScVI is a variational inference model for single-cell RNA-seq data that can learn an underlying latent space, integrate technical batches and impute dropouts. The learned low-dimensional latent representation of the data can be used for visualization and clustering. scVI takes as input a scRNA-seq gene expression matrix with cells and genes. We provide an extensive user guide. - See our original manuscript for further details of the model: - See our manuscript on scvi-hub how to leverage pre-trained models. This model can be used for fine tuning on new data using our Arches framework: scVI model trained on synthetic IID data and uploaded with the full training data. We provide here key…

Open weights cc-by-4.0 scvi-tools

ScVI is a variational inference model for single-cell RNA-seq data that can learn an underlying latent space, integrate technical batches and impute dropouts. The learned low-dimensional latent representation of the data can be used for visualization and clustering. scVI takes as input a scRNA-seq gene expression matrix with cells and genes. We provide an extensive user guide. - See our original manuscript for further details of the model: - See our manuscript on scvi-hub how to leverage pre-trained models. This model can be used for fine tuning on new data using our Arches framework: scVI model trained on synthetic IID data and uploaded with the minified data. We provide here key…

Open weights cc-by-4.0 scvi-tools

ScVI is a variational inference model for single-cell RNA-seq data that can learn an underlying latent space, integrate technical batches and impute dropouts. The learned low-dimensional latent representation of the data can be used for visualization and clustering. scVI takes as input a scRNA-seq gene expression matrix with cells and genes. We provide an extensive user guide. - See our original manuscript for further details of the model: - See our manuscript on scvi-hub how to leverage pre-trained models. This model can be used for fine tuning on new data using our Arches framework: scVI model trained on synthetic IID data and uploaded with no data. We provide here key performance metrics…

Open weights cc-by-4.0 scvi-tools

Who Publishes These Models

Questions

Can I use Creative Commons Attribution 4.0 models commercially?

Yes. CC BY 4.0 permits sharing and adapting the work, including commercially, provided the creator is credited and changes are indicated.

Which Creative Commons Attribution 4.0 models are most downloaded?

By monthly downloads reported by the Hugging Face Hub: wespeaker-voxceleb-resnet34-LM (6.5M); speaker-diarization-community-1 (5.2M); twitter-roberta-base-sentiment-latest (3.1M).

Other licenses

See all