Text Generation
Adapters
Safetensors
Transformers
mistral
text-generation-inference
unsloth
trl
chemistry
biology
legal
art
music
finance
code
medical
Merge
climate
chain-of-thought
tree-of-knowledge
forest-of-thoughts
visual-spacial-sketchpad
alpha-mind
knowledge-graph
entity-detection
encyclopedia
wikipedia
stack-exchange
Reddit
Cyber-series
MegaMind
Cybertron
SpydazWeb
Spydaz
LCARS
star-trek
mega-transformers
Mulit-Mega-Merge
Multi-Lingual
Afro-Centric
African-Model
Ancient-One
conversational
Instructions to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive", set_active=True) - Transformers
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive") model = AutoModelForCausalLM.from_pretrained("LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive
- SGLang
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive 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 "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive" \ --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": "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive", "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 "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive" \ --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": "LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Unsloth Studio new
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive", max_seq_length=2048, ) - Docker Model Runner
How to use LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive with Docker Model Runner:
docker model run hf.co/LeroyDyer/_Spydaz_Web_LCARS_AdvancedHuman_Archive
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,21 +3,109 @@ base_model:
|
|
| 3 |
- LeroyDyer/_Spydaz_Web_LCARS_AdvancedHumanAI
|
| 4 |
- LeroyDyer/_Spydaz_Web_AGI_DeepThinker_LCARS_
|
| 5 |
- LeroyDyer/_Spydaz_Web_ONTOLOGY_OFFICER_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
-
- text-generation-inference
|
| 8 |
-
- transformers
|
| 9 |
-
- unsloth
|
| 10 |
-
- mistral
|
| 11 |
-
-
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
license: apache-2.0
|
| 16 |
language:
|
| 17 |
-
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
datasets:
|
| 19 |
-
-
|
| 20 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
pipeline_tag: text-generation
|
| 22 |
library_name: adapter-transformers
|
| 23 |
---
|
|
|
|
| 3 |
- LeroyDyer/_Spydaz_Web_LCARS_AdvancedHumanAI
|
| 4 |
- LeroyDyer/_Spydaz_Web_AGI_DeepThinker_LCARS_
|
| 5 |
- LeroyDyer/_Spydaz_Web_ONTOLOGY_OFFICER_
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- bertscore
|
| 9 |
+
- bleu
|
| 10 |
+
- brier_score
|
| 11 |
+
- cer
|
| 12 |
+
- character
|
| 13 |
+
- charcut_mt
|
| 14 |
+
- chrf
|
| 15 |
+
- code_eval
|
| 16 |
tags:
|
| 17 |
+
- text-generation-inference
|
| 18 |
+
- transformers
|
| 19 |
+
- unsloth
|
| 20 |
+
- mistral
|
| 21 |
+
- trl
|
| 22 |
+
- chemistry
|
| 23 |
+
- biology
|
| 24 |
+
- legal
|
| 25 |
+
- art
|
| 26 |
+
- music
|
| 27 |
+
- finance
|
| 28 |
+
- code
|
| 29 |
+
- medical
|
| 30 |
+
- merge
|
| 31 |
+
- climate
|
| 32 |
+
- chain-of-thought
|
| 33 |
+
- tree-of-knowledge
|
| 34 |
+
- forest-of-thoughts
|
| 35 |
+
- visual-spacial-sketchpad
|
| 36 |
+
- alpha-mind
|
| 37 |
+
- knowledge-graph
|
| 38 |
+
- entity-detection
|
| 39 |
+
- encyclopedia
|
| 40 |
+
- wikipedia
|
| 41 |
+
- stack-exchange
|
| 42 |
+
- Reddit
|
| 43 |
+
- Cyber-series
|
| 44 |
+
- MegaMind
|
| 45 |
+
- Cybertron
|
| 46 |
+
- SpydazWeb
|
| 47 |
+
- Spydaz
|
| 48 |
+
- LCARS
|
| 49 |
+
- star-trek
|
| 50 |
+
- mega-transformers
|
| 51 |
+
- Mulit-Mega-Merge
|
| 52 |
+
- Multi-Lingual
|
| 53 |
+
- Afro-Centric
|
| 54 |
+
- African-Model
|
| 55 |
+
- Ancient-One
|
| 56 |
license: apache-2.0
|
| 57 |
language:
|
| 58 |
+
- en
|
| 59 |
+
- sw
|
| 60 |
+
- ig
|
| 61 |
+
- so
|
| 62 |
+
- es
|
| 63 |
+
- ca
|
| 64 |
datasets:
|
| 65 |
+
- gretelai/synthetic_text_to_sql
|
| 66 |
+
- HuggingFaceTB/cosmopedia
|
| 67 |
+
- teknium/OpenHermes-2.5
|
| 68 |
+
- Open-Orca/SlimOrca
|
| 69 |
+
- Open-Orca/OpenOrca
|
| 70 |
+
- cognitivecomputations/dolphin-coder
|
| 71 |
+
- databricks/databricks-dolly-15k
|
| 72 |
+
- yahma/alpaca-cleaned
|
| 73 |
+
- uonlp/CulturaX
|
| 74 |
+
- mwitiderrick/SwahiliPlatypus
|
| 75 |
+
- swahili
|
| 76 |
+
- Rogendo/English-Swahili-Sentence-Pairs
|
| 77 |
+
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
| 78 |
+
- meta-math/MetaMathQA
|
| 79 |
+
- abacusai/ARC_DPO_FewShot
|
| 80 |
+
- abacusai/MetaMath_DPO_FewShot
|
| 81 |
+
- abacusai/HellaSwag_DPO_FewShot
|
| 82 |
+
- HaltiaAI/Her-The-Movie-Samantha-and-Theodore-Dataset
|
| 83 |
+
- HuggingFaceFW/fineweb
|
| 84 |
+
- occiglot/occiglot-fineweb-v0.5
|
| 85 |
+
- omi-health/medical-dialogue-to-soap-summary
|
| 86 |
+
- keivalya/MedQuad-MedicalQnADataset
|
| 87 |
+
- ruslanmv/ai-medical-dataset
|
| 88 |
+
- Shekswess/medical_llama3_instruct_dataset_short
|
| 89 |
+
- ShenRuililin/MedicalQnA
|
| 90 |
+
- virattt/financial-qa-10K
|
| 91 |
+
- PatronusAI/financebench
|
| 92 |
+
- takala/financial_phrasebank
|
| 93 |
+
- Replete-AI/code_bagel
|
| 94 |
+
- athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
|
| 95 |
+
- IlyaGusev/gpt_roleplay_realm
|
| 96 |
+
- rickRossie/bluemoon_roleplay_chat_data_300k_messages
|
| 97 |
+
- jtatman/hypnosis_dataset
|
| 98 |
+
- Hypersniper/philosophy_dialogue
|
| 99 |
+
- Locutusque/function-calling-chatml
|
| 100 |
+
- bible-nlp/biblenlp-corpus
|
| 101 |
+
- DatadudeDev/Bible
|
| 102 |
+
- Helsinki-NLP/bible_para
|
| 103 |
+
- HausaNLP/AfriSenti-Twitter
|
| 104 |
+
- aixsatoshi/Chat-with-cosmopedia
|
| 105 |
+
- HuggingFaceTB/cosmopedia-100k
|
| 106 |
+
- HuggingFaceFW/fineweb-edu
|
| 107 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
| 108 |
+
- heliosbrahma/mental_health_chatbot_dataset
|
| 109 |
pipeline_tag: text-generation
|
| 110 |
library_name: adapter-transformers
|
| 111 |
---
|