Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,6 +38,11 @@ inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
|
|
| 38 |
outputs = model.generate(**inputs, max_length=200, temperature=0.7)
|
| 39 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 40 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## ๋ผ์ด์ ์ค
|
| 43 |
|
|
|
|
| 38 |
outputs = model.generate(**inputs, max_length=200, temperature=0.7)
|
| 39 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 40 |
```
|
| 41 |
+
## ํ์ฉ ์์ #
|
| 42 |
+
|
| 43 |
+
- ์ํ ๋ฆฌ๋ทฐ ๊ฐ์ ๋ถ์
|
| 44 |
+
- ์ํ ๋ฆฌ๋ทฐ ๋ถ์
|
| 45 |
+
- SNS ๊ฐ์ ๋ชจ๋ํฐ๋ง
|
| 46 |
|
| 47 |
## ๋ผ์ด์ ์ค
|
| 48 |
|