Edit model card

How to Get Started with the Model on Vespa

Component(
            id="berturk",
            type="hugging-face-embedder",
            parameters=[
                Parameter(
                    name="transformer-model",
                    args={
                        "url": "https://huggingface.co/aysanorhun/berturk-cased-32k-onnx/resolve/main/model.onnx?download=true"
                    },
                ),
                Parameter(
                    name="tokenizer-model",
                    args={
                        "url": "https://huggingface.co/aysanorhun/berturk-cased-32k-onnx/resolve/main/tokenizer.json?download=true"
                    },
                ),
            ],
        ),
Downloads last month
2
Inference API
Unable to determine this model’s pipeline type. Check the docs .