Instructions to use Lie24/FuLinNa_GLM4-9B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lie24/FuLinNa_GLM4-9B-Chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Lie24/FuLinNa_GLM4-9B-Chat", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lie24/FuLinNa_GLM4-9B-Chat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 15.0, | |
| "total_flos": 3.057064373701837e+17, | |
| "train_loss": 0.8023447536286854, | |
| "train_runtime": 2633.5405, | |
| "train_samples": 1783, | |
| "train_samples_per_second": 10.156, | |
| "train_steps_per_second": 0.319 | |
| } |