Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# SVM Model
|
3 |
+
|
4 |
+
This repository contains a trained Support Vector Machine (SVM) model.
|
5 |
+
The model was trained for classification tasks.
|
6 |
+
|
7 |
+
## Model Information
|
8 |
+
- Type: SVM (Linear Kernel)
|
9 |
+
- Framework: scikit-learn
|
10 |
+
- File: model.pkl
|