Add documentation updates
This commit is contained in:
@@ -2,14 +2,32 @@
|
||||
|
||||
Made using a dataset of 1000 labeled claims from MVP pipeline.
|
||||
|
||||
Roberta model trained on an augmented dataset with LLM generated adversarial examples for low frequency labels.
|
||||
# Roberta model
|
||||
|
||||
Flan model trained using raw labelled claims, inherrent natural language ability allows for pattern recognition without the need for fake data.
|
||||
Trained on an augmented dataset with LLM generated adversarial examples for low frequency labels.
|
||||
|
||||
Regression model trained using the roberta dataset.
|
||||

|
||||
|
||||
# Flan model
|
||||
|
||||
Trained using raw labelled claims, inherrent natural language ability allows for pattern recognition without the need for fake data.
|
||||
|
||||

|
||||
|
||||
# NN Model
|
||||
|
||||
Regression model trained like roberta.
|
||||
|
||||

|
||||
|
||||
|
||||
# Ensemble
|
||||
Used ensemble model in the final version, with the component models available on Hugging Face.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
| Model | % Correct | % Valid taken forward|Used in ensemble|Link
|
||||
|------------------------------------------------------------|-----------|----------------------|----------------|-
|
||||
| Original | 53.22 | 61.72 |
|
||||
|
||||
Reference in New Issue
Block a user