Upload folder using huggingface_hub
Browse files- config.json +18 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Classification_model"
|
| 4 |
+
],
|
| 5 |
+
"device": "cuda",
|
| 6 |
+
"dropout_prob": 0.1,
|
| 7 |
+
"embed_dim": 128,
|
| 8 |
+
"ff_dim": 512,
|
| 9 |
+
"max_length": 128,
|
| 10 |
+
"model_type": "transformer",
|
| 11 |
+
"num_classess": 6,
|
| 12 |
+
"num_heads": 8,
|
| 13 |
+
"num_layers": 10,
|
| 14 |
+
"pre_normalization": true,
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.49.0",
|
| 17 |
+
"vocab_size": 30522
|
| 18 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03b663414c751dd6083a510038c2ea9e1d9b1b1ea7c83426ec72a72026fe9ab6
|
| 3 |
+
size 23777552
|