EZlee commited on
Commit
3efc028
•
1 Parent(s): 92c7e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,14 +53,14 @@ $ pip install huggingface_hub
53
  ```
54
  ## How to Get Started With the Model (Private Model Download)
55
 
56
- **Login HuggingFace on Terminal**
57
 
58
  ```
59
  $ huggingface-cli login
60
  Token:Your own huggingface token.
61
  ```
62
 
63
- **Login HuggingFace on Jupyter Notebook**
64
 
65
  ```
66
  from huggingface_hub import notebook_login
@@ -69,7 +69,7 @@ notebook_login()
69
  Token:Your own huggingface token.
70
  ```
71
 
72
- **Pyhon Code**
73
 
74
  ```python
75
  from transformers import AutoTokenizer, AutoModelForMaskedLM
 
53
  ```
54
  ## How to Get Started With the Model (Private Model Download)
55
 
56
+ #### Login HuggingFace on Terminal
57
 
58
  ```
59
  $ huggingface-cli login
60
  Token:Your own huggingface token.
61
  ```
62
 
63
+ #### Login HuggingFace on Jupyter Notebook
64
 
65
  ```
66
  from huggingface_hub import notebook_login
 
69
  Token:Your own huggingface token.
70
  ```
71
 
72
+ #### Pyhon Code
73
 
74
  ```python
75
  from transformers import AutoTokenizer, AutoModelForMaskedLM