mindi-dev commited on
Commit
ec226d5
·
verified ·
1 Parent(s): 4479215

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,9 +53,9 @@ It powers the [`experience`](https://github.com/mindi-dev/experience) memory eng
53
  ## Usage
54
  **Ollama** (MLX engine, Apple Silicon):
55
  ```sh
56
- ollama run hf.co/<your-hf-namespace>/experience-extractor-350m-v1-mlx-4bit
57
  ```
58
- **mlx-lm**: `mlx_lm.generate --model <your-hf-namespace>/experience-extractor-350m-v1-mlx-4bit --prompt "<transcript>"`
59
 
60
  For the recall numbers above, drive it **windowed** (5-msg sliding window + union + dedup) —
61
  e.g. via the experience crate's `EXPERIENCE_EXTRACTION_WINDOW=5`. A single whole-transcript
@@ -63,7 +63,7 @@ pass under free decoding scores lower.
63
 
64
 
65
  ## Other formats
66
- - GGUF (llama.cpp / Ollama / crate): [`<your-hf-namespace>/experience-extractor-350m-v1-GGUF`](https://huggingface.co/<your-hf-namespace>/experience-extractor-350m-v1-GGUF)
67
 
68
  ## Training
69
 
 
53
  ## Usage
54
  **Ollama** (MLX engine, Apple Silicon):
55
  ```sh
56
+ ollama run hf.co/mindi-dev/experience-extractor-350m-v1-mlx-4bit
57
  ```
58
+ **mlx-lm**: `mlx_lm.generate --model mindi-dev/experience-extractor-350m-v1-mlx-4bit --prompt "<transcript>"`
59
 
60
  For the recall numbers above, drive it **windowed** (5-msg sliding window + union + dedup) —
61
  e.g. via the experience crate's `EXPERIENCE_EXTRACTION_WINDOW=5`. A single whole-transcript
 
63
 
64
 
65
  ## Other formats
66
+ - GGUF (llama.cpp / Ollama / crate): [`mindi-dev/experience-extractor-350m-v1-GGUF`](https://huggingface.co/mindi-dev/experience-extractor-350m-v1-GGUF)
67
 
68
  ## Training
69