Commit ·
60049e4
1
Parent(s): 770dbca
[update] readme.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
This Repository includes the files required to run the `Research Fields Classification` ORKG-NLP service.
|
| 6 |
+
|
| 7 |
+
Please check [this article](https://orkg-nlp-pypi.readthedocs.io/en/latest/services/services.html) for more details about the service.
|
| 8 |
+
|
| 9 |
+
This model is converted into a [TorchScript](https://pytorch.org/docs/stable/jit.html) (ScriptModule) using [torch.jit.trace](https://pytorch.org/tutorials/beginner/Intro_to_TorchScript_tutorial.html).
|