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
Evals?
#3
by athrael-soju - opened
There's currently no evals, or benchmarks for this model. I'd expect a bit more from Apple π
Ah, they did release this script- https://github.com/apple/ml-clara/blob/main/evaluation/evaluate.py
and this related data- https://github.com/apple/ml-clara/tree/main/evaluation/evaluation_data
Which look to match up with the reported datasets in Table 3 from the paper