Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
unsloth
trl
tinyllamacoder-py
coder-py
coder
4-bit precision
bitsandbytes
Instructions to use Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k") model = AutoModelForCausalLM.from_pretrained("Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k
- SGLang
How to use Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Unsloth Desktop
- Docker Model Runner
How to use Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k with Docker Model Runner:
docker model run hf.co/Ramikan-BR/tinyllama_PY-CODER-bnb-4bit-lora_model-4k
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,11 +21,36 @@ Accumulation steps = 16 \ / Total batch size = 32 | Total steps = 30 "-____-"
|
|
| 21 |
Number of trainable parameters = 100,925,440 [30/30 26:26, Epoch 0/1] Step
|
| 22 |
Training Loss
|
| 23 |
|
| 24 |
-
1 1.737000
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
---
|
| 31 |
null
|
|
|
|
| 21 |
Number of trainable parameters = 100,925,440 [30/30 26:26, Epoch 0/1] Step
|
| 22 |
Training Loss
|
| 23 |
|
| 24 |
+
1 1.737000
|
| 25 |
+
2 1.738000
|
| 26 |
+
3 1.384700
|
| 27 |
+
4 1.086400
|
| 28 |
+
5 1.009600
|
| 29 |
+
6 0.921000
|
| 30 |
+
7 0.830400
|
| 31 |
+
8 0.808900
|
| 32 |
+
9 0.774500
|
| 33 |
+
10 0.759900
|
| 34 |
+
11 0.736100
|
| 35 |
+
12 0.721200
|
| 36 |
+
13 0.733200
|
| 37 |
+
14 0.701000
|
| 38 |
+
15 0.711700
|
| 39 |
+
16 0.701400
|
| 40 |
+
17 0.689500
|
| 41 |
+
18 0.678800
|
| 42 |
+
19 0.675200
|
| 43 |
+
20 0.680500
|
| 44 |
+
21 0.685800
|
| 45 |
+
22 0.681200
|
| 46 |
+
23 0.672000
|
| 47 |
+
24 0.679900
|
| 48 |
+
25 0.675500
|
| 49 |
+
26 0.666600
|
| 50 |
+
27 0.687900
|
| 51 |
+
28 0.653600
|
| 52 |
+
29 0.672500
|
| 53 |
+
30 0.660900
|
| 54 |
|
| 55 |
---
|
| 56 |
null
|