Commit
·
a41b7e6
1
Parent(s):
6965577
Updated model
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MyHFModel"
|
| 4 |
+
],
|
| 5 |
+
"final_dropout": 0.55,
|
| 6 |
+
"model_type": "mymodel",
|
| 7 |
+
"torch_dtype": "float32",
|
| 8 |
+
"transformers_version": "4.27.3"
|
| 9 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ccc1be56f261744602007b3fd636d488b5aa305829a9c9115b7831d13213169
|
| 3 |
+
size 265491109
|