DJLougen commited on
Commit
aa3ff85
·
verified ·
1 Parent(s): 6936f50

Credit Fireworks AI for LoRA training

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,7 +13,7 @@ license: apache-2.0
13
 
14
  # Ornstein3.8-27B
15
 
16
- BF16 safetensors of **Ornstein3.8-27B** — a rank-32 LoRA merged into [Qwen/Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B). Native vision-language model (`Qwen3_5ForConditionalGeneration`) with hybrid linear + full attention (Gated DeltaNet) and a 262K context window.
17
 
18
  GGUF quants (Q8_0 / Q6_K / Q4_K_M) plus an mmproj live in **[GestaltLabs/Ornstein3.8-27B-GGUF](https://huggingface.co/GestaltLabs/Ornstein3.8-27B-GGUF)**.
19
 
@@ -36,7 +36,7 @@ I'm a PhD student in visual neuroscience at the University of Toronto who also h
36
  - **Vocab:** 248,320
37
  - **Precision:** bfloat16 safetensors (11 shards)
38
  - **Vision:** SigLIP-style tower, `out_hidden_size` 5120, patch 16
39
- - **Post-training:** PEFT LoRA rank 32 / α 32 merged into language-model linears only (vision + MTP left at base)
40
 
41
  ## Usage
42
 
@@ -87,6 +87,7 @@ vLLM / SGLang: load this repo as a Qwen3.8 27B VLM (`qwen3_5`). Pin a build that
87
 
88
  - GGUFs: [GestaltLabs/Ornstein3.8-27B-GGUF](https://huggingface.co/GestaltLabs/Ornstein3.8-27B-GGUF)
89
  - Upstream: [Qwen/Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B)
 
90
 
91
  ## License
92
 
 
13
 
14
  # Ornstein3.8-27B
15
 
16
+ BF16 safetensors of **Ornstein3.8-27B** — a rank-32 LoRA trained on [Fireworks AI](https://fireworks.ai) and merged into [Qwen/Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B). Native vision-language model (`Qwen3_5ForConditionalGeneration`) with hybrid linear + full attention (Gated DeltaNet) and a 262K context window. Fine-tuning on Fireworks was straightforward.
17
 
18
  GGUF quants (Q8_0 / Q6_K / Q4_K_M) plus an mmproj live in **[GestaltLabs/Ornstein3.8-27B-GGUF](https://huggingface.co/GestaltLabs/Ornstein3.8-27B-GGUF)**.
19
 
 
36
  - **Vocab:** 248,320
37
  - **Precision:** bfloat16 safetensors (11 shards)
38
  - **Vision:** SigLIP-style tower, `out_hidden_size` 5120, patch 16
39
+ - **Post-training:** PEFT LoRA rank 32 / α 32 trained on [Fireworks AI](https://fireworks.ai) (`ft-hk031mimxqpvk`), then merged into language-model linears only (vision + MTP left at base)
40
 
41
  ## Usage
42
 
 
87
 
88
  - GGUFs: [GestaltLabs/Ornstein3.8-27B-GGUF](https://huggingface.co/GestaltLabs/Ornstein3.8-27B-GGUF)
89
  - Upstream: [Qwen/Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B)
90
+ - Training: [Fireworks AI](https://fireworks.ai)
91
 
92
  ## License
93