Boris Dayma
commited on
Commit
•
124e012
1
Parent(s):
5086ebb
Update README.md
Browse files
README.md
CHANGED
@@ -48,9 +48,7 @@ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb
|
|
48 |
|
49 |
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1lh3uc7o/artifacts) is logged and versioned.
|
50 |
|
51 |
-
##
|
52 |
-
|
53 |
-
### How to use
|
54 |
|
55 |
You can use this model directly with a pipeline for text generation:
|
56 |
|
@@ -62,7 +60,7 @@ generator("My dream is", num_return_sequences=5)
|
|
62 |
```
|
63 |
|
64 |
|
65 |
-
|
66 |
|
67 |
The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias).
|
68 |
|
|
|
48 |
|
49 |
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1lh3uc7o/artifacts) is logged and versioned.
|
50 |
|
51 |
+
## How to use
|
|
|
|
|
52 |
|
53 |
You can use this model directly with a pipeline for text generation:
|
54 |
|
|
|
60 |
```
|
61 |
|
62 |
|
63 |
+
## Limitations and bias
|
64 |
|
65 |
The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias).
|
66 |
|