Using pre-trained language models like the encoder and retrieval models mentioned [1] typically doesn't require writing a lot of code, but there are still a few steps involved.
The retrieval model, [2], is hosted on the Hugging Face platform. To use it, you can use Hugging Face's Inference API to send HTTP requests to their servers and receive responses from the model.
HuggingFace's docs [3] provides instructions on how to use the Inference API, including code examples in Python and other languages. Essentially, you'll need to format your input text according to the model's requirements, send an HTTP request to the API endpoint, and then process the response.
This does require some basic programming knowledge to interact with APIs and handle the requests/responses.
There are some third-party applications and services that provide a front-end for accessing pre-trained language models like this one, like Hugging Face Spaces, Replicate.ai, and Google Colab. However, these often come with additional costs or limitations...
Here's a related model by IBM and NASA for geospatial stuff [4].
The retrieval model, [2], is hosted on the Hugging Face platform. To use it, you can use Hugging Face's Inference API to send HTTP requests to their servers and receive responses from the model.
HuggingFace's docs [3] provides instructions on how to use the Inference API, including code examples in Python and other languages. Essentially, you'll need to format your input text according to the model's requirements, send an HTTP request to the API endpoint, and then process the response.
This does require some basic programming knowledge to interact with APIs and handle the requests/responses.
There are some third-party applications and services that provide a front-end for accessing pre-trained language models like this one, like Hugging Face Spaces, Replicate.ai, and Google Colab. However, these often come with additional costs or limitations...
Here's a related model by IBM and NASA for geospatial stuff [4].
[1] https://research.ibm.com/blog/science-expert-LLM
[2] https://huggingface.co/nasa-impact/nasa-smd-ibm-st
[3] https://huggingface.co/docs/huggingface_hub/v0.14.1/en/guide...
[4] https://huggingface.co/ibm-nasa-geospatial