Update README.md
Browse files
README.md
CHANGED
@@ -5,26 +5,22 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: chatbot
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an
|
16 |
|
17 |
-
## Model description
|
18 |
-
|
19 |
-
More information needed
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
## Training and evaluation data
|
26 |
-
|
27 |
-
More information needed
|
28 |
|
29 |
## Training procedure
|
30 |
|
@@ -40,9 +36,12 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_warmup_steps: 500
|
41 |
- num_epochs: 2
|
42 |
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.26.1
|
46 |
- Pytorch 1.13.1+cu116
|
47 |
- Datasets 2.10.1
|
48 |
-
- Tokenizers 0.13.2
|
|
|
5 |
model-index:
|
6 |
- name: chatbot
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- Anthropic/hh-rlhf
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# Chatbot
|
17 |
|
18 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an Anthropic's HH-RLHF dataset.
|
19 |
|
|
|
|
|
|
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
+
This model is designed for research purposes only. I highly suggest not to use this in production.
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Training procedure
|
26 |
|
|
|
36 |
- lr_scheduler_warmup_steps: 500
|
37 |
- num_epochs: 2
|
38 |
|
39 |
+
### Tensorboard
|
40 |
+
You can view data about this model in [this](https://tensorboard.dev/experiment/lgu6VRXXR1C9lndVzbl3Ng]) tensorboard.
|
41 |
+
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.26.1
|
45 |
- Pytorch 1.13.1+cu116
|
46 |
- Datasets 2.10.1
|
47 |
+
- Tokenizers 0.13.2
|