Instructions to use lewtun/autotrain-acronym-identification-7324788 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lewtun/autotrain-acronym-identification-7324788 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lewtun/autotrain-acronym-identification-7324788")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lewtun/autotrain-acronym-identification-7324788") model = AutoModelForTokenClassification.from_pretrained("lewtun/autotrain-acronym-identification-7324788", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ widget:
|
|
| 5 |
- text: "I love AutoTrain 🤗"
|
| 6 |
datasets:
|
| 7 |
- lewtun/autotrain-data-acronym-identification
|
| 8 |
-
|
| 9 |
co2_eq_emissions: 10.435358044493652
|
| 10 |
---
|
| 11 |
|
|
|
|
| 5 |
- text: "I love AutoTrain 🤗"
|
| 6 |
datasets:
|
| 7 |
- lewtun/autotrain-data-acronym-identification
|
| 8 |
+
- acronym_identification
|
| 9 |
co2_eq_emissions: 10.435358044493652
|
| 10 |
---
|
| 11 |
|