Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text2text-generation
|
|
11 |
|
12 |
# FLFL フリフリ
|
13 |
|
|
|
|
|
14 |
```python
|
15 |
import torch
|
16 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
11 |
|
12 |
# FLFL フリフリ
|
13 |
|
14 |
+
Furigana (ruby) generation model.
|
15 |
+
|
16 |
```python
|
17 |
import torch
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|