Instructions to use LugatitTurk/LugatitHaberler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LugatitTurk/LugatitHaberler with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LugatitTurk/LugatitHaberler")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LugatitTurk/LugatitHaberler") model = AutoModelForSequenceClassification.from_pretrained("LugatitTurk/LugatitHaberler") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,11 +15,6 @@ library_name: transformers
|
|
| 15 |
# Your Model Name
|
| 16 |
LugatitHaberler
|
| 17 |
|
| 18 |
-
## Model description
|
| 19 |
-
Provide a description of your model here.
|
| 20 |
-
|
| 21 |
-
## Intended uses & limitations
|
| 22 |
-
Provide information about the intended uses and limitations of your model.
|
| 23 |
|
| 24 |
## How to use
|
| 25 |
|
|
|
|
| 15 |
# Your Model Name
|
| 16 |
LugatitHaberler
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## How to use
|
| 20 |
|