taddeusb90
commited on
Commit
•
2f3a714
1
Parent(s):
70b6806
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Here is how to load and use the model in your Python projects:
|
|
51 |
```python
|
52 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
53 |
|
54 |
-
model_name = "taddeusb90/finbro-v0.1.0-llama-3-8B-instruct-131k"
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
56 |
|
57 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
@@ -86,9 +86,9 @@ and much more
|
|
86 |
Notice
|
87 |
--------
|
88 |
|
|
|
89 |
Please exercise caution and use it at your own risk. I assume no responsibility for any losses incurred if used.
|
90 |
|
91 |
-
|
92 |
Licensing
|
93 |
---------
|
94 |
|
@@ -103,12 +103,12 @@ If you use this model in your research, please cite it as follows:
|
|
103 |
|
104 |
```bibtex
|
105 |
@misc{
|
106 |
-
|
107 |
author = {Taddeus Buica},
|
108 |
-
title = {Fibro Llama 3 8B Model for Financial Analysis},
|
109 |
year = {2024},
|
110 |
journal = {Hugging Face repository},
|
111 |
-
howpublished = {\url{https://huggingface.co/taddeusb90/finbro-v0.1.0-llama-3-8B-instruct-131k}}
|
112 |
}
|
113 |
```
|
114 |
|
@@ -124,6 +124,8 @@ References
|
|
124 |
|
125 |
[[1](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)] Llama 3 Model Card by AI@Meta, Year: 2024
|
126 |
|
127 |
-
[[2](https://huggingface.co/
|
|
|
|
|
128 |
|
129 |
-
[[
|
|
|
51 |
```python
|
52 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
53 |
|
54 |
+
model_name = "taddeusb90/finbro-v0.1.0-dolphin-2.9-llama-3-8B-instruct-131k"
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
56 |
|
57 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
|
|
86 |
Notice
|
87 |
--------
|
88 |
|
89 |
+
You are advised to implement your own alignment layer and guard rails before exposing the model as a service or using it in production. It will be highly compliant with any requests, even unethical ones. Please read Eric Hartford's blog post about uncensored models. https://erichartford.com/uncensored-models You are responsible for any content you create using this model.
|
90 |
Please exercise caution and use it at your own risk. I assume no responsibility for any losses incurred if used.
|
91 |
|
|
|
92 |
Licensing
|
93 |
---------
|
94 |
|
|
|
103 |
|
104 |
```bibtex
|
105 |
@misc{
|
106 |
+
finbro-v0.1.0-dolphin-2.9-llama-3-8B-instruct-131k,
|
107 |
author = {Taddeus Buica},
|
108 |
+
title = {Fibro Dolphin 2.9 Llama 3 8B Model for Financial Analysis},
|
109 |
year = {2024},
|
110 |
journal = {Hugging Face repository},
|
111 |
+
howpublished = {\url{https://huggingface.co/taddeusb90/finbro-v0.1.0-dolphin-2.9-llama-3-8B-instruct-131k}}
|
112 |
}
|
113 |
```
|
114 |
|
|
|
124 |
|
125 |
[[1](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)] Llama 3 Model Card by AI@Meta, Year: 2024
|
126 |
|
127 |
+
[[2](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b)] Dolphin 2.9 by Cognitive Computations, Year 2024
|
128 |
+
|
129 |
+
[[3](https://huggingface.co/datasets/sujet-ai/Sujet-Finance-Instruct-177k)] Sujet Finance Dataset
|
130 |
|
131 |
+
[[4](https://huggingface.co/datasets/FinLang/investopedia-instruction-tuning-dataset)] Dataset Card for investopedia-instruction-tuning
|