yabramuvdi
commited on
Commit
·
3702c3a
1
Parent(s):
4e9c575
add model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "../models/
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -25,5 +25,5 @@
|
|
25 |
"tie_weights_": true,
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.15.0",
|
28 |
-
"vocab_size":
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../models/final/",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
25 |
"tie_weights_": true,
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.15.0",
|
28 |
+
"vocab_size": 30523
|
29 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e377b886f741181d5c74552e4d2abc07b1330176a0078ff4a96b4b7788c30474
|
3 |
+
size 267861745
|