Bulk commit: Fix config auto_map subfolder cross-referencing keys
Browse files- chck_100M/config.json +2 -2
- chck_100M/pytorch_model.bin +1 -1
- chck_10M/config.json +2 -2
- chck_10M/pytorch_model.bin +1 -1
- chck_1M/config.json +2 -2
- chck_1M/pytorch_model.bin +1 -1
- chck_20M/config.json +2 -2
- chck_20M/pytorch_model.bin +1 -1
- chck_2M/config.json +2 -2
- chck_2M/pytorch_model.bin +1 -1
- chck_30M/config.json +2 -2
- chck_30M/pytorch_model.bin +1 -1
- chck_3M/config.json +2 -2
- chck_3M/pytorch_model.bin +1 -1
- chck_40M/config.json +2 -2
- chck_40M/pytorch_model.bin +1 -1
- chck_4M/config.json +2 -2
- chck_4M/pytorch_model.bin +1 -1
- chck_50M/config.json +2 -2
- chck_50M/pytorch_model.bin +1 -1
- chck_5M/config.json +2 -2
- chck_5M/pytorch_model.bin +1 -1
- chck_60M/config.json +2 -2
- chck_60M/pytorch_model.bin +1 -1
- chck_6M/config.json +2 -2
- chck_6M/pytorch_model.bin +1 -1
- chck_70M/config.json +2 -2
- chck_70M/pytorch_model.bin +1 -1
- chck_7M/config.json +2 -2
- chck_7M/pytorch_model.bin +1 -1
- chck_80M/config.json +2 -2
- chck_80M/pytorch_model.bin +1 -1
- chck_8M/config.json +2 -2
- chck_8M/pytorch_model.bin +1 -1
- chck_90M/config.json +2 -2
- chck_90M/pytorch_model.bin +1 -1
- chck_9M/config.json +2 -2
- chck_9M/pytorch_model.bin +1 -1
- main/config.json +2 -2
- main/pytorch_model.bin +1 -1
chck_100M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_100M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_100M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_100M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_10M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_10M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_10M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_10M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_1M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_1M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_1M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_1M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_20M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_20M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_20M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_20M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_2M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_2M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_2M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_2M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_30M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_30M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_30M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_30M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_3M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_3M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_3M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_3M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_40M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_40M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_40M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_40M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_4M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_4M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_4M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_4M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_50M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_50M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_50M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_50M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_5M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_5M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_5M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_5M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_60M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_60M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_60M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_60M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_6M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_6M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_6M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_6M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_70M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_70M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_70M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_70M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_7M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_7M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_7M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_7M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_80M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_80M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_80M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_80M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_8M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_8M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_8M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_8M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_90M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_90M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_90M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_90M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
chck_9M/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "chck_9M.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "chck_9M.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
chck_9M/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|
main/config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
-
"AutoConfig": "configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
-
"AutoModelForCausalLM": "modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 11 |
"num_blocks": 6,
|
| 12 |
"capacity_factor": 2.0,
|
| 13 |
"auto_map": {
|
| 14 |
+
"AutoConfig": "main.configuration_msit.MSITGPTBERTHFConfig",
|
| 15 |
+
"AutoModelForCausalLM": "main.modeling_msit.MSITGPTBERTModel"
|
| 16 |
}
|
| 17 |
}
|
main/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177906103
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2b6108270975e1c316613de5fa5eddb8444807997dfe6952758ce3837a153c
|
| 3 |
size 177906103
|