How to use the model?
#10
by
Fertel
- opened
Could you explain how to use your model?
From the Quick Start guide, it seems that if I run the model with this prompt, I should get a single number, 3.75. However, after running the code, I obtained a multidimensional tensor with the shape torch.Size([1, 363, 8192]).
How can I get a single number instead?