Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
```python
|
4 |
!pip install -q bitsandbytes datasets accelerate loralib
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- geov
|
6 |
+
---
|
7 |
+
|
8 |
+
Prompt Format:
|
9 |
+
```
|
10 |
+
[instruction]
|
11 |
+
[optional input]
|
12 |
+
|
13 |
+
[response will start after two newlines]
|
14 |
+
```
|
15 |
|
16 |
```python
|
17 |
!pip install -q bitsandbytes datasets accelerate loralib
|