Go to file
2024-09-16 17:34:13 +08:00
dataset/public update: readme 2024-09-16 17:34:13 +08:00
intention-classify init 2024-09-01 22:17:04 +08:00
translate add: dataset 2024-09-16 17:29:12 +08:00
translate-old/zh-en ref: use argos-translate instead 2024-09-07 23:02:50 +08:00
.gitignore add: dataset 2024-09-16 17:29:12 +08:00
LICENSE init 2024-09-01 22:17:04 +08:00
README.md update: readme 2024-09-16 17:34:13 +08:00

sparkastML

This repository houses the machine learning components for the sparkast project.

The primary objective of this project is to enhance the search functionality of sparkast, allowing users to receive real-time answers as they type their queries.

Intention Classification

The model located in the /intention-classify directory is designed to categorize user queries into predefined classes.

We utilize a Convolutional Neural Network (CNN) architecture in conjunction with an Energy-based Model for open-set recognition.

This model is optimized to be lightweight, ensuring it can run on a wide range of devices, including within the browser environment.

For a detailed explanation of how it works, you can refer to this blog post.

Dataset

To support the development of Libre Intelligence, we have made a series of datasets publicly available. You can access them here.