Instructions to use emny/cdqa-indobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emny/cdqa-indobert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="emny/cdqa-indobert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("emny/cdqa-indobert") model = AutoModelForQuestionAnswering.from_pretrained("emny/cdqa-indobert") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ The dataset contains information about Binus Admission. The data was collected f
|
|
| 21 |
| tanya-bion | eval | 4k |
|
| 22 |
|
| 23 |
## Model Training
|
| 24 |
-
The model was trained on a Tesla A100 GPU and
|
| 25 |
|
| 26 |
## Results:
|
| 27 |
| Metric | # Value |
|
|
|
|
| 21 |
| tanya-bion | eval | 4k |
|
| 22 |
|
| 23 |
## Model Training
|
| 24 |
+
The model was trained on a Tesla A100 GPU and 83.5GB of RAM and 40GB of GPU RAM.
|
| 25 |
|
| 26 |
## Results:
|
| 27 |
| Metric | # Value |
|