Feature Extraction
Transformers
Safetensors
English
cronformer
cron
schedules
text-to-cron
structured-prediction
custom-code
custom_code
Eval Results (legacy)
Instructions to use impalasys/cronformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use impalasys/cronformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="impalasys/cronformer", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("impalasys/cronformer", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 2,430 Bytes
69c05ab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | {
"repo_id": "impalasys/cronformer",
"release": "v0.1.0",
"updated_unix": 1784267466,
"source_checkpoint": "/Users/shukant/Library/CloudStorage/GoogleDrive-sukantk3.4@gmail.com/My Drive/Checkpoints/Codex/Cronformer/passes/pass322-full-broad-failure-repair-v1/checkpoint/num_steps-12000",
"validation": {
"command": "bazel run //uncommonstash/cronformer:validate_hf_cronformer_release -- --hf-dir <release-dir> --local-files-only --json",
"status": "passed",
"prompt": "every night at 5pm on tuesdays and wednesdays",
"prediction": "0 17 * * 2,3"
},
"files": [
{
"name": "README.md",
"bytes": 5106,
"sha256": "3de7475af8f43e5d374d6b776c6d14e8b6c4e443b4c884f3fb00c457aa96c8ed"
},
{
"name": "RELEASE.json",
"bytes": 1129,
"sha256": "5212b2ba852f574983b0b244f21a0103f6a31b2121299981f37ceb3e3d794aaa"
},
{
"name": "__init__.py",
"bytes": 184,
"sha256": "19733b3b4e6d0cd824750e90f0be36a42d97e7a9a0b181510cf5badb9725625f"
},
{
"name": "config.json",
"bytes": 1413,
"sha256": "423c81858035bedd95eb7a369ddfc9259c0ab52dd592b45e23aca4c0b1378888"
},
{
"name": "configuration_cronformer.py",
"bytes": 2417,
"sha256": "8f000d55b8884023f4fae72cca2a75b96fd6fd5e0ffe940d1a14de4b7ab98ccd"
},
{
"name": "cron.py",
"bytes": 31551,
"sha256": "b4ec73e1899daa8d92216d590a52eef09d8fe8e9cb3ca73103170ca70d265f61"
},
{
"name": "model.safetensors",
"bytes": 25368616,
"sha256": "6c9b7a57b49c10b35fd74b21719dc593b7c262c4e4293fde3d7471853704025f"
},
{
"name": "modeling_cronformer.py",
"bytes": 15600,
"sha256": "75337ab548d435066676128fa4c48e73650d1e61a3f76bf7261a348525c41fd7"
},
{
"name": "special_tokens_map.json",
"bytes": 125,
"sha256": "b6d346be366a7d1d48332dbc9fdf3bf8960b5d879522b7799ddba59e76237ee3"
},
{
"name": "tokenizer_config.json",
"bytes": 370,
"sha256": "56043ee5aa67cf0ac3c364ac8f677ef33cd1be78081e5e3eff4a8e596daacac7"
},
{
"name": "vocab.txt",
"bytes": 231508,
"sha256": "07eced375cec144d27c900241f3e339478dec958f92fddbc551f295c992038a3"
}
],
"model": {
"parameters": 6334826,
"model_safetensors_bytes": 25368616,
"model_safetensors_mib": 24.19,
"tensor_bytes": 25339304,
"tensor_mib": 24.17
}
}
|