webrl
Collection
4 items • Updated
How to use Hahmdong/webrl-glm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="Hahmdong/webrl-glm", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Hahmdong/webrl-glm", trust_remote_code=True, dtype="auto")This model is a fine-tuned version of THUDM/glm-4-9b-chat on the web_policy_sft_with_system dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.8468 | 0.7505 | 50 | 0.2018 |
Base model
zai-org/glm-4-9b-chat