Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# RedPajama-INCITE-Chat-7B-v0.1
|
|
@@ -28,7 +32,7 @@ To prompt the chat model, use the following format:
|
|
| 28 |
|
| 29 |
## GPU Inference
|
| 30 |
|
| 31 |
-
This requires a GPU with
|
| 32 |
|
| 33 |
```python
|
| 34 |
import torch
|
|
@@ -61,7 +65,7 @@ Alan Mathison Turing (23 June 1912 7 June 1954) was an English computer scienti
|
|
| 61 |
|
| 62 |
## GPU Inference in Int8
|
| 63 |
|
| 64 |
-
This requires a GPU with
|
| 65 |
|
| 66 |
To run inference with int8, please ensure you have installed accelerate and bitandbytes. You can install them with the following command:
|
| 67 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
datasets:
|
| 6 |
+
- togethercomputer/RedPajama-Data-1T
|
| 7 |
+
- OpenAssistant/oasst1
|
| 8 |
+
- databricks/databricks-dolly-15k
|
| 9 |
---
|
| 10 |
|
| 11 |
# RedPajama-INCITE-Chat-7B-v0.1
|
|
|
|
| 32 |
|
| 33 |
## GPU Inference
|
| 34 |
|
| 35 |
+
This requires a GPU with 16GB memory.
|
| 36 |
|
| 37 |
```python
|
| 38 |
import torch
|
|
|
|
| 65 |
|
| 66 |
## GPU Inference in Int8
|
| 67 |
|
| 68 |
+
This requires a GPU with 12GB memory.
|
| 69 |
|
| 70 |
To run inference with int8, please ensure you have installed accelerate and bitandbytes. You can install them with the following command:
|
| 71 |
|