clue/clue
Viewer • Updated • 797k • 11.4k • 45
How to use Kique261/muliple_choice with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("Kique261/muliple_choice")
model = AutoModelForMultipleChoice.from_pretrained("Kique261/muliple_choice")This model is a fine-tuned version of hfl/chinese-macbert-base on the clue dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 13 | 1.3806 | 0.32 | 0.3720 | 0.3290 | 0.3290 |
Base model
hfl/chinese-macbert-base