Instructions to use MultivexAI/Plyx-15M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MultivexAI/Plyx-15M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="MultivexAI/Plyx-15M")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("MultivexAI/Plyx-15M") model = AutoModelForCausalLM.from_pretrained("MultivexAI/Plyx-15M") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use MultivexAI/Plyx-15M with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "MultivexAI/Plyx-15M" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MultivexAI/Plyx-15M", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/MultivexAI/Plyx-15M
- SGLang
How to use MultivexAI/Plyx-15M 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 "MultivexAI/Plyx-15M" \ --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": "MultivexAI/Plyx-15M", "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 "MultivexAI/Plyx-15M" \ --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": "MultivexAI/Plyx-15M", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use MultivexAI/Plyx-15M with Docker Model Runner:
docker model run hf.co/MultivexAI/Plyx-15M
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ datasets:
|
|
| 5 |
- HuggingFaceFW/fineweb-edu
|
| 6 |
- gair-prox/FineWeb-pro
|
| 7 |
license: apache-2.0
|
|
|
|
| 8 |
---
|
| 9 |
# MultivexAI/Plyx-15M
|
| 10 |
|
|
@@ -28,7 +29,24 @@ To set the right expectations: **Plyx-15M is a 15-million-parameter model, which
|
|
| 28 |
|
| 29 |
## Limitations
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## License
|
| 34 |
|
|
|
|
| 5 |
- HuggingFaceFW/fineweb-edu
|
| 6 |
- gair-prox/FineWeb-pro
|
| 7 |
license: apache-2.0
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
# MultivexAI/Plyx-15M
|
| 11 |
|
|
|
|
| 29 |
|
| 30 |
## Limitations
|
| 31 |
|
| 32 |
+
Due to its small parameter scale, training volume, and base architecture, Plyx-15M exhibits several significant limitations that users must consider before deployment or fine-tuning:
|
| 33 |
+
|
| 34 |
+
### 1. Capacity and Knowledge Retention
|
| 35 |
+
* **Limited Knowledge Storage:** At 15 million parameters, the model's capacity to store factual world knowledge is extremely constrained. It cannot reliably recall specific historical facts, niche technical details, or trivia.
|
| 36 |
+
* **High Propensity for Hallucination:** The model will frequently generate plausible-sounding but completely incorrect information, dates, names, and code structures.
|
| 37 |
+
* **Weak Reasoning and Logic:** Complex multi-step reasoning, mathematical calculations, logic puzzles, and symbolic manipulation are outside the capabilities of this model.
|
| 38 |
+
|
| 39 |
+
### 2. Base Model Behavior and Lack of Alignment
|
| 40 |
+
* **No Instruction Following:** This is a raw base model, not an instruct-tuned or chat-aligned model. It is designed for text completion. It will likely continue a prompt rather than answering a question, unless specifically fine-tuned (SFT/RLHF) first.
|
| 41 |
+
* **Lack of Safety Filters and Refusals:** The model has not undergone safety alignment. It does not have built-in refusal mechanisms for harmful, unethical, or dangerous queries, and it may generate biased or toxic content if prompted to do so.
|
| 42 |
+
|
| 43 |
+
### 3. Training Volume and Convergence
|
| 44 |
+
* **Training Volume and Saturation:** While 600 million tokens exceeds the classic compute-optimal ratio (which would be around 300 million tokens for a 15M parameter model), it is still a relatively small absolute dataset size compared to modern standards. As a result, the model may not have developed the highly robust linguistic representations seen in models trained on hundreds of billions of tokens.
|
| 45 |
+
* **Repetition and Loops:** The model may easily fall into repetitive generation loops or produce degenerate text, especially when generating longer sequences.
|
| 46 |
+
|
| 47 |
+
### 4. Domain and Language Constraints
|
| 48 |
+
* **English-Centricity:** The training datasets (`FineWeb` and `FinePDFs` variants) are predominantly English. The model's performance on non-English languages, translation tasks, or multilingual prompts is expected to be poor.
|
| 49 |
+
* **PDF Extraction Artifacts:** Because a portion of the dataset relies on `finepdfs`, the model may occasionally generate formatting artifacts, broken sentence structures, OCR errors, or unusual character spacings derived from PDF extraction patterns.
|
| 50 |
|
| 51 |
## License
|
| 52 |
|