hitsz-ids / synthetic-data-generator

SDG is a specialized framework designed to generate high-quality structured tabular data.
Apache License 2.0
3.27k stars 545 forks source link

Use glm4-9b #187

Closed zxfpro closed 4 months ago

zxfpro commented 4 months ago

Description

The backbone LLM is changed to glm4-9b.

Motivation and Context

The glm4-9b is recently released by bigmodel.cn. The glm4-9b is an open sourced LLM.

How has this been tested?

We edited sdg_example_glm4.ipynb notebook file and run it successfully in Python3.10. Our change doesn't affect other areas of the code.

Types of changes

Checklist:

MooooCat commented 4 months ago

Hi @zxfpro ,

Thank you for your PR, using GLM is great.

I will check and see if any modifications are needed before merging.

: )