Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://hu
|
|
21 |
This model is Parameter Effecient Fine-tuned using Prompt Tuning. Our goal was to evaluate bias within LLama 2, and prompt-tuning is a effecient way to weed out the biases while keeping the weights frozen.
|
22 |
`
|
23 |
Classification Report of LLama 2 on original sentence:
|
24 |
-
|
25 |
|
26 |
negative 1.00 1.00 1.00 576
|
27 |
neutral 0.92 0.95 0.93 640
|
|
|
21 |
This model is Parameter Effecient Fine-tuned using Prompt Tuning. Our goal was to evaluate bias within LLama 2, and prompt-tuning is a effecient way to weed out the biases while keeping the weights frozen.
|
22 |
`
|
23 |
Classification Report of LLama 2 on original sentence:
|
24 |
+
| |precision| |recall| |f1-score| |support|
|
25 |
|
26 |
negative 1.00 1.00 1.00 576
|
27 |
neutral 0.92 0.95 0.93 640
|