Skip to content

Dummy models for CI#256

Merged
javiermtorres merged 7 commits intomainfrom
98-sample-model
Feb 13, 2026
Merged

Dummy models for CI#256
javiermtorres merged 7 commits intomainfrom
98-sample-model

Conversation

@javiermtorres
Copy link
Contributor

@javiermtorres javiermtorres commented Feb 3, 2026

For CI purposes, we would need dummy models that return a predictable (e.g. constant) value, with as little processing as possible. These will honor the general interface (token classification, sequence classification, etc) but just return a dummy value. This allows testing integration and non-ML related changes efficiently.

Closes #98

@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
encoderfile/src/build_cli/tokenizer.rs 92.73% <100.00%> (+1.28%) ⬆️
...i/transforms/validation/sequence_classification.rs 89.61% <100.00%> (+0.42%) ⬆️
..._cli/transforms/validation/token_classification.rs 89.18% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@javiermtorres javiermtorres force-pushed the 98-sample-model branch 5 times, most recently from 65b8075 to de1af14 Compare February 5, 2026 18:27
@javiermtorres javiermtorres marked this pull request as ready for review February 5, 2026 18:51
@javiermtorres javiermtorres merged commit 8f64243 into main Feb 13, 2026
3 checks passed
@javiermtorres javiermtorres deleted the 98-sample-model branch February 13, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Faster test models

3 participants