sfarrukh commited on
Commit
96933ba
·
verified ·
1 Parent(s): 46ae0d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,7 +47,7 @@ should probably proofread and complete it, then remove this comment. -->
47
 
48
  ## Model Description
49
 
50
- This model is a fine-tuned version of `answerdotai/ModernBERT-base` trained on a subset of the SetFit/mnli dataset. It is designed for natural language inference (NLI) tasks, where the goal is to determine the relationship between two text inputs (e.g., entailment, contradiction, or neutrality).
51
 
52
  ## Intended Uses & Limitations
53
 
@@ -63,7 +63,7 @@ This model is a fine-tuned version of `answerdotai/ModernBERT-base` trained on a
63
  This model is a starting point for NLI tasks and may need further fine-tuning for domain-specific applications.
64
 
65
 
66
- ## Training procedure
67
 
68
  ### Training hyperparameters
69
 
@@ -84,4 +84,4 @@ The following hyperparameters were used during training:
84
  - Tokenizers 0.21.0
85
  ## References
86
 
87
- - **GitHub Repository:** The training code is available at [GitHub Repository Link](https://github.com/sfarrukhm/model_finetune.git).
 
47
 
48
  ## Model Description
49
 
50
+ This model is a fine-tuned version of [`answerdotai/ModernBERT-base`](https://huggingface.co/answerdotai/ModernBERT-base) trained on a subset of the [SetFit/mnli](https://huggingface.co/datasets/SetFit/mnli) dataset. It is designed for natural language inference (NLI) tasks, where the goal is to determine the relationship between two text inputs (e.g., entailment, contradiction, or neutrality).
51
 
52
  ## Intended Uses & Limitations
53
 
 
63
  This model is a starting point for NLI tasks and may need further fine-tuning for domain-specific applications.
64
 
65
 
66
+ ## Training Details:
67
 
68
  ### Training hyperparameters
69
 
 
84
  - Tokenizers 0.21.0
85
  ## References
86
 
87
+ - **GitHub Repository:** The training code is available a my [GitHub repository](https://github.com/sfarrukhm/model_finetune.git).