README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: AnaniyaX/decision-distilbert-uncased
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -12,7 +15,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# AnaniyaX/decision-distilbert-uncased
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Train Loss: 0.0097
|
18 |
- Train Accuracy: 0.9976
|
@@ -20,11 +23,13 @@ It achieves the following results on the evaluation set:
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
|
|
|
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
@@ -59,4 +64,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.27.2
|
60 |
- TensorFlow 2.11.0
|
61 |
- Datasets 2.10.1
|
62 |
-
- Tokenizers 0.13.2
|
|
|
5 |
model-index:
|
6 |
- name: AnaniyaX/decision-distilbert-uncased
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- textvqa
|
10 |
+
- squad
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
15 |
|
16 |
# AnaniyaX/decision-distilbert-uncased
|
17 |
|
18 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on textvqa and squad.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Train Loss: 0.0097
|
21 |
- Train Accuracy: 0.9976
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
+
This model takes in text input and outputs a binary classification of 0 if the text is a text-based question or 1 if it is a visual-based question
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
+
The model can be used to classify questions in natural language processing tasks such as chatbots or virtual assistants
|
31 |
+
it may not perform well on questions that are ambiguous or have multiple interpretations.
|
32 |
+
may also be biased towards certain types of questions based on the training data.
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
|
|
64 |
- Transformers 4.27.2
|
65 |
- TensorFlow 2.11.0
|
66 |
- Datasets 2.10.1
|
67 |
+
- Tokenizers 0.13.2
|