Pankaj Mathur
commited on
Commit
•
53dbf71
1
Parent(s):
5690c65
Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,10 @@ 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 |
|
70 |
|
71 |
#### Limitations & Biases:
|
|
|
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:
|