Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,24 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
This repo offers a set of
|
6 |
-
These models are
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## List of Models
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
This repo offers a set of fairseq roberta based models fine tuned to specific NLP tasks.
|
6 |
+
These models are:
|
7 |
+
- Small
|
8 |
+
- Easy to host on T4 or V100
|
9 |
+
- 100x faster than using LLMs for similar tasks
|
10 |
+
- Easy to fine tune
|
11 |
+
|
12 |
+
*To run the models:* Use https://github.com/nlmatics/nlm-model-service
|
13 |
+
*To acccess the models* Use https://github.com/nlmatics/nlm-utils
|
14 |
|
15 |
## List of Models
|
16 |
|
17 |
+
Click on each model to see details:
|
18 |
+
|
19 |
+
1. [roberta.large.boolq](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.boolq)
|
20 |
+
2. [roberta.large.qa](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.qa)
|
21 |
+
3. [roberta.large.stsb](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.stsb)
|
22 |
+
4. [roberta.large.phraseqa](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.phraseqa)
|
23 |
+
5. [roberta.large.qasrl](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.qasrl)
|
24 |
+
6. [roberta.large.qatype.lower.RothWithQ](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.qatype.lower.RothWithQ)
|
25 |
+
7. [roberta.large.io_qa](https://huggingface.co/ansukla/roberta/tree/main/roberta.large.io_qa)
|