Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
conversational
dynamic
adaptive
text-generation-inference
Instructions to use ayjays132/PHILLNET-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayjays132/PHILLNET-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ayjays132/PHILLNET-1") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ayjays132/PHILLNET-1") model = AutoModelForCausalLM.from_pretrained("ayjays132/PHILLNET-1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use ayjays132/PHILLNET-1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ayjays132/PHILLNET-1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ayjays132/PHILLNET-1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ayjays132/PHILLNET-1
- SGLang
How to use ayjays132/PHILLNET-1 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 "ayjays132/PHILLNET-1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ayjays132/PHILLNET-1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "ayjays132/PHILLNET-1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ayjays132/PHILLNET-1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use ayjays132/PHILLNET-1 with Docker Model Runner:
docker model run hf.co/ayjays132/PHILLNET-1
Update README.md
Browse files
README.md
CHANGED
|
@@ -205,7 +205,7 @@ h1, h2, h3 {
|
|
| 205 |
<p>
|
| 206 |
The specialized MoE layer fuses memories, plans, and meaning to direct routing decisions with unparalleled context-awareness.
|
| 207 |
</p>
|
| 208 |
-
<img src="https://huggingface.co/ayjays132/PHILLNET-1/
|
| 209 |
</div>
|
| 210 |
</div>
|
| 211 |
|
|
@@ -220,7 +220,7 @@ h1, h2, h3 {
|
|
| 220 |
<li><strong>MoE Tailoring:</strong> Uses 16 experts with top-4 routing, supported by gating noise and load balancing losses.</li>
|
| 221 |
<li>Enhances token-level routing with abstract conceptual guidance.</li>
|
| 222 |
</ul>
|
| 223 |
-
<img src="https://huggingface.co/ayjays132/
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
|
|
@@ -236,7 +236,7 @@ h1, h2, h3 {
|
|
| 236 |
<li>Mechanisms such as fitness scoring, habitat specialization, memory-based adaptation, and ecosystem dynamics drive continuous neuroevolution.</li>
|
| 237 |
<li>The network reshapes its neuron topology based on complexity metrics and performance trends – effectively rewriting its own body as it learns.</li>
|
| 238 |
</ul>
|
| 239 |
-
<img src="https://huggingface.co/ayjays132/
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
|
|
@@ -311,7 +311,7 @@ h1, h2, h3 {
|
|
| 311 |
<div class="section">
|
| 312 |
<h2 class="section-title">🔗 Seamless Integration with Hugging Face</h2>
|
| 313 |
<div class="section-content">
|
| 314 |
-
<img src="https://huggingface.co/ayjays132/
|
| 315 |
<p>
|
| 316 |
Load PhillNet 1 easily with the following script:
|
| 317 |
</p>
|
|
@@ -351,14 +351,14 @@ print("Generated Response:", generated_response)
|
|
| 351 |
<p>
|
| 352 |
Welcome to a new era of AI—where every parameter evolves, every neuron thinks, and every token is a step toward true general intelligence.
|
| 353 |
</p>
|
| 354 |
-
<img src="https://huggingface.co/ayjays132/
|
| 355 |
</div>
|
| 356 |
</div>
|
| 357 |
|
| 358 |
<div class="section">
|
| 359 |
<h2 class="section-title">📜 Usage and License</h2>
|
| 360 |
<div class="section-content">
|
| 361 |
-
<img src="https://huggingface.co/ayjays132/
|
| 362 |
<p>
|
| 363 |
If you use PhillNet 1, please provide credit to the original author, Phillip Holland, and review the LICENSE.md for usage guidelines. Your acknowledgement fosters ethical and responsible AI development.
|
| 364 |
</p>
|
|
|
|
| 205 |
<p>
|
| 206 |
The specialized MoE layer fuses memories, plans, and meaning to direct routing decisions with unparalleled context-awareness.
|
| 207 |
</p>
|
| 208 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/Model_Overview.png?download=true" alt="Model Overview" style="width:100%; border-radius: 15px;">
|
| 209 |
</div>
|
| 210 |
</div>
|
| 211 |
|
|
|
|
| 220 |
<li><strong>MoE Tailoring:</strong> Uses 16 experts with top-4 routing, supported by gating noise and load balancing losses.</li>
|
| 221 |
<li>Enhances token-level routing with abstract conceptual guidance.</li>
|
| 222 |
</ul>
|
| 223 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/Integration.png?download=true" alt="Concept Integration" style="width:100%; border-radius: 15px;">
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
|
|
|
|
| 236 |
<li>Mechanisms such as fitness scoring, habitat specialization, memory-based adaptation, and ecosystem dynamics drive continuous neuroevolution.</li>
|
| 237 |
<li>The network reshapes its neuron topology based on complexity metrics and performance trends – effectively rewriting its own body as it learns.</li>
|
| 238 |
</ul>
|
| 239 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/Hyperameters.png?download=true" alt="Hyperparameters Overview" style="width:100%; border-radius: 15px;">
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
|
|
|
|
| 311 |
<div class="section">
|
| 312 |
<h2 class="section-title">🔗 Seamless Integration with Hugging Face</h2>
|
| 313 |
<div class="section-content">
|
| 314 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/Phillnet.png?download=true" alt="PhillNet 1 Model" style="width:100%; border-radius: 15px;">
|
| 315 |
<p>
|
| 316 |
Load PhillNet 1 easily with the following script:
|
| 317 |
</p>
|
|
|
|
| 351 |
<p>
|
| 352 |
Welcome to a new era of AI—where every parameter evolves, every neuron thinks, and every token is a step toward true general intelligence.
|
| 353 |
</p>
|
| 354 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/Integration.png?download=true" alt="Integration Overview" style="width:100%; border-radius: 15px;">
|
| 355 |
</div>
|
| 356 |
</div>
|
| 357 |
|
| 358 |
<div class="section">
|
| 359 |
<h2 class="section-title">📜 Usage and License</h2>
|
| 360 |
<div class="section-content">
|
| 361 |
+
<img src="https://huggingface.co/ayjays132/PHILLNET-1/resolve/main/Images/usage.png?download=true" alt="Usage Example" style="width:100%; border-radius: 15px;">
|
| 362 |
<p>
|
| 363 |
If you use PhillNet 1, please provide credit to the original author, Phillip Holland, and review the LICENSE.md for usage guidelines. Your acknowledgement fosters ethical and responsible AI development.
|
| 364 |
</p>
|