ktthkim hsjeung commited on
Commit
87809f3
โ€ข
1 Parent(s): 48106ea

Update README.md (#7)

Browse files

- Update README.md (2aed5ce107b2a5390ed92353184839cead61ec72)


Co-authored-by: JeungHongSeok <hsjeung@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -54,6 +54,18 @@ Tokenizer was trained with [google sentencepiece](https://github.com/google/sent
54
  ###Midm;
55
  ```
56
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ### Usage
58
 
59
  ```python
 
54
  ###Midm;
55
  ```
56
 
57
+
58
+ ### Requirements
59
+
60
+ Mi:dm์„ ์‹คํ–‰ํ•˜๊ธฐ ์œ„ํ•ด ํ•„์š”ํ•œ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋Š” ์•„๋ž˜ pip ๋ช…๋ น์–ด๋ฅผ ํ†ตํ•ด ์„ค์น˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
61
+
62
+ To run Mi:dm, please make sure you meet the above requirements, and then execute the following pip commands to install the dependent libraries.
63
+
64
+ ```bash
65
+ pip install transformer einops
66
+ ```
67
+
68
+
69
  ### Usage
70
 
71
  ```python