Spaces:
Running on Zero

Commit History

Add model config files
bd9baef

Ruurd commited on

Improve code structure
332db3a

Ruurd commited on

Correct name of model
0e0704b
verified

Ruurd commited on

Change prompt to Llama format
4152853
verified

Ruurd commited on

Change model to 8B
a482b2c
verified

Ruurd commited on

Revert back to large LoRA layers
ef52a31
verified

Ruurd commited on

Revert to old model temporarily
a88f6f9
verified

Ruurd commited on

Update LoRa layer size
47aa004
verified

Ruurd commited on

Update model to Llama 3.2 3B-Instruct based, changed prompt format
b1cf46e
verified

Ruurd commited on

Fix interface bug
800af7e
verified

Ruurd commited on

Add top_p and top_k sliders
db84545
verified

Ruurd commited on

Fix time_elapsed issue
12738e5
verified

Ruurd commited on

Change highlighting
d84223d
verified

Ruurd commited on

Fix top-k/top-p
de14fc8
verified

Ruurd commited on

Fix clamping and introduce top-k and top-p filtering
b5f844d
verified

Ruurd commited on

Fix confidence guided noising call
a3a4100
verified

Ruurd commited on

Fix confidence guided noising
6c7f510
verified

Ruurd commited on

Improve confidence guided noising and show number of tokens generated
d86917b
verified

Ruurd commited on

Change original user question cosmetic
7065c9f
verified

Ruurd commited on

Change dummy-input question
e31eff0
verified

Ruurd commited on

Changed initialization to MASK tokens instead of EOS tokens
df4c990
verified

Ruurd commited on

Fix model repo name
d83b96d
verified

Ruurd commited on

Remove random noising
acc4845
verified

Ruurd commited on

Change back to User-Assistant conversation
2736195
verified

Ruurd commited on

Change back to normal model
44296bc
verified

Ruurd commited on

Change to mask model
ec35c53
verified

Ruurd commited on

Remove placeholder
a2125f4
verified

Ruurd commited on

Enable direct prompting
3b599f4
verified

Ruurd commited on

Remove answer_start check
8ee3ad1
verified

Ruurd commited on

Set answer_start to 0
4d3e9fe
verified

Ruurd commited on

Remove conditional generation
32b1a1f
verified

Ruurd commited on

Remove BidirectionalLlamaAttentionLayer input
12ed3ea
verified

Ruurd commited on

Remove EOT from noise visualization for ease of viewing
2798cf6
verified

Ruurd commited on

Removed custom bidirectional layer as it is not needed when using the Llama attention_masks
b57b92e
verified

Ruurd commited on

Reimplement EOT weighting
093a557
verified

Ruurd commited on

Change red highlighting for debugging
150f6e1
verified

Ruurd commited on

Add MASK slider
a86f3af
verified

Ruurd commited on

Changed to bidirectional
7d7b6d7
verified

Ruurd commited on

Visualize noising
09a7f62
verified

Ruurd commited on

Update app.py
7287d81
verified

Ruurd commited on

Fix MASK token noising
a73a13e
verified

Ruurd commited on

Remove unnecessary print statements - Add MASK noising
ea86b58
verified

Ruurd commited on

Changed model from tini_bi_m to tini_bi
4cd194e
verified

Ruurd commited on

Turn autocast back on
b6cb410
verified

Ruurd commited on

Try different monkey-patch
932e0b0
verified

Ruurd commited on

Monkey-patch (temporarily) for LoRA layers
b36c7a9
verified

Ruurd commited on

Remove autocast
526493a
verified

Ruurd commited on

Change model
bd6e2e6
verified

Ruurd commited on

New masking implementation
7141e39
verified

Ruurd commited on

Clamp logits BEFORE softmax
7ec3bd7
verified

Ruurd commited on