caisarl76 commited on
Commit
0996ed7
1 Parent(s): 9abe6f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -1
README.md CHANGED
@@ -1,5 +1,79 @@
1
  ---
 
2
  license: llama2
 
 
 
 
 
 
3
  datasets:
4
  - mlabonne/guanaco-llama2-1k
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pipeline_tag: text-generation
3
  license: llama2
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ tags:
8
+ - MindsAndCompany
9
+ - llama-2
10
  datasets:
11
  - mlabonne/guanaco-llama2-1k
12
+ ---
13
+
14
+ ## Model Details
15
+
16
+ * **Developed by**: [Minds And Company](https://mnc.ai/)
17
+ * **Backbone Model**: [Mistral-7B-OpenOrca](Open-Orca/Mistral-7B-OpenOrca)
18
+ * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
19
+
20
+
21
+ ## Dataset Details
22
+
23
+ ### Used Datasets
24
+ - Alpaca-style dataset
25
+
26
+ ### Prompt Template
27
+ - Llama Prompt Template
28
+
29
+
30
+ ## Limitations & Biases:
31
+
32
+ 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.
33
+
34
+ Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
35
+
36
+ ## License Disclaimer:
37
+ 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.
38
+
39
+ ## Contact Us
40
+
41
+ - [Minds And Company](https://mnc.ai/)
42
+
43
+ ## Citiation:
44
+
45
+ Please kindly cite using the following BibTeX:
46
+
47
+ ```bibtex
48
+
49
+ @software{lian2023mistralorca1
50
+ title = {MistralOrca: Mistral-7B Model Instruct-tuned on Filtered OpenOrcaV1 GPT-4 Dataset},
51
+ author = {Wing Lian and Bleys Goodson and Guan Wang and Eugene Pentland and Austin Cook and Chanvichet Vong and "Teknium"},
52
+ year = {2023},
53
+ publisher = {HuggingFace},
54
+ journal = {HuggingFace repository},
55
+ howpublished = {\url{https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca},
56
+ }
57
+
58
+ @misc{mukherjee2023orca,
59
+ title={Orca: Progressive Learning from Complex Explanation Traces of GPT-4},
60
+ author={Subhabrata Mukherjee and Arindam Mitra and Ganesh Jawahar and Sahaj Agarwal and Hamid Palangi and Ahmed Awadallah},
61
+ year={2023},
62
+ eprint={2306.02707},
63
+ archivePrefix={arXiv},
64
+ primaryClass={cs.CL}
65
+ }
66
+ ```
67
+
68
+ ```
69
+ @misc{Orca-best,
70
+ title = {Orca-best: A filtered version of orca gpt4 dataset.},
71
+ author = {Shahul Es},
72
+ year = {2023},
73
+ publisher = {HuggingFace},
74
+ journal = {HuggingFace repository},
75
+ howpublished = {\url{https://huggingface.co/datasets/shahules786/orca-best/},
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)