Text Generation
Transformers
Safetensors
Chinese
English
ynet31
custom_code
ymodel
ymodel31
conversational
Instructions to use SnifferCaptain/ymodel3.1-200m-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SnifferCaptain/ymodel3.1-200m-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="SnifferCaptain/ymodel3.1-200m-pt", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("SnifferCaptain/ymodel3.1-200m-pt", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use SnifferCaptain/ymodel3.1-200m-pt with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "SnifferCaptain/ymodel3.1-200m-pt" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "SnifferCaptain/ymodel3.1-200m-pt", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/SnifferCaptain/ymodel3.1-200m-pt
- SGLang
How to use SnifferCaptain/ymodel3.1-200m-pt 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 "SnifferCaptain/ymodel3.1-200m-pt" \ --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": "SnifferCaptain/ymodel3.1-200m-pt", "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 "SnifferCaptain/ymodel3.1-200m-pt" \ --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": "SnifferCaptain/ymodel3.1-200m-pt", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use SnifferCaptain/ymodel3.1-200m-pt with Docker Model Runner:
docker model run hf.co/SnifferCaptain/ymodel3.1-200m-pt
| { | |
| "return_dict": true, | |
| "output_hidden_states": false, | |
| "torchscript": false, | |
| "dtype": "bfloat16", | |
| "_output_attentions": false, | |
| "pruned_heads": {}, | |
| "tie_word_embeddings": true, | |
| "chunk_size_feed_forward": 0, | |
| "is_encoder_decoder": false, | |
| "is_decoder": false, | |
| "cross_attention_hidden_size": null, | |
| "add_cross_attention": false, | |
| "tie_encoder_decoder": false, | |
| "architectures": [ | |
| "YForCausalLM31" | |
| ], | |
| "finetuning_task": null, | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1" | |
| }, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1 | |
| }, | |
| "task_specific_params": null, | |
| "problem_type": null, | |
| "tokenizer_class": null, | |
| "prefix": null, | |
| "bos_token_id": 151644, | |
| "pad_token_id": 151643, | |
| "eos_token_id": 151645, | |
| "sep_token_id": null, | |
| "decoder_start_token_id": null, | |
| "max_length": 20, | |
| "min_length": 0, | |
| "do_sample": false, | |
| "early_stopping": false, | |
| "num_beams": 1, | |
| "temperature": 1.0, | |
| "top_k": 50, | |
| "top_p": 1.0, | |
| "typical_p": 1.0, | |
| "repetition_penalty": 1.0, | |
| "length_penalty": 1.0, | |
| "no_repeat_ngram_size": 0, | |
| "encoder_no_repeat_ngram_size": 0, | |
| "bad_words_ids": null, | |
| "num_return_sequences": 1, | |
| "output_scores": false, | |
| "return_dict_in_generate": false, | |
| "forced_bos_token_id": null, | |
| "forced_eos_token_id": null, | |
| "remove_invalid_values": false, | |
| "exponential_decay_length_penalty": null, | |
| "suppress_tokens": null, | |
| "begin_suppress_tokens": null, | |
| "num_beam_groups": 1, | |
| "diversity_penalty": 0.0, | |
| "_name_or_path": "", | |
| "_commit_hash": null, | |
| "_attn_implementation_internal": "eager", | |
| "transformers_version": null, | |
| "tf_legacy_loss": false, | |
| "use_bfloat16": false, | |
| "dropout": 0.0, | |
| "hidden_act": "silu", | |
| "hidden_size": 768, | |
| "num_hidden_layers": 12, | |
| "max_position_embeddings": 8192, | |
| "vocab_size": 6400, | |
| "rms_norm_eps": 1e-06, | |
| "rope_theta": 50000.0, | |
| "rope_scaling": null, | |
| "self_distill": true, | |
| "intermediate_size": 2048, | |
| "num_heads": 8, | |
| "mla_kv_lora_rank": 256, | |
| "mla_qk_nope_head_dim": 128, | |
| "mla_qk_rope_head_dim": 64, | |
| "mla_attn_impl": "absorb", | |
| "qkv_lora": false, | |
| "gradient_checkpointing": 0, | |
| "use_sengram": true, | |
| "sengram_bucket_size": 8192, | |
| "sengram_topk": 8, | |
| "engram_bucket_size": 4096, | |
| "engram_topk": 2, | |
| "model_type": "ynet31", | |
| "auto_map": { | |
| "AutoConfig": "configuration_ymodel31.YConfig31", | |
| "AutoModelForCausalLM": "modeling_ymodel31.YForCausalLM31" | |
| } | |
| } |