Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
-
license:
|
4 |
language:
|
5 |
- en
|
6 |
- ko
|
7 |
library_name: transformers
|
8 |
tags:
|
9 |
- MindsAndCompany
|
10 |
-
-
|
11 |
---
|
12 |
|
13 |
## Model Details
|
@@ -26,54 +26,10 @@ tags:
|
|
26 |
### Prompt Template
|
27 |
- Llama Prompt Template
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
## Limitations & Biases:
|
32 |
-
|
33 |
-
Llama2 and fine-tuned variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 2 and any fine-tuned varient's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
|
34 |
-
|
35 |
-
Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
|
36 |
-
|
37 |
-
## License Disclaimer:
|
38 |
-
This model is bound by the license & usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
|
39 |
-
|
40 |
## Contact Us
|
41 |
|
42 |
- [Minds And Company](https://mnc.ai/)
|
43 |
|
44 |
-
## Citiation:
|
45 |
-
|
46 |
-
Please kindly cite using the following BibTeX:
|
47 |
-
|
48 |
-
```bibtex
|
49 |
-
@article{platypus2023,
|
50 |
-
title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
|
51 |
-
author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
|
52 |
-
booktitle={arXiv preprint arxiv:2308.07317},
|
53 |
-
year={2023}
|
54 |
-
}
|
55 |
-
```
|
56 |
-
```
|
57 |
-
@misc{mukherjee2023orca,
|
58 |
-
title={Orca: Progressive Learning from Complex Explanation Traces of GPT-4},
|
59 |
-
author={Subhabrata Mukherjee and Arindam Mitra and Ganesh Jawahar and Sahaj Agarwal and Hamid Palangi and Ahmed Awadallah},
|
60 |
-
year={2023},
|
61 |
-
eprint={2306.02707},
|
62 |
-
archivePrefix={arXiv},
|
63 |
-
primaryClass={cs.CL}
|
64 |
-
}
|
65 |
-
```
|
66 |
-
|
67 |
-
```
|
68 |
-
@misc{Orca-best,
|
69 |
-
title = {Orca-best: A filtered version of orca gpt4 dataset.},
|
70 |
-
author = {Shahul Es},
|
71 |
-
year = {2023},
|
72 |
-
publisher = {HuggingFace},
|
73 |
-
journal = {HuggingFace repository},
|
74 |
-
howpublished = {\url{https://huggingface.co/datasets/shahules786/orca-best/},
|
75 |
-
}
|
76 |
-
```
|
77 |
|
78 |
|
79 |
> Readme format: [Riiid/sheep-duck-llama-2-70b-v1.1](https://huggingface.co/Riiid/sheep-duck-llama-2-70b-v1.1)
|
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
+
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
- ko
|
7 |
library_name: transformers
|
8 |
tags:
|
9 |
- MindsAndCompany
|
10 |
+
- mistralai
|
11 |
---
|
12 |
|
13 |
## Model Details
|
|
|
26 |
### Prompt Template
|
27 |
- Llama Prompt Template
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Contact Us
|
30 |
|
31 |
- [Minds And Company](https://mnc.ai/)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
> Readme format: [Riiid/sheep-duck-llama-2-70b-v1.1](https://huggingface.co/Riiid/sheep-duck-llama-2-70b-v1.1)
|