Pankaj Mathur commited on
Commit
d5fe5f3
1 Parent(s): a1583d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -13,11 +13,20 @@ pipeline_tag: text-generation
13
 
14
  A LLama2-7b model trained on Orca Style datasets.
15
 
 
 
 
 
 
 
 
 
 
16
  #### legal disclaimer:
17
 
18
  This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
19
 
20
- ## Evaluation
21
 
22
  We evaluated orca_mini_v3_7b on a wide range of tasks using [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) from EleutherAI.
23
 
@@ -36,7 +45,7 @@ Here are the results on metrics used by [HuggingFaceH4 Open LLM Leaderboard](htt
36
  **P.S. I am actively seeking sponsorship and partnership opportunities. If you're interested, please connect with me at www.linkedin.com/in/pankajam.**
37
 
38
 
39
- ## Example Usage
40
 
41
  Here is prompt format
42
 
@@ -78,7 +87,7 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
78
  ```
79
 
80
 
81
- #### Limitations & Biases:
82
 
83
  While this model aims for accuracy, it can occasionally produce inaccurate or misleading results.
84
 
@@ -88,7 +97,7 @@ Exercise caution and cross-check information when necessary.
88
 
89
 
90
 
91
- ### Citiation:
92
 
93
  Please kindly cite using the following BibTeX:
94
 
 
13
 
14
  A LLama2-7b model trained on Orca Style datasets.
15
 
16
+ ### quantized versions
17
+
18
+ Big thanks to [@TheBloke](https://huggingface.co/TheBloke)
19
+
20
+ 1) https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML
21
+
22
+ 2) https://huggingface.co/TheBloke/orca_mini_v3_7B-GPTQ
23
+
24
+
25
  #### legal disclaimer:
26
 
27
  This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
28
 
29
+ ## evaluation
30
 
31
  We evaluated orca_mini_v3_7b on a wide range of tasks using [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) from EleutherAI.
32
 
 
45
  **P.S. I am actively seeking sponsorship and partnership opportunities. If you're interested, please connect with me at www.linkedin.com/in/pankajam.**
46
 
47
 
48
+ ## example esage
49
 
50
  Here is prompt format
51
 
 
87
  ```
88
 
89
 
90
+ #### limitations & biases:
91
 
92
  While this model aims for accuracy, it can occasionally produce inaccurate or misleading results.
93
 
 
97
 
98
 
99
 
100
+ ### citiation:
101
 
102
  Please kindly cite using the following BibTeX:
103