stefan-insilico
commited on
Commit
•
b7fab40
1
Parent(s):
aa6eeef
Delete mapper.py
Browse files
mapper.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
import sys
|
2 |
-
from .mpt_7b.configuration_mpt import MPTConfig
|
3 |
-
from .mpt_7b.modeling_mpt import MPTForCausalLM
|
4 |
-
|
5 |
-
class MPTForCausalLM(MPTForCausalLM):
|
6 |
-
def __init__(self):
|
7 |
-
super().__init__()
|
8 |
-
|
9 |
-
class MPTConfig(MPTConfig):
|
10 |
-
def __init__(self):
|
11 |
-
super().__init__()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|