AGofficial commited on
Commit
9ea5292
·
verified ·
1 Parent(s): 5b2d94c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,17 +30,17 @@ python train_chatgclm.py
30
  ```
31
  This script will build the vocabulary and train the foundation model
32
 
33
- ### 2. Interactive Chat Interface
34
- Launch the Tkinter-based UI to interact with your model:
35
  ```bash
36
- python chat_interface.py
37
  ```
38
 
39
  ---
40
 
41
  ## Fine-tuning
42
 
43
- You may fine-tune the model by resuming training from a checkpoint, you may use a different dataset as long as the vocabulary is the same, you may also change parameters such as the learning rate, batch size, etc.
44
 
45
  <p align="center">
46
  Built with ❤️ by AG
 
30
  ```
31
  This script will build the vocabulary and train the foundation model
32
 
33
+ ### 2. Sample from the model
34
+ Run sample.py to generate text with the model
35
  ```bash
36
+ python sample.py
37
  ```
38
 
39
  ---
40
 
41
  ## Fine-tuning
42
 
43
+ You may fine-tune the model by resuming training from a checkpoint, you may use a different dataset, you may also change parameters such as the learning rate, batch size, etc.
44
 
45
  <p align="center">
46
  Built with ❤️ by AG