sethanimesh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -51,13 +51,13 @@ This model is a fine-tuned version of **Llama 3.1**, specifically tailored for q
|
|
51 |
|
52 |
- **Undefined Domains**: The model may not perform well on queries outside the scope of the training data.
|
53 |
- **Sensitive Content**: Should not be used for generating content that includes disallowed or harmful information.
|
54 |
-
|
55 |
## Evaluation Metrics
|
56 |
|
57 |
- **Metrics Used**: [Not specified]
|
58 |
- **Performance Results**: [Please provide evaluation results, such as Exact Match and F1 scores]
|
59 |
- **Benchmark Datasets**: [Specify if any standard datasets were used for evaluation]
|
60 |
-
- **Limitations of Evaluation**: The model has not been evaluated on external datasets; performance on out-of-domain data is unknown.
|
61 |
|
62 |
## Limitations
|
63 |
|
@@ -66,10 +66,10 @@ This model is a fine-tuned version of **Llama 3.1**, specifically tailored for q
|
|
66 |
- **Generalization**: May not generalize well to questions outside the training data domain.
|
67 |
- **Biases**: Potential biases inherited from the training data are unknown due to lack of bias analysis.
|
68 |
|
69 |
-
### Uncertainty Estimates
|
70 |
-
|
71 |
-
- **Confidence Scores**: The model does not provide uncertainty estimates for its predictions.
|
72 |
|
|
|
|
|
73 |
## Ethical Considerations
|
74 |
|
75 |
### Potential Risks
|
@@ -84,14 +84,14 @@ This model is a fine-tuned version of **Llama 3.1**, specifically tailored for q
|
|
84 |
|
85 |
## Training and Evaluation Environment
|
86 |
|
87 |
-
- **Hardware Used**:
|
88 |
- **Software and Libraries**:
|
89 |
-
- **Python Version**:
|
90 |
-
- **Transformers Library**:
|
91 |
- **Unsloth Library**: Version used as per the code snippet
|
92 |
- **TRL (Transformers Reinforcement Learning)**: Used for SFTTrainer
|
93 |
- **Pandas**: For data handling
|
94 |
-
- **Training Time**:
|
95 |
|
96 |
## Usage Instructions
|
97 |
|
|
|
51 |
|
52 |
- **Undefined Domains**: The model may not perform well on queries outside the scope of the training data.
|
53 |
- **Sensitive Content**: Should not be used for generating content that includes disallowed or harmful information.
|
54 |
+
<!--
|
55 |
## Evaluation Metrics
|
56 |
|
57 |
- **Metrics Used**: [Not specified]
|
58 |
- **Performance Results**: [Please provide evaluation results, such as Exact Match and F1 scores]
|
59 |
- **Benchmark Datasets**: [Specify if any standard datasets were used for evaluation]
|
60 |
+
- **Limitations of Evaluation**: The model has not been evaluated on external datasets; performance on out-of-domain data is unknown. -->
|
61 |
|
62 |
## Limitations
|
63 |
|
|
|
66 |
- **Generalization**: May not generalize well to questions outside the training data domain.
|
67 |
- **Biases**: Potential biases inherited from the training data are unknown due to lack of bias analysis.
|
68 |
|
69 |
+
<!-- ### Uncertainty Estimates -->
|
|
|
|
|
70 |
|
71 |
+
<!-- - **Confidence Scores**: The model does not provide uncertainty estimates for its predictions.
|
72 |
+
-->
|
73 |
## Ethical Considerations
|
74 |
|
75 |
### Potential Risks
|
|
|
84 |
|
85 |
## Training and Evaluation Environment
|
86 |
|
87 |
+
- **Hardware Used**: "Trained on a single NVIDIA Tesla T4 GPU"
|
88 |
- **Software and Libraries**:
|
89 |
+
- **Python Version**: Python 3.8
|
90 |
+
- **Transformers Library**: Transformers 4.8
|
91 |
- **Unsloth Library**: Version used as per the code snippet
|
92 |
- **TRL (Transformers Reinforcement Learning)**: Used for SFTTrainer
|
93 |
- **Pandas**: For data handling
|
94 |
+
- **Training Time**: 4:00:00
|
95 |
|
96 |
## Usage Instructions
|
97 |
|