File size: 608 Bytes
d43fbae |
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 |
---
license: mit
pipeline_tag: text-generation
tags:
- markovmodel
- aprender
- rust
model-index:
- name: aprender-shell-markov-3gram-20251127
results:
- task:
type: text-generation
metrics:
- name: vocab_size
type: custom
value: 400
- name: ngram_count
type: custom
value: 712
---
# Shell Completion Model
Markov chain model trained on shell command history for intelligent tab completion
## Training Data
- **Source:** shell_history
- **Samples:** 401
## Framework
- **Version:** aprender 0.11.0
|