Downloads · 30 days
10
43% of all-time downloads
epinoue91/intern-generation
intern-generation is a machine learning model from epinoue91. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as bsd-3-clause.
This repository is a compact, custom PyTorch implementation of Blip for Generation. The small configuration is intended for code review, smoke tests, and small controlled experiments rather than as a production-ready…
Downloads · 30 days
10
43% of all-time downloads
All-time downloads
23
Public
Parameters
16.6K
66.8 KB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors66.8 KB · 90%
From the Hugging Face model README
This repository is a compact, custom PyTorch implementation of Blip for Generation. The small configuration is intended for code review, smoke tests, and small controlled experiments rather than as a production-ready pretrained release.
config.json records the generated architecture settings.training_args.json records the default experiment recipe.model.safetensors is a valid initialization checkpoint for smoke tests; it is not presented as a trained benchmark checkpoint.| Item | Value |
|---|---|
| Architecture | Blip |
| Scale | small |
| Attention | sliding window |
| Fusion | co attention |
| Activation | relu |
| Normalization | batchnorm |
The included configuration uses adafactor with a onecycle schedule. These are starting values in the script, not evidence of a completed run. For a meaningful evaluation, train all baselines with the same data exposure, tuning budget, and random seeds.
python inference.py --help
Inspect the script's __main__ block for its generated smoke-test example. Because this is a custom implementation, generic automatic loading APIs require an explicit adapter before use.
A useful first evaluation would use a task-specific held-out set, report the task metric across at least three seeds, and include a matched-capacity baseline. Keep training logs and environment versions with any published result.
The initialization checkpoint has not been trained or audited for robustness, fairness, or domain transfer. The implementation should be treated as an experimental starting point. Results from a future trained checkpoint must be documented separately from the defaults shipped here.
inference.py — primary artifactREADME.md — this documentationconfig.json — architecture configurationtraining_args.json — default experiment settingsmodel.safetensors — initialization checkpointReleased under bsd-3-clause. Review the source-data terms separately when this repository is used with external datasets.