ipryzk commited on
Commit
5f7f9b9
·
verified ·
1 Parent(s): 4b3bbc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -8,4 +8,10 @@ base_model:
8
  - microsoft/deberta-large
9
  data:
10
  - stored within this directory (respectively training_set and validation_set for training and validation)
 
 
 
 
 
 
11
  ---
 
8
  - microsoft/deberta-large
9
  data:
10
  - stored within this directory (respectively training_set and validation_set for training and validation)
11
+ notes:
12
+ - Howdy! This is Ian Prazak's fine-tuned DeBERTa Large model.
13
+ - The model was trained over 3 epochs with a dataset of approximately 38,000 formatted examples in JSONL.
14
+ - The base DeBERTa Large tokenizer was used.
15
+ - The metrics listed above represent the final validation loss and accuracy before any signs of overfitting were observed.
16
+ - Thank you for checking it out! :)
17
  ---