Upload modified model with logging
Browse files
__pycache__/modeling_modified.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/modeling_modified.cpython-310.pyc and b/__pycache__/modeling_modified.cpython-310.pyc differ
|
|
|
config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "gelu",
|
| 6 |
"add_final_layer_norm": false,
|
| 7 |
"architectures": [
|
| 8 |
-
"
|
|
|
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"auto_map": {
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./modified_model",
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "gelu",
|
| 6 |
"add_final_layer_norm": false,
|
| 7 |
"architectures": [
|
| 8 |
+
"ModifiedAutoModelForSequenceClassificationWithHook",
|
| 9 |
+
"ModifiedAutoModelWithHook"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"auto_map": {
|