Stewart Whiting commited on
Commit
a6b2092
1 Parent(s): 97db8bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ _An LLM fine-tuned on the British Commons Parliamentary Hansard to simulate the
13
 
14
  I wanted to see whether we can teach an LLM to do the job of elected British Members of Parliament (MPs) and debate any issue like they do in the House of Commons.
15
 
16
- GovernmentGPT is an LLM fine-tuned with a LoRA adapter. The git repo contains all the code and data necessary to build the datasets, perform fine-tuning and do inference: https://github.com/stewhsource/GovernmentGPT/
17
 
18
  If you're looking to see an interesting end-to-end example of an LLM fine-tuning pipeline on real-world data, then look no further!
19
 
 
13
 
14
  I wanted to see whether we can teach an LLM to do the job of elected British Members of Parliament (MPs) and debate any issue like they do in the House of Commons.
15
 
16
+ GovernmentGPT is an LLM fine-tuned with a LoRA adapter. This git repo contains all the code and data necessary to build the datasets, perform fine-tuning and do inference: https://github.com/stewhsource/GovernmentGPT/
17
 
18
  If you're looking to see an interesting end-to-end example of an LLM fine-tuning pipeline on real-world data, then look no further!
19