Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,17 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: mamba-text-classification-v3
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/text-classification-imdb/runs/x4pjguay)
|
19 |
-
|
20 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/text-classification-imdb/runs/x4pjguay)
|
21 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/text-classification-imdb/runs/x4pjguay)
|
22 |
-
# mamba-text-classification-v3
|
23 |
|
24 |
-
This model is a fine-tuned version of [state-spaces/mamba-130m-hf](https://huggingface.co/state-spaces/mamba-130m-hf) on
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.3637
|
27 |
- Accuracy: 0.9454
|
@@ -29,20 +28,6 @@ It achieves the following results on the evaluation set:
|
|
29 |
- Recall: 0.9461
|
30 |
- Precision: 0.9447
|
31 |
|
32 |
-
## Model description
|
33 |
-
|
34 |
-
More information needed
|
35 |
-
|
36 |
-
## Intended uses & limitations
|
37 |
-
|
38 |
-
More information needed
|
39 |
-
|
40 |
-
## Training and evaluation data
|
41 |
-
|
42 |
-
More information needed
|
43 |
-
|
44 |
-
## Training procedure
|
45 |
-
|
46 |
### Training hyperparameters
|
47 |
|
48 |
The following hyperparameters were used during training:
|
@@ -72,4 +57,4 @@ The following hyperparameters were used during training:
|
|
72 |
- Transformers 4.41.0
|
73 |
- Pytorch 2.2.2+cu121
|
74 |
- Datasets 2.19.1
|
75 |
-
- Tokenizers 0.19.1
|
|
|
10 |
model-index:
|
11 |
- name: mamba-text-classification-v3
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- stanfordnlp/imdb
|
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 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/text-classification-imdb/runs/x4pjguay)
|
21 |
+
# mamba-text-classification
|
|
|
|
|
|
|
22 |
|
23 |
+
This model is a fine-tuned version of [state-spaces/mamba-130m-hf](https://huggingface.co/state-spaces/mamba-130m-hf) on [imdb](https://huggingface.co/datasets/stanfordnlp/imdb) dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.3637
|
26 |
- Accuracy: 0.9454
|
|
|
28 |
- Recall: 0.9461
|
29 |
- Precision: 0.9447
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
|
|
57 |
- Transformers 4.41.0
|
58 |
- Pytorch 2.2.2+cu121
|
59 |
- Datasets 2.19.1
|
60 |
+
- Tokenizers 0.19.1
|