Commit
·
de9f40c
1
Parent(s):
b49baf5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GPT-NYC
|
| 2 |
|
| 3 |
## About
|
| 4 |
|
| 5 |
GPT2-Medium fine-tuned on questions and responses from https://reddit.com/r/asknyc
|
| 6 |
|
|
|
|
|
|
|
| 7 |
I filtered comments to ones with scores >= 3, and responding directly
|
| 8 |
to the original post ( = ignoring responses to other commenters).
|
| 9 |
|
|
@@ -45,4 +58,4 @@ Scroll to end of
|
|
| 45 |
|
| 46 |
https://colab.research.google.com/drive/1FnXcAh4H-k8dAzixkV5ieygV96ePh3lR
|
| 47 |
|
| 48 |
-
to see how to install git-lfs and trick ecco into loading this.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- monsoon-nlp/asknyc-chatassistant-format
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- nyc
|
| 10 |
+
- reddit
|
| 11 |
+
---
|
| 12 |
# GPT-NYC
|
| 13 |
|
| 14 |
## About
|
| 15 |
|
| 16 |
GPT2-Medium fine-tuned on questions and responses from https://reddit.com/r/asknyc
|
| 17 |
|
| 18 |
+
**2023 Update: try a larger model: [monsoon-nlp/nyc-savvy-llama2-7b](https://huggingface.co/monsoon-nlp/nyc-savvy-llama2-7b)**
|
| 19 |
+
|
| 20 |
I filtered comments to ones with scores >= 3, and responding directly
|
| 21 |
to the original post ( = ignoring responses to other commenters).
|
| 22 |
|
|
|
|
| 58 |
|
| 59 |
https://colab.research.google.com/drive/1FnXcAh4H-k8dAzixkV5ieygV96ePh3lR
|
| 60 |
|
| 61 |
+
to see how to install git-lfs and trick ecco into loading this.
|