oo_viper_oo@alien.topBtoMachine Learning@academy.garden•Macbook Pro M3 for LLMs and Pytorch? [D]English
1·
1 year agoLlama 2 and it’s derivatives seem to run just fine on Apple Silicon: https://github.com/ggerganov/llama.cpp
Llama 2 and it’s derivatives seem to run just fine on Apple Silicon: https://github.com/ggerganov/llama.cpp
Well, you could calculate distance of all product names or descriptions using some textdistance metric, e.g., rapidfuzz, and then apply clustering on that distance matrix. Resulting clusters would correspond to the products. If you had product images, you could do with some image distance metric.