Upload folder using huggingface_hub
Browse files- README.md +3 -0
- config.json +9 -0
- model.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Simple PyTorch Tabular Classifier (TorchScript)
|
| 2 |
+
|
| 3 |
+
3-class classification.
|
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SimplePyTorchTabularClassifier"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "torchscript",
|
| 6 |
+
"framework": "pytorch",
|
| 7 |
+
"input_dim": 10,
|
| 8 |
+
"num_labels": 3
|
| 9 |
+
}
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d072a81483f606afee91b3721f0764cfc5ed8a41bb3b62ea59baac451363eb
|
| 3 |
+
size 20281
|