Instructions to use nanelimon/zeltech-akbank-hackathon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nanelimon/zeltech-akbank-hackathon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nanelimon/zeltech-akbank-hackathon")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nanelimon/zeltech-akbank-hackathon") model = AutoModelForSequenceClassification.from_pretrained("nanelimon/zeltech-akbank-hackathon", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
dc9b894
1
Parent(s): 2cff33f
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
-
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
+
- tr
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
---
|