MoritzLaurer HF staff commited on
Commit
f9c8c95
1 Parent(s): c7f4bb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -37,7 +37,7 @@ This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hy
37
  DeBERTa-v3-base-mnli was trained using the Hugging Face trainer with the following hyperparameters.
38
  ```
39
  training_args = TrainingArguments(
40
- num_train_epochs=3, # total number of training epochs
41
  learning_rate=2e-05,
42
  per_device_train_batch_size=32, # batch size per device during training
43
  per_device_eval_batch_size=32, # batch size for evaluation
@@ -47,10 +47,8 @@ training_args = TrainingArguments(
47
  )
48
  ```
49
  ### Eval results
50
- The model was evaluated using the matched test set. The metric used is accuracy.
51
- mnli-m |
52
- ---------|
53
- 0.90
54
  ## Limitations and bias
55
  Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
56
  ### BibTeX entry and citation info
 
37
  DeBERTa-v3-base-mnli was trained using the Hugging Face trainer with the following hyperparameters.
38
  ```
39
  training_args = TrainingArguments(
40
+ num_train_epochs=5, # total number of training epochs
41
  learning_rate=2e-05,
42
  per_device_train_batch_size=32, # batch size per device during training
43
  per_device_eval_batch_size=32, # batch size for evaluation
 
47
  )
48
  ```
49
  ### Eval results
50
+ The model was evaluated using the matched test set and achieves 0.90 accuracy.
51
+
 
 
52
  ## Limitations and bias
53
  Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
54
  ### BibTeX entry and citation info