cognitivess
commited on
Commit
•
88d11e2
1
Parent(s):
accd666
Update cognitivess_model/modeling_cognitivess.py
Browse files
cognitivess_model/modeling_cognitivess.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from transformers import LlamaForCausalLM
|
|
|
2 |
|
3 |
class CognitivessForCausalLM(LlamaForCausalLM):
|
4 |
config_class = CognitivessConfig
|
|
|
1 |
from transformers import LlamaForCausalLM
|
2 |
+
from .configuration_cognitivess import CognitivessConfig
|
3 |
|
4 |
class CognitivessForCausalLM(LlamaForCausalLM):
|
5 |
config_class = CognitivessConfig
|