Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# Student Learning Style Identification Model
|
2 |
|
3 |
This repository contains a model designed to identify the learning styles of students based on various input features. The model is built to assist in personalizing educational experiences by classifying learning styles according to the Felder-Silverman Learning Style Model (FSLSM).
|
@@ -22,4 +25,4 @@ The model is trained to identify the learning styles of students, which can help
|
|
22 |
To use this model, make sure you have Python 3.x installed along with the necessary dependencies.
|
23 |
|
24 |
```bash
|
25 |
-
pip install transformers torch scikit-learn
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: table-question-answering
|
3 |
+
---
|
4 |
# Student Learning Style Identification Model
|
5 |
|
6 |
This repository contains a model designed to identify the learning styles of students based on various input features. The model is built to assist in personalizing educational experiences by classifying learning styles according to the Felder-Silverman Learning Style Model (FSLSM).
|
|
|
25 |
To use this model, make sure you have Python 3.x installed along with the necessary dependencies.
|
26 |
|
27 |
```bash
|
28 |
+
pip install transformers torch scikit-learn
|