Instructions to use tassadar667/ChatGLM6B-Legal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tassadar667/ChatGLM6B-Legal with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tassadar667/ChatGLM6B-Legal", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
请问大佬用的是CAIL2018数据集吗?
#1
by tongsx - opened
想问下这个微调后在CAIL2018数据集上预测表现的怎么样(如F1值),感谢!
(不是大佬doge
我们是用的这个数据集,但是主要做的是某些法条的判决预测和推理
(不是大佬doge
我们是用的这个数据集,但是主要做的是某些法条的判决预测和推理
好的好的,感谢回复!