Update README.md
Browse files
README.md
CHANGED
|
@@ -21,9 +21,6 @@ It achieves the following results on the evaluation set:
|
|
| 21 |
|
| 22 |
This model generates hash tag from input text.
|
| 23 |
|
| 24 |
-
## Intended uses & limitations
|
| 25 |
-
|
| 26 |
-
|
| 27 |
|
| 28 |
## Training and evaluation data
|
| 29 |
|
|
@@ -66,6 +63,8 @@ The following hyperparameters were used during training:
|
|
| 66 |
### How to Get Started with the Model
|
| 67 |
Use the code below to get started with the model.
|
| 68 |
|
|
|
|
|
|
|
| 69 |
```
|
| 70 |
from transformers import PreTrainedTokenizerFast, BartForConditionalGeneration
|
| 71 |
model_name = "jjae/kobart-hashtag"
|
|
|
|
| 21 |
|
| 22 |
This model generates hash tag from input text.
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Training and evaluation data
|
| 26 |
|
|
|
|
| 63 |
### How to Get Started with the Model
|
| 64 |
Use the code below to get started with the model.
|
| 65 |
|
| 66 |
+
You can adjust hyperparameters to fit on your data.
|
| 67 |
+
|
| 68 |
```
|
| 69 |
from transformers import PreTrainedTokenizerFast, BartForConditionalGeneration
|
| 70 |
model_name = "jjae/kobart-hashtag"
|