MostafaAhmed98
commited on
Commit
•
c146832
1
Parent(s):
6d54684
Upload BertForTokenClassification
Browse files- config.json +2 -2
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
@@ -40,7 +40,7 @@
|
|
40 |
"pad_token_id": 0,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
"type_vocab_size": 2,
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 64000
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "model/",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
40 |
"pad_token_id": 0,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.41.2",
|
44 |
"type_vocab_size": 2,
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 64000
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bae434179b07b960537cf7e2604547b7a155f7bd9cca8891c895bcbbd2cf1742
|
3 |
+
size 538462044
|