davidryalpug commited on
Commit
806af31
·
verified ·
1 Parent(s): 89c909a

card: copy pass, plain sentences

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -22,9 +22,9 @@ tags:
22
  # Playa Angel
23
 
24
  **The app these models power is open source:**
25
- [github.com/simbi-community-dev/playapal](https://github.com/simbi-community-dev/playapal)
26
- an offline, on-device Burning Man guide (v0.5.0 released, signed APK on the
27
- [releases page](https://github.com/simbi-community-dev/playapal/releases)).
28
  Website: [playapal.lol](https://playapal.lol).
29
 
30
  Playa Angel is a family of local language models adapted for **Playa Pal**, an offline Black Rock City companion. Playa Pal supplies current events, guide passages, and camper-created packs through on-device search tools; the model is the conversational and tool-use layer, not the source of record for current field facts.
@@ -79,8 +79,8 @@ This is only a model-load smoke test. Do not treat a standalone answer as curren
79
  ## Training and provenance
80
 
81
  `angel-v44g-e4b-q4_0.gguf` (v4.4g) is a supervised fine-tune derived from
82
- [`google/gemma-4-E4B-it-qat-q4_0-unquantized`](https://huggingface.co/google/gemma-4-E4B-it-qat-q4_0-unquantized)
83
- the quantization-aware-trained variant, so the shipped Q4_0 matches the
84
  base's intended precision.
85
 
86
  `angel-smart-q4_0.gguf` and `angel-light-q3_k_m.gguf` are quantizations of one supervised fine-tune derived from [`LiquidAI/LFM2.5-2.6B`](https://huggingface.co/LiquidAI/LFM2.5-2.6B). Every file was adapted for Playa Pal's conversational style, structured tool-use contract, and grounded-answer behavior. No reinforcement-learning phase was applied to this release.
 
22
  # Playa Angel
23
 
24
  **The app these models power is open source:**
25
+ [github.com/simbi-community-dev/playapal](https://github.com/simbi-community-dev/playapal),
26
+ an offline, on-device Burning Man guide. Signed APKs live on the
27
+ [releases page](https://github.com/simbi-community-dev/playapal/releases).
28
  Website: [playapal.lol](https://playapal.lol).
29
 
30
  Playa Angel is a family of local language models adapted for **Playa Pal**, an offline Black Rock City companion. Playa Pal supplies current events, guide passages, and camper-created packs through on-device search tools; the model is the conversational and tool-use layer, not the source of record for current field facts.
 
79
  ## Training and provenance
80
 
81
  `angel-v44g-e4b-q4_0.gguf` (v4.4g) is a supervised fine-tune derived from
82
+ [`google/gemma-4-E4B-it-qat-q4_0-unquantized`](https://huggingface.co/google/gemma-4-E4B-it-qat-q4_0-unquantized),
83
+ the quantization-aware-trained variant, so the shipped Q4_0 matches the
84
  base's intended precision.
85
 
86
  `angel-smart-q4_0.gguf` and `angel-light-q3_k_m.gguf` are quantizations of one supervised fine-tune derived from [`LiquidAI/LFM2.5-2.6B`](https://huggingface.co/LiquidAI/LFM2.5-2.6B). Every file was adapted for Playa Pal's conversational style, structured tool-use contract, and grounded-answer behavior. No reinforcement-learning phase was applied to this release.