Pankaj Mathur
commited on
Commit
•
8480677
1
Parent(s):
e849418
Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,13 @@ Big thanks to [@TheBloke](https://huggingface.co/TheBloke)
|
|
36 |
2) https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ
|
37 |
|
38 |
|
39 |
-
|
40 |
#### license disclaimer:
|
41 |
|
42 |
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.
|
43 |
|
|
|
|
|
44 |
## Evaluation
|
45 |
|
46 |
We evaluated orca_mini_v3_13b on a wide range of tasks using [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) from EleutherAI.
|
@@ -57,6 +59,8 @@ Here are the results on metrics used by [HuggingFaceH4 Open LLM Leaderboard](htt
|
|
57 |
|**Total Average**|-|**0.6329877193**||
|
58 |
|
59 |
|
|
|
|
|
60 |
## Example Usage
|
61 |
|
62 |
Here is the prompt format
|
@@ -98,6 +102,7 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
98 |
|
99 |
```
|
100 |
|
|
|
101 |
|
102 |
#### Limitations & Biases:
|
103 |
|
@@ -108,6 +113,7 @@ Despite diligent efforts in refining the pretraining data, there remains a possi
|
|
108 |
Exercise caution and cross-check information when necessary.
|
109 |
|
110 |
|
|
|
111 |
|
112 |
### Citiation:
|
113 |
|
|
|
36 |
2) https://huggingface.co/TheBloke/orca_mini_v3_13B-GPTQ
|
37 |
|
38 |
|
39 |
+
<br>
|
40 |
#### license disclaimer:
|
41 |
|
42 |
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.
|
43 |
|
44 |
+
<br>
|
45 |
+
|
46 |
## Evaluation
|
47 |
|
48 |
We evaluated orca_mini_v3_13b on a wide range of tasks using [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) from EleutherAI.
|
|
|
59 |
|**Total Average**|-|**0.6329877193**||
|
60 |
|
61 |
|
62 |
+
<br>
|
63 |
+
|
64 |
## Example Usage
|
65 |
|
66 |
Here is the prompt format
|
|
|
102 |
|
103 |
```
|
104 |
|
105 |
+
<br>
|
106 |
|
107 |
#### Limitations & Biases:
|
108 |
|
|
|
113 |
Exercise caution and cross-check information when necessary.
|
114 |
|
115 |
|
116 |
+
<br>
|
117 |
|
118 |
### Citiation:
|
119 |
|