Skip to content

Commit 5c46b1c

Browse files
committed
Update README.md
1 parent 47a69af commit 5c46b1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ predefined_args = {
8989

9090
## How to use
9191

92-
### Using with PyTorch
92+
### PyTorch
9393

9494
*Huggingface transformers API가 편하신 분은 [여기](kobert_hf)를 참고하세요.*
9595

@@ -119,7 +119,7 @@ tensor([[-0.2461, 0.2428, 0.2590, ..., -0.4861, -0.0731, 0.0756],
119119
* Colab에서 [런타임] - [런타임 유형 변경] - 하드웨어 가속기(GPU) 사용을 권장합니다.
120120
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/SKTBrain/KoBERT/blob/master/scripts/NSMC/naver_review_classifications_pytorch_kobert.ipynb)
121121

122-
### Using with ONNX
122+
### ONNX
123123

124124
```python
125125
>>> import onnxruntime
@@ -147,7 +147,7 @@ array([[-0.24610452, 0.24282141, 0.25895312, ..., -0.48613444,
147147

148148
_ONNX 컨버팅은 [soeque1](https://github.com/soeque1)께서 도움을 주셨습니다._
149149

150-
### Using with MXNet-Gluon
150+
### MXNet-Gluon
151151

152152
```python
153153
>>> import mxnet as mx
@@ -190,7 +190,7 @@ Vocab(size=8002, unk="[UNK]", reserved="['[MASK]', '[SEP]', '[CLS]']")
190190

191191
---
192192

193-
## Subtasks
193+
## Task Fine-tuning
194194

195195
### Naver Sentiment Analysis
196196

0 commit comments

Comments
 (0)