Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
LittleCxwx
/
CER_SRLM
like
0
Safetensors
Model card
Files
Files and versions
xet
Community
main
CER_SRLM
/
LLaMA-Factory
/
src
/
llamafactory
/
chat
/
__init__.py
LittleCxwx
llama-factory & paraphrase-multilingual-MiniLM-L12-v2
cc886b8
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
110 Bytes
from
.base_engine
import
BaseEngine
from
.chat_model
import
ChatModel
__all__ = [
"BaseEngine"
,
"ChatModel"
]