Reinforcement Learning
Transformers
GGUF
PEFT
English
grpo
lora
beam-mechanics
structural-engineering
math
reasoning
conversational
Instructions to use mradermacher/BeamPERL-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/BeamPERL-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/BeamPERL-GGUF", device_map="auto") - PEFT
How to use mradermacher/BeamPERL-GGUF with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/BeamPERL-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/BeamPERL-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/BeamPERL-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/BeamPERL-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/BeamPERL-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf mradermacher/BeamPERL-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/BeamPERL-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf mradermacher/BeamPERL-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/BeamPERL-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/BeamPERL-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/BeamPERL-GGUF with Ollama:
ollama run hf.co/mradermacher/BeamPERL-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/BeamPERL-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/BeamPERL-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/BeamPERL-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/BeamPERL-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.BeamPERL-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- BeamPERL.IQ4_XS.gguf +3 -0
- BeamPERL.Q2_K.gguf +3 -0
- BeamPERL.Q3_K_L.gguf +3 -0
- BeamPERL.Q3_K_M.gguf +3 -0
- BeamPERL.Q3_K_S.gguf +3 -0
- BeamPERL.Q4_K_M.gguf +3 -0
- BeamPERL.Q4_K_S.gguf +3 -0
- BeamPERL.Q5_K_M.gguf +3 -0
- BeamPERL.Q5_K_S.gguf +3 -0
- BeamPERL.Q6_K.gguf +3 -0
- BeamPERL.Q8_0.gguf +3 -0
- BeamPERL.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
BeamPERL.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
BeamPERL.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
BeamPERL.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
BeamPERL.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
BeamPERL.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
BeamPERL.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
BeamPERL.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
BeamPERL.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
BeamPERL.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
BeamPERL.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
BeamPERL.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
BeamPERL.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
BeamPERL.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6011b3c4300f88b9f985cf214bac38f881123100f0143064195929e8ee98394a
|
| 3 |
+
size 1026163040
|
BeamPERL.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a67a52c3068bdcc76238f60c03ba2d022b24e45b26ae8231c7b685209f7e2fe
|
| 3 |
+
size 752880992
|
BeamPERL.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b135137f0e1e200579046419b66c72e42ce405f40841c450d69af0d358f53724
|
| 3 |
+
size 980440928
|
BeamPERL.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bcd9730774af0e9a83f3c429e045e29d18b432811b682bb8ff7a3704a220027
|
| 3 |
+
size 924456800
|
BeamPERL.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78fd543f08cb02cf2cb3c598e9bf1d1aaec305aaa8ad7cc21c7b832382eb2642
|
| 3 |
+
size 861222752
|
BeamPERL.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc59c838e5d2bf56fe6211f0b8e76861c1f4bcbbeb72d0e6f7b62dde57fde1ff
|
| 3 |
+
size 1117321568
|
BeamPERL.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7970af9d597f8eb0b3c6f4e516e8bd7703ed5423a98c077f65f483baaffa8b6
|
| 3 |
+
size 1071585632
|
BeamPERL.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80017daaf349f9be29ec28c175ec67409a9fac7473ec0943f1659b19718e8934
|
| 3 |
+
size 1285495136
|
BeamPERL.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:346fccc5ce64f8ade6bcd689a8c9b98f347a3526898ea0b5c8933ac41b975b7e
|
| 3 |
+
size 1259174240
|
BeamPERL.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91fe3c6e3b7f46bdef7fdd80eaae2158d6fc25e1f8f4c596cc2275700603ef11
|
| 3 |
+
size 1464179552
|
BeamPERL.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8050228bffa3ac3b333c9b54a5d02a599f60b51b627760b783707b0a47991436
|
| 3 |
+
size 1894532960
|
BeamPERL.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f30ea668ccac571226f6301ef420c6067235ae32dcf8219358494237bb7ca2f
|
| 3 |
+
size 3560417120
|