Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -59,4 +65,4 @@ clean_output = output_text.split("### Response:")[1].strip()
|
|
59 |
|
60 |
print(clean_output)
|
61 |
|
62 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- llama
|
7 |
+
- InstructGPT
|
8 |
+
- hf,
|
9 |
---
|
10 |
|
11 |
|
|
|
65 |
|
66 |
print(clean_output)
|
67 |
|
68 |
+
```
|