Janhq Jan v3.5 4B MLX 4bit | Sweet Tea StudioJanhq Jan v3.5 4B MLX 4bit
This model schnow265/janhq Jan-v3.5-4B-MLX-4bit was converted to MLX format from janhq/Jan-v3.5-4B using mlx-lm version 0.31.3 . Use with mlx
Verified source
Kindtext-generationBase modeljanhq/Jan-v3.5-4BVersionv82db087bd738e5eb72d91eb652d47a9a0bbe15a7Licenseapache-2.0Publisher@schnow265Cgrade Model source
- Kind
- text-generation
- Base model
- janhq/Jan-v3.5-4B
- Version
- v82db087bd738e5eb72d91eb652d47a9a0bbe15a7
- License
- apache-2.0
- Parameters
- 4B
- Tasks
- text-generation
- Source
- Hugging Face
--- license: apache-2.0 language: - en base_model: janhq/Jan-v3.5-4B pipeline_tag: text-generation library_name: mlx tags: - math - identity - mlx --- # schnow265/janhq_Jan-v3.5-4B-MLX-4bit This model [schnow265/janhq_Jan-v3.5-4B-MLX-4bit](https://huggingface.co/schnow265/janhq_Jan-v3.5-4B-MLX-4bit) was converted to MLX format from [janhq/Jan-v3.5-4B](https://huggingface.co/janhq/Jan-v3.5-4B) using mlx-lm version **0.31.3**. ## Use with mlx ```bash pip install mlx-lm ``` ```python from mlx_lm import load, generate model, tokenizer = load("schnow265/janhq_Jan-v3.5-4B-MLX-4bit") prompt = "hello" if tokenizer.chat_template is not None: messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True, return_dict=False, ) response = generate(model, tokenizer, prompt=prompt, verbose=True) ```
Sources & provenance
1 active source
Source evidence
3 excerpts
license: apache-2.0 language: en basemodel: janhq/Jan-v3.5-4B pipelinetag: text-generation libraryname: mlx tags: math identity mlx
This model schnow265/janhq Jan-v3.5-4B-MLX-4bit was converted to MLX format from janhq/Jan-v3.5-4B using mlx-lm version 0.31.3 . Use with mlx
schnow265/janhq_Jan-v3.5-4B-MLX-4bit