justin13barrett commited on
Commit
678184b
1 Parent(s): 76f7255

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -49,6 +49,11 @@ classifier = \
49
 
50
  classifier(f"""<TITLE> {title}\n<ABSTRACT> {abstract}""")
51
 
 
 
 
 
 
52
  ```
53
 
54
  ## Intended uses & limitations
 
49
 
50
  classifier(f"""<TITLE> {title}\n<ABSTRACT> {abstract}""")
51
 
52
+ This will return the top 10 outputs from the model. There will be 2 pieces of information here:
53
+
54
+ 1. Full Topic Label: Made up of both the [OpenAlex](https://openalex.org/) topic ID and the topic label (ex: "1048: Ecology and Evolution of Viruses in Ecosystems")
55
+ 2. Model Score: Model's confidence in the topic (ex: "0.364")
56
+
57
  ```
58
 
59
  ## Intended uses & limitations