Feature Extraction
MLX
English
hrr
vsa
holographic-reduced-representations
tokenizer
morphemes
compositional
Instructions to use thebasedcapital/morph-hrr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use thebasedcapital/morph-hrr with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir morph-hrr thebasedcapital/morph-hrr
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
add model-card metadata (license/library/tags)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# morph-hrr
|
| 2 |
|
| 3 |
A **compositional morpheme tokenizer built on Holographic Reduced Representations (HRR)**, for Apple MLX.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: mlx
|
| 4 |
+
tags:
|
| 5 |
+
- hrr
|
| 6 |
+
- vsa
|
| 7 |
+
- holographic-reduced-representations
|
| 8 |
+
- tokenizer
|
| 9 |
+
- morphemes
|
| 10 |
+
- mlx
|
| 11 |
+
- compositional
|
| 12 |
+
language: en
|
| 13 |
+
pipeline_tag: feature-extraction
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# morph-hrr
|
| 17 |
|
| 18 |
A **compositional morpheme tokenizer built on Holographic Reduced Representations (HRR)**, for Apple MLX.
|