Instructions to use ilsilfverskiold/tech-keywords-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ilsilfverskiold/tech-keywords-extractor with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ilsilfverskiold/tech-keywords-extractor") model = AutoModelForSeq2SeqLM.from_pretrained("ilsilfverskiold/tech-keywords-extractor", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
36c9ae2
1
Parent(s): 8b36f2d
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ It achieves the following results on the evaluation set:
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
-
This model extracts tech terms, tools, company names
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
+
This model extracts tech terms, tools, company names from texts so they can easily be aggregated. It is trained to extract tech terms, tools, languages, platforms but may be used on other texts.
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|