ipryzk commited on
Commit
841a681
·
verified ·
1 Parent(s): 3058651

Create README.md

Browse files

Hi! This is Ian Prazak's fine-tuned DeBERTa Large model for fact-checking.

- Dataset: The model was trained over 3 epochs with a dataset of approximately 30,000 formatted examples in JSONL; validation took place with approximately 8,000 other unique examples.
- Tokenizer: The base DeBERTa Large tokenizer was used.
- Metrics: The metrics listed above represent the final validation loss and accuracy before any signs of overfitting were observed.

Thank you for checking it out! :)

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ metrics:
5
+ - accuracy:96%
6
+ - loss: 0.266
7
+ base_model:
8
+ - microsoft/deberta-large
9
+ ---