clue/clue
Viewer • Updated • 797k • 11.4k • 45
How to use Kique261/muliple_choice2 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("Kique261/muliple_choice2")
model = AutoModelForMultipleChoice.from_pretrained("Kique261/muliple_choice2")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 | 25 | 1.3834 | 0.38 | 0.4064 | 0.3803 | 0.3842 |
| 1.3946 | 2.0 | 50 | 1.3515 | 0.4 | 0.4211 | 0.3970 | 0.4002 |
| 1.3946 | 3.0 | 75 | 1.3057 | 0.38 | 0.3923 | 0.3840 | 0.3787 |
Base model
hfl/chinese-macbert-base