Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
```python
|
| 13 |
import torch
|
| 14 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# FLFL フリフリ
|
| 13 |
+
|
| 14 |
```python
|
| 15 |
import torch
|
| 16 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|