diff --git a/README.md b/README.md index 211201a..06cff16 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,25 @@ # AI models for identifying trigger events in disinformation analysis Final Dissertation Submission Repository - Experiments with created dataset -## Links -Project Description: [https://github.com/WillJeynes/LLMsForDisinformationAnalysis/](https://github.com/WillJeynes/LLMsForDisinformationAnalysis/) +This is a sister repository, for project background see [this link](https://git.host.jeynes.uk/jill/LLMsForDisinformationAnalysis) -Get the dataset: [https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset](https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset) - # This Repository: ## Finetuned Model Tinetuning a LLM to better predict possible disinformation claims arising from world event -Kind of the opposite of dataset +![demo example](literature/predex.png) Stats available [here](/finemodel/) -Final LoRa version available here: [https://huggingface.co/WillJeynes/LLMsForDisinformationPrediction](https://huggingface.co/WillJeynes/LLMsForDisinformationPrediction) +Final LoRa version available [on HuggingFace](https://huggingface.co/WillJeynes/LLMsForDisinformationPrediction) ## Graph Viz A way to visualise the connections between claims and trigger events -Visible here: [https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/](https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/) +![demo example](literature/vizex.png) + +[View Online Demo](https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/) ## Repository Structure ``` diff --git a/literature/predex.png b/literature/predex.png new file mode 100644 index 0000000..907f3d0 Binary files /dev/null and b/literature/predex.png differ diff --git a/literature/vizex.png b/literature/vizex.png new file mode 100644 index 0000000..22a952c Binary files /dev/null and b/literature/vizex.png differ