dudududukim
commited on
Commit
•
0bea121
1
Parent(s):
43b30b0
config + bin
Browse files- config.json +8 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bert_model_name": "klue/bert-base",
|
3 |
+
"num_labels": 60,
|
4 |
+
"conv_in_channels": 3,
|
5 |
+
"conv_out_channels": 1,
|
6 |
+
"conv_kernel_size": 1,
|
7 |
+
"linear_in_features": 768
|
8 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f288eb62ff54e212af33ccc649f71ac5427e2f1d11bdae507530bfeeb0df07e
|
3 |
+
size 442734725
|