appohfaiths
commited on
Upload DistilBertForQuestionAnswering
Browse files- README.md +3 -0
- config.json +2 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,2 +1,5 @@
|
|
|
|
|
|
|
|
1 |
#Testing local upload
|
2 |
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
#Testing local upload
|
5 |
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation": "relu",
|
3 |
"architectures": [
|
4 |
"DistilBertForQuestionAnswering"
|
@@ -17,6 +18,7 @@
|
|
17 |
"seq_classif_dropout": 0.2,
|
18 |
"sinusoidal_pos_embds": false,
|
19 |
"tie_weights_": true,
|
|
|
20 |
"transformers_version": "4.47.1",
|
21 |
"vocab_size": 30522
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert/distilbert-base-uncased",
|
3 |
"activation": "relu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
"transformers_version": "4.47.1",
|
23 |
"vocab_size": 30522
|
24 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff400350725866c809f3f5b2c77149278be0bf66ae656cb94d9da041b0331e7
|
3 |
+
size 265470032
|