Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ The following hyperparameters were used during training:
|
|
| 51 |
| 0.07 | 3.0 | 2502 | 0.3338 | 0.8406 |
|
| 52 |
|
| 53 |
### Loading the model
|
| 54 |
-
```
|
| 55 |
# Use a pipeline as a high-level helper
|
| 56 |
from transformers import pipeline
|
| 57 |
|
|
|
|
| 51 |
| 0.07 | 3.0 | 2502 | 0.3338 | 0.8406 |
|
| 52 |
|
| 53 |
### Loading the model
|
| 54 |
+
```python
|
| 55 |
# Use a pipeline as a high-level helper
|
| 56 |
from transformers import pipeline
|
| 57 |
|