Sidharth Giri

Results 3 comments of Sidharth Giri

Hi, here is the response from the API: ``` [ { "created_at": 1738662696, "execution_count": 0, "inputs": { "attention_mask": "int64[1,-1]", "input_ids": "int64[1,-1]", "token_type_ids": "int64[1,-1]" }, "last_executed_at": 0, "model": "stella-v3", "option": {...

> Hello, [@sidharthg-couture](https://github.com/sidharthg-couture) Thank you for providing the information. :) > > According to the response from the Python code, the shape appears to be `(1024, -1)`. > > *...

To make the axes [1] as dynamic, I would have to use `'sentence_embedding': {1: 'sequence_length'}` right, ottherwise it would be ``` "outputs": { "sentence_embedding": "float32[-1,1024]" }, ``` This was the...