Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,8 @@ classifier = pipeline("token-classification", model=model_name)
|
|
53 |
classifier("鈴木は4月の陽気の良い日に、鈴をつけて熊本県の阿蘇山に登った")
|
54 |
```
|
55 |
|
|
|
|
|
56 |
### Training hyperparameters
|
57 |
|
58 |
The following hyperparameters were used during training:
|
|
|
53 |
classifier("鈴木は4月の陽気の良い日に、鈴をつけて熊本県の阿蘇山に登った")
|
54 |
```
|
55 |
|
56 |
+
## Training procedure
|
57 |
+
|
58 |
### Training hyperparameters
|
59 |
|
60 |
The following hyperparameters were used during training:
|