Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ inference: False
|
|
5 |
|
6 |
The TopicGPT model has been developed with the aim of detecting and extracting the primary subject matter of conversations. This capability can prove to be exceedingly useful in a wide range of natural language processing applications. To use the TopicGPT model, enter an input conversational text or data for analysis. Subsequently, the model processes the input and returns a reasonably accurate estimate of the topics of the conversation.
|
7 |
|
8 |
-
**Additional Details**
|
9 |
|
10 |
It is essential to note that the input provided to this model must commence with #CONTEXT# (BOS) and terminate with #TOPIC# (EOS). Here is an example:
|
11 |
|
|
|
5 |
|
6 |
The TopicGPT model has been developed with the aim of detecting and extracting the primary subject matter of conversations. This capability can prove to be exceedingly useful in a wide range of natural language processing applications. To use the TopicGPT model, enter an input conversational text or data for analysis. Subsequently, the model processes the input and returns a reasonably accurate estimate of the topics of the conversation.
|
7 |
|
8 |
+
**Additional Details**
|
9 |
|
10 |
It is essential to note that the input provided to this model must commence with #CONTEXT# (BOS) and terminate with #TOPIC# (EOS). Here is an example:
|
11 |
|