Instructions to use MENG21/stud-fac-eval-bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MENG21/stud-fac-eval-bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MENG21/stud-fac-eval-bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MENG21/stud-fac-eval-bert-base-uncased") model = AutoModelForSequenceClassification.from_pretrained("MENG21/stud-fac-eval-bert-base-uncased") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,11 @@ metrics:
|
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
widget:
|
| 16 |
- text: laging pumapasok si sir!
|
| 17 |
-
|
| 18 |
- text: I really don't understand the lesson
|
| 19 |
-
|
| 20 |
- text: I love the way na magturo si sir, I always understand the lesson lagi
|
| 21 |
-
|
| 22 |
---
|
| 23 |
|
| 24 |
# Model Card for Model ID
|
|
|
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
widget:
|
| 16 |
- text: laging pumapasok si sir!
|
| 17 |
+
example_title: Tagalog
|
| 18 |
- text: I really don't understand the lesson
|
| 19 |
+
example_title: English
|
| 20 |
- text: I love the way na magturo si sir, I always understand the lesson lagi
|
| 21 |
+
example_title: Tag-lish
|
| 22 |
---
|
| 23 |
|
| 24 |
# Model Card for Model ID
|