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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -2,12 +2,21 @@
2
  language:
3
  - en
4
  library_name: transformers
 
 
 
 
 
5
  ---
6
 
7
  # orca_mini_v3_7b
8
 
9
  A LLama2-7b model trained on Orca Style datasets.
10
 
 
 
 
 
11
  ## Evaluation
12
 
13
  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.
@@ -68,11 +77,6 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
68
 
69
  ```
70
 
71
- #### Legal Disclaimer:
72
-
73
- This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
74
-
75
-
76
 
77
  #### Limitations & Biases:
78
 
 
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_7b
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.
 
77
 
78
  ```
79
 
 
 
 
 
 
80
 
81
  #### Limitations & Biases:
82