commit from alex
Browse files- configuration_bert.py +0 -12
- model_best_from_s3.pth +3 -0
configuration_bert.py
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
from transformers import PretrainedConfig
|
2 |
-
from typing import List
|
3 |
-
|
4 |
-
|
5 |
-
class BertConfig(PretrainedConfig):
|
6 |
-
model_type="bert"
|
7 |
-
|
8 |
-
def __init__(
|
9 |
-
self,
|
10 |
-
**kwargs,
|
11 |
-
):
|
12 |
-
super().__init__(**kwargs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model_best_from_s3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6a9676e9cd82864caeaa2d1158689a510d02441211193135406695c36f9a42e
|
3 |
+
size 1433596859
|