shawhin/distilbert-base-uncased-lora-text-classification
Browse files- README.md +0 -2
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
CHANGED
@@ -8,7 +8,6 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-lora-text-classification
|
10 |
results: []
|
11 |
-
library_name: peft
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -64,7 +63,6 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
-
- PEFT 0.5.0
|
68 |
- Transformers 4.32.1
|
69 |
- Pytorch 2.1.0.dev20230905
|
70 |
- Datasets 2.14.4
|
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-lora-text-classification
|
10 |
results: []
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
63 |
|
64 |
### Framework versions
|
65 |
|
|
|
66 |
- Transformers 4.32.1
|
67 |
- Pytorch 2.1.0.dev20230905
|
68 |
- Datasets 2.14.4
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "[CLS]",
|
5 |
+
"do_lower_case": true,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_max_length": 512,
|
8 |
+
"pad_token": "[PAD]",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "DistilBertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:171ebbaf39012928584ccd2d488bfde692da8667e0f39ce9f608534c3ba03a35
|
3 |
+
size 4600
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|