Text Classification
Transformers
Safetensors
Greek
bert
Social Media
Reddit
Topic Classification
Text Classification
Greek NLP
Eval Results (legacy)
text-embeddings-inference
Instructions to use IMISLab/Greek-Reddit-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IMISLab/Greek-Reddit-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IMISLab/Greek-Reddit-BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IMISLab/Greek-Reddit-BERT") model = AutoModelForSequenceClassification.from_pretrained("IMISLab/Greek-Reddit-BERT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ This model is fine-tuned on [GreekReddit](https://huggingface.co/datasets/IMISLa
|
|
| 64 |
[Mastrokostas, C., Giarelis, N., & Karacapilidis, N. (2024) Social Media Topic Classification on Greek Reddit]()
|
| 65 |
For more information see the evaluation section below.
|
| 66 |
|
| 67 |
-
<img src="Greek Reddit finetuning.svg" width="
|
| 68 |
|
| 69 |
## Training dataset
|
| 70 |
|
|
|
|
| 64 |
[Mastrokostas, C., Giarelis, N., & Karacapilidis, N. (2024) Social Media Topic Classification on Greek Reddit]()
|
| 65 |
For more information see the evaluation section below.
|
| 66 |
|
| 67 |
+
<img src="Greek Reddit finetuning.svg" width="600"/>
|
| 68 |
|
| 69 |
## Training dataset
|
| 70 |
|