Instructions to use apple/CLaRa-7B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/CLaRa-7B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/CLaRa-7B-Instruct", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +26,7 @@ It supports instruction-following QA directly from compressed document represent
|
|
| 26 |
|
| 27 |
Paper: [CLaRa: Bridging Retrieval and Generation with Continuous Latent Reasoning](https://arxiv.org/abs/2511.18659)
|
| 28 |
GitHub: https://github.com/apple/ml-clara
|
|
|
|
| 29 |
Video (from @Fahd Mirza): https://youtu.be/al2VoAKn8GU?si=Q8bq7QNMaTvcArwa
|
| 30 |
|
| 31 |
|
|
|
|
| 26 |
|
| 27 |
Paper: [CLaRa: Bridging Retrieval and Generation with Continuous Latent Reasoning](https://arxiv.org/abs/2511.18659)
|
| 28 |
GitHub: https://github.com/apple/ml-clara
|
| 29 |
+
|
| 30 |
Video (from @Fahd Mirza): https://youtu.be/al2VoAKn8GU?si=Q8bq7QNMaTvcArwa
|
| 31 |
|
| 32 |
|