Hi all, I’m currently working on fine-tuning transformer models to process and predict patterns from IoT sensor data, specifically multivariate time-series streams. The IoT framework I’m using follows a typical setup. While researching general IoT architecture, I came across this helpful article https://www.theengineeringprojects.com/2023/06/top-iot-starter-kits-for-the-beginners-to-learn-programming.html which outlines the system-level design I’m implementing. Still, I need more guidance on applying transformer models for this specific use case.
Has anyone here worked with fine-tuning Hugging Face models on IoT sensor data before? Any tips for optimizing training with limited hardware would be appreciated.