paiml commited on
Commit
d43fbae
·
verified ·
1 Parent(s): c49dd17

Add model card

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - markovmodel
6
+ - aprender
7
+ - rust
8
+ model-index:
9
+ - name: aprender-shell-markov-3gram-20251127
10
+ results:
11
+ - task:
12
+ type: text-generation
13
+ metrics:
14
+ - name: vocab_size
15
+ type: custom
16
+ value: 400
17
+ - name: ngram_count
18
+ type: custom
19
+ value: 712
20
+ ---
21
+
22
+ # Shell Completion Model
23
+
24
+ Markov chain model trained on shell command history for intelligent tab completion
25
+
26
+ ## Training Data
27
+
28
+ - **Source:** shell_history
29
+ - **Samples:** 401
30
+
31
+ ## Framework
32
+
33
+ - **Version:** aprender 0.11.0