Text Generation
Transformers
PyTorch
Safetensors
llama
text-generation-inference
Inference Endpoints
heegyu commited on
Commit
681a204
β€’
1 Parent(s): b426991

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ datasets:
4
+ - squarelike/sharegpt_deepl_ko_translation
5
+ - heegyu/glaive-function-calling-v2-ko-mt
6
+ ---
7
+
8
+ - [maywell/Synatra-Yi-Ko-6B](https://huggingface.co/maywell/Synatra-Yi-Ko-6B) λͺ¨λΈμ— LoRA둜 λ²ˆμ—­ 데이터λ₯Ό ν•™μŠ΅ ν›„ κ°€μ€‘μΉ˜λ₯Ό λ³‘ν•©ν•œ λͺ¨λΈ
9
+
10
+ ## ν”„λ‘¬ν”„νŠΈ 및 생성 μ˜ˆμ‹œ
11
+ ````
12
+ <|im_start|>system
13
+ μ‚¬μš©μžκ°€ μž…λ ₯ν•œ λ§ˆν¬λ‹€μš΄ μ˜μ–΄ λŒ€ν™”λ₯Ό ν•œκ΅­μ–΄λ‘œ λ²ˆμ—­ν•˜μ„Έμš”. ν”„λ‘œκ·Έλž¨ μ½”λ“œλŠ” λ²ˆμ—­ν•˜λ©΄ μ•ˆλ©λ‹ˆλ‹€. <|im_end|>
14
+ <|im_start|>user
15
+ ### User:
16
+ Can you write a python Hello World example?
17
+
18
+ ### Assistant:
19
+ Certainly! Here's a simple "Hello, World!" example in Python:
20
+
21
+ ```python
22
+ print("Hello, World!")
23
+ ```
24
+
25
+ To run this code, you can follow these steps:
26
+
27
+ 1. Open a text editor or integrated development environment (IDE) on your computer.
28
+ 2. Type the code above into a new file.
29
+ 3. Save the file with a ".py" extension, for example, "hello.py".
30
+ 4. Open your command prompt or terminal.
31
+ 5. Navigate to the directory where you saved the "hello.py" file.
32
+ 6. Run the Python script by entering the following command:
33
+
34
+ ```bash
35
+ python hello.py
36
+ ```
37
+
38
+ You should see the output "Hello, World!" displayed in the terminal. This is a basic example to get you started with Python programming.
39
+ <|im_start|>assistant
40
+ ### User:
41
+ ````
42
+ 생성 κ²°κ³Ό
43
+ ````
44
+ 파이썬 Hello World 예제λ₯Ό μž‘μ„±ν•΄ μ£Όμ„Έμš”?
45
+
46
+ ### Assistant:
47
+ 물둠이죠! μ—¬κΈ° 파이썬의 κ°„λ‹¨ν•œ "Hello, World!" μ˜ˆμ œκ°€ μžˆμŠ΅λ‹ˆλ‹€:
48
+
49
+ ```python
50
+ print("Hello, World!")
51
+ ```
52
+
53
+ 이 μ½”λ“œλ₯Ό μ‹€ν–‰ν•˜λ €λ©΄ λ‹€μŒ 단계λ₯Ό λ”°λ₯΄μ„Έμš”:
54
+
55
+ 1. μ»΄ν“¨ν„°μ—μ„œ ν…μŠ€νŠΈ νŽΈμ§‘κΈ° λ˜λŠ” 톡합 개발 ν™˜κ²½(IDE)을 μ—½λ‹ˆλ‹€.
56
+ 2. μœ„μ˜ μ½”λ“œλ₯Ό μƒˆ νŒŒμΌμ— μž…λ ₯ν•©λ‹ˆλ‹€.
57
+ 3. 예λ₯Ό λ“€μ–΄ "hello.py"인 파일 이름 끝에 ".py" ν™•μž₯자λ₯Ό μ§€μ •ν•˜μ—¬ νŒŒμΌμ„ μ €μž₯ν•©λ‹ˆλ‹€.
58
+ 4. λͺ…λ Ή ν”„λ‘¬ν”„νŠΈ λ˜λŠ” 터미널을 μ—½λ‹ˆλ‹€.
59
+ 5. "hello.py" 파일이 μ €μž₯된 디렉토리 마우슀 였λ₯Έμͺ½ 상단 λͺ¨μ„œλ¦¬λ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
60
+ 6. λ‹€μŒ λͺ…령을 μž…λ ₯ν•˜μ—¬ Python 슀크립트λ₯Ό μ‹€ν–‰ν•©λ‹ˆλ‹€:
61
+
62
+ ```bash
63
+ python hello.py
64
+ ```
65
+
66
+ 터미널에 "Hello, World!"λΌλŠ” 좜λ ₯이 ν‘œμ‹œλ©λ‹ˆλ‹€. 이것은 파이썬 ν”„λ‘œκ·Έλž˜λ°μ„ μ‹œμž‘ν•˜λŠ” 데 도움이 λ˜λŠ” 기본적인 μ˜ˆμ œμž…λ‹ˆλ‹€.<|endoftext|>
67
+ ````