https://github.com/hyouteki/hatespeakforge
https://github.com/hyouteki/hatespeakforge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyouteki/hatespeakforge
- Owner: hyouteki
- Created: 2024-04-25T15:07:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T13:21:29.000Z (about 1 year ago)
- Last Synced: 2025-02-13T06:01:43.626Z (3 months ago)
- Language: Python
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Models can be found at this [Drive link](https://drive.google.com/drive/folders/1QXg2TNjySCJMPGrZbI9mhwjWhqX8IaHe?usp=sharing)
### Model files
- [Bart](./bart.py)
- [GPT](./gpt.py)
- [Bert + GPT](./bert_gpt.py)
- [T5-small](./t5small.py)### Inference files
> Only for the two best models
- [GPT](./gpt_infer.py)
- [T5-small](./t5small_infer.py)