Pankaj Mathur
commited on
Commit
•
1218791
1
Parent(s):
53dbf71
Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,20 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# orca_mini_v3_13b
|
8 |
|
9 |
A Llama2-13b model trained on Orca Style datasets.
|
10 |
|
11 |
-
|
|
|
|
|
12 |
|
13 |
## Evaluation
|
14 |
|
@@ -26,6 +33,8 @@ Here are the results on metrics used by [HuggingFaceH4 Open LLM Leaderboard](htt
|
|
26 |
|**Total Average**|-|**0.6329877193**||
|
27 |
|
28 |
|
|
|
|
|
29 |
## Example Usage
|
30 |
|
31 |
Here is the prompt format
|
@@ -66,10 +75,6 @@ output = model.generate(**inputs, do_sample=True, top_p=0.95, top_k=0, max_new_t
|
|
66 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
67 |
|
68 |
```
|
69 |
-
#### Legal Disclaimer:
|
70 |
-
|
71 |
-
This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
|
72 |
-
|
73 |
|
74 |
|
75 |
#### Limitations & Biases:
|
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
5 |
+
license: other
|
6 |
+
datasets:
|
7 |
+
- psmathur/orca_mini_v1_dataset
|
8 |
+
- ehartford/dolphin
|
9 |
+
pipeline_tag: text-generation
|
10 |
---
|
11 |
|
12 |
# orca_mini_v3_13b
|
13 |
|
14 |
A Llama2-13b 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 |
|
|
|
33 |
|**Total Average**|-|**0.6329877193**||
|
34 |
|
35 |
|
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 |
## Example Usage
|
39 |
|
40 |
Here is the prompt format
|
|
|
75 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
76 |
|
77 |
```
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
#### Limitations & Biases:
|