Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
北词你好 committed Feb 19, 2025
1 parent 65d7908 commit 4c4d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Inspired by the API designs of established frameworks, we developed a unified AP


## Demo
This is a demo showing how to use the KPGNN model for event detection. The code below demonstrates loading the Event2012 dataset, initializing and training a KPGNN model with 3 epochs and batch size of 2048, and evaluating its performance. For more details about KPGNN, see [the original paper](https://dl.acm.org/doi/abs/10.1145/3442381.3449834).
This is a demo showing how to use the KPGNN model for event detection. For quick demonstration purposes, we set epochs=3 and batch_size=2048 to speed up training. The code below demonstrates loading the Event2012 dataset, initializing and training a KPGNN model, and evaluating its performance.

<img src="docs/demo.gif">

Expand Down

0 comments on commit 4c4d956

Please sign in to comment.