Add YAML frontmatter (license, tags, base_model, pipeline_tag)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Gemma 26B WebGPU — Thinking-Layer Identity Engine
|
| 2 |
|
| 3 |
**First-ever browser-native identity injection for LLMs via thinking-channel prefill.**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: wllama
|
| 4 |
+
tags:
|
| 5 |
+
- gemma
|
| 6 |
+
- webgpu
|
| 7 |
+
- thinking-channel
|
| 8 |
+
- identity-injection
|
| 9 |
+
- browser-inference
|
| 10 |
+
- strix-halo
|
| 11 |
+
- amd
|
| 12 |
+
- unified-memory
|
| 13 |
+
base_model: google/gemma-3-27b-it
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# Gemma 26B WebGPU — Thinking-Layer Identity Engine
|
| 18 |
|
| 19 |
**First-ever browser-native identity injection for LLMs via thinking-channel prefill.**
|