Update README.md
Browse files
README.md
CHANGED
|
@@ -12,14 +12,15 @@ metrics:
|
|
| 12 |
model-index:
|
| 13 |
- name: github_issues-dataset-distilbert-base-uncased
|
| 14 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
-
|
| 20 |
# github_issues-dataset-distilbert-base-uncased
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 0.1495
|
| 25 |
- Accuracy: 0.9580
|
|
@@ -70,4 +71,4 @@ The following hyperparameters were used during training:
|
|
| 70 |
- Transformers 4.49.0
|
| 71 |
- Pytorch 2.6.0+cu124
|
| 72 |
- Datasets 3.4.1
|
| 73 |
-
- Tokenizers 0.21.1
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: github_issues-dataset-distilbert-base-uncased
|
| 14 |
results: []
|
| 15 |
+
datasets:
|
| 16 |
+
- lewtun/github-issues
|
| 17 |
+
language:
|
| 18 |
+
- en
|
| 19 |
---
|
| 20 |
|
|
|
|
|
|
|
|
|
|
| 21 |
# github_issues-dataset-distilbert-base-uncased
|
| 22 |
|
| 23 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on a GitHub issues dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.1495
|
| 26 |
- Accuracy: 0.9580
|
|
|
|
| 71 |
- Transformers 4.49.0
|
| 72 |
- Pytorch 2.6.0+cu124
|
| 73 |
- Datasets 3.4.1
|
| 74 |
+
- Tokenizers 0.21.1
|