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
zxl commited on
Upload all_results.json with huggingface_hub
Browse files- all_results.json +9 -0
all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 15.0,
|
| 3 |
+
"total_flos": 3.057064373701837e+17,
|
| 4 |
+
"train_loss": 0.8023447536286854,
|
| 5 |
+
"train_runtime": 2633.5405,
|
| 6 |
+
"train_samples": 1783,
|
| 7 |
+
"train_samples_per_second": 10.156,
|
| 8 |
+
"train_steps_per_second": 0.319
|
| 9 |
+
}
|