CoolFace
Apppublic

filipealmeida/open-llama-3b-v2-pii-transform

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
36 commits on main
132970b3y ago

Use 4bit model

filipealmeida
16cbd473y ago

Allow local models to be loaded

filipealmeida
69fd23e3y ago

Increase the temperature again

filipealmeida
be312ed3y ago

Add ability to configure model name

filipealmeida
68194a33y ago

Increase default context

filipealmeida
6048b633y ago

Adjust temperature

filipealmeida
9c6b8fd3y ago

Command line argument for context size

filipealmeida
18d0ebf3y ago

Add code to select the number of GPU layers

filipealmeida
2c407873y ago

Command line flag to chose a local model

filipealmeida
1d42f083y ago

Reduce the context size again

filipealmeida
83c90113y ago

Increase context to 1024 and use larger example prompt.

filipealmeida
49dcfb03y ago

Add description and title

filipealmeida
6f4c5ba3y ago

Fixed stop tokens and increased line limit now that the model is better

filipealmeida
b665d293y ago

Changed the input boxes a bit

filipealmeida
61da8733y ago

Back to one line

filipealmeida
6d29fb43y ago

Log the generated text

filipealmeida
f5429543y ago

Move back to 8bit quantization

filipealmeida
2223e173y ago

Unused import

filipealmeida
72e93903y ago

Use fp16 model

filipealmeida
08356d23y ago

Break on a single #

filipealmeida
e3c105a3y ago

Allow multiline processing

filipealmeida
f8722653y ago

Streaming code working

filipealmeida
494d2393y ago

Initial attempt at streaming

filipealmeida
db99d593y ago

Use the quantized model

filipealmeida
9b74e4d3y ago

Switched to using llama_cpp

filipealmeida
551ba9b3y ago

Try to load the model in 8 bits

filipealmeida
a050d943y ago

Change requirements.txt

filipealmeida
21ee9023y ago

Add a requirements file

filipealmeida
3acadcc3y ago

Another fix

filipealmeida
aceb3b33y ago

Also parse correctly in the absense of a newline

filipealmeida
3007bae3y ago

Use a fake area prefix

filipealmeida
221985f3y ago

WiP

filipealmeida
c49e5fe3y ago

A few tweaks

filipealmeida
8b7a5273y ago

Update app.py

filipealmeida
436b5af3y ago

Create app.py

filipealmeida
1459d6e3y ago

initial commit

filipealmeida