r0ymanesco
commited on
Push model using huggingface_hub.
Browse files- config.json +8 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "BERTModelPytorch",
|
3 |
+
"hidden_size": 200,
|
4 |
+
"intermediate_size": 1024,
|
5 |
+
"num_attention_heads": 10,
|
6 |
+
"num_hidden_layers": 4,
|
7 |
+
"n_classes": 4
|
8 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:278175c407d52c5a8e0a2ad272d8b2e1d8bcda8938541f00453ebf84d34ae410
|
3 |
+
size 9166832
|