Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
piercemaloney
/
llemma_7b
like
1
Text Generation
Transformers
PyTorch
EleutherAI/proof-pile-2
open-web-math/open-web-math
English
llama
math
reasoning
text-generation-inference
Inference Endpoints
arxiv:
2310.10631
License:
llama2
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
31cf0d3
llemma_7b
/
handler.py
Commit History
adding logging + some bad words
31cf0d3
Pierce Maloney
commited on
Apr 14
adding back truncation
eebf1ef
Pierce Maloney
commited on
Apr 14
lowering temp to 0.7
0425154
Pierce Maloney
commited on
Apr 14
taking out .to(cuda)
c5d86f3
Pierce Maloney
commited on
Apr 14
back to .generate. forgot about returning gen ids
dee492f
Pierce Maloney
commited on
Apr 14
bug + only new tokens
813fd4a
Pierce Maloney
commited on
Apr 14
bugfix
355a0ec
Pierce Maloney
commited on
Apr 14
pipeline trial
a36be93
Pierce Maloney
commited on
Apr 14
torch.cuda.empty_cache()
b873ed7
Pierce Maloney
commited on
Apr 14
taking out truncation of input_ids
8cda5e7
Pierce Maloney
commited on
Apr 14
do_sample=True, and model.to('cuda')
b179918
Pierce Maloney
commited on
Apr 14
truncating earliest tokens if longer than 4092
6d8b690
Pierce Maloney
commited on
Apr 14
arg name change, Abort
4c4f932
Pierce Maloney
commited on
Apr 11
adding periods back, adding Aborted.
d8be130
Pierce Maloney
commited on
Apr 11
taking out . after Abort etc
4705b72
Pierce Maloney
commited on
Apr 11
adding Ab ort . to bad words
b356a46
Pierce Maloney
commited on
Apr 11
adding additional bad words ids
66e62c6
Pierce Maloney
commited on
Apr 10
banning Admitted and Abort
0e224b1
Pierce Maloney
commited on
Apr 10
banning token 13
b29c898
Pierce Maloney
commited on
Apr 10
returning generated ids
392d92f
Pierce Maloney
commited on
Apr 10
getting generated_ids[0]
5e35500
Pierce Maloney
commited on
Apr 10
back to normal, removed additional bad words argument
216cf30
Pierce Maloney
commited on
Apr 10
adding intros k v l. to bad words (for testing)
60ed7ab
Pierce Maloney
commited on
Apr 10
using .generate, returning ids, custom bad_words
000ad8b
Pierce Maloney
commited on
Apr 10
adding new bad word
833b301
Pierce Maloney
commited on
Apr 10
returning ids
88fdb99
Pierce Maloney
commited on
Apr 10
printing generated ids
2872c1c
Pierce Maloney
commited on
Apr 10
testing .generate instead of pipeline
366e62e
Pierce Maloney
commited on
Apr 10
testing custom logit processor for bad words
02ffbef
Pierce Maloney
commited on
Apr 9
temp=2! top_k 40, 1 ret seq
37b54cb
Pierce Maloney
commited on
Apr 9
num ret seqs 2
cb274aa
Pierce Maloney
commited on
Apr 9
testing high temperature
e1040a6
Pierce Maloney
commited on
Apr 9
adding second way of describing bad word (*
26070b4
Pierce Maloney
commited on
Apr 9
increase temp, add top_k=20
320c7f3
Pierce Maloney
commited on
Apr 9
XXS comment
4f7f1d5
Pierce Maloney
commited on
Apr 9
temperature 0.7
cd860a6
Pierce Maloney
commited on
Apr 9
only return new generated tokens, bad_words = comments
d1e4ec5
Pierce Maloney
commited on
Apr 9
base llemma-7b and custom handler.py
bf66e5a
Pierce Maloney
commited on
Apr 9