Chryslerx10
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -44,17 +44,17 @@ The model is intended for generating informative answers to general questions. I
|
|
44 |
|
45 |
## Limitations and Biases
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
|
51 |
|
52 |
## Acknowledgements
|
53 |
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
44 |
|
45 |
## Limitations and Biases
|
46 |
|
47 |
+
Knowledge Cutoff: The model's knowledge is limited to the data it was trained on. It may not have information on events or developments that occurred after the dataset was created.
|
48 |
+
Accuracy: While the model strives to provide accurate answers, it may occasionally produce incorrect or nonsensical responses. Always verify critical information from reliable sources.
|
49 |
+
Biases: The model may inherit biases present in the training data. Users should be cautious and critically evaluate the model's outputs, especially in sensitive contexts.
|
50 |
|
51 |
|
52 |
## Acknowledgements
|
53 |
|
54 |
+
Base Model: <a href="https://huggingface.co/meta-llama/Llama-3.2-1B">Meta AI's Llama-3.2-1B </a>
|
55 |
+
Dataset: <a href="https://huggingface.co/datasets/bergr7f/databricks-dolly-15k-subset-general_qa">Databricks Dolly 15k Subset for General QA</a>
|
56 |
+
Libraries Used:
|
57 |
+
Transformers
|
58 |
+
PEFT
|
59 |
+
TRL
|
60 |
+
BitsAndBytes
|