Commit
·
1579add
1
Parent(s):
c68fc2e
End of training
Browse files- config.json +4 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"architectures": [
|
3 |
"TimesheetEstimator"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"encoder_model_name": "bert-base-multilingual-cased",
|
6 |
"hidden_size": 768,
|
7 |
"id2label": {
|
|
|
2 |
"architectures": [
|
3 |
"TimesheetEstimator"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "index.TimesheetEstimatorConfig",
|
7 |
+
"AutoModel": "index.TimesheetEstimator"
|
8 |
+
},
|
9 |
"encoder_model_name": "bert-base-multilingual-cased",
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 713857157
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d5f0487a4a40f6eac52e612c617152ed4ada7c154f75e8a2bd90f33ed055eb8
|
3 |
size 713857157
|