Upload folder using huggingface_hub
Browse files- CustomBertModel.py +1 -1
- model.safetensors +1 -1
CustomBertModel.py
CHANGED
@@ -3,7 +3,7 @@ import torch.nn as nn
|
|
3 |
from RBFLayer import RBFLayer # Import your RBF implementation
|
4 |
import torch
|
5 |
|
6 |
-
class CustomBertModel(
|
7 |
def __init__(self, config):
|
8 |
super().__init__(config)
|
9 |
|
|
|
3 |
from RBFLayer import RBFLayer # Import your RBF implementation
|
4 |
import torch
|
5 |
|
6 |
+
class CustomBertModel(AutoModel):
|
7 |
def __init__(self, config):
|
8 |
super().__init__(config)
|
9 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 212015704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb4a2d26ca5b8400009e886c555c1a517c0801156e83d09fd21692c4dc6d555c
|
3 |
size 212015704
|