cybersectony commited on
Commit
5aab137
·
verified ·
1 Parent(s): 3f4d371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -45,6 +45,8 @@ pip install transformers
45
  pip install torch
46
  ```
47
 
 
 
48
  ```python
49
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
50
  import torch
 
45
  pip install torch
46
  ```
47
 
48
+ **Quick Start**
49
+
50
  ```python
51
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
52
  import torch