Model save
Browse files- README.md +3 -0
- adapter_model.bin +2 -2
- tokenizer.json +6 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: RWKV-1b5-finetuned-overfit
|
7 |
results: []
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -57,6 +58,8 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
### Framework versions
|
59 |
|
|
|
|
|
60 |
- Transformers 4.31.0
|
61 |
- Pytorch 2.0.1+cu117
|
62 |
- Datasets 2.13.1
|
|
|
5 |
model-index:
|
6 |
- name: RWKV-1b5-finetuned-overfit
|
7 |
results: []
|
8 |
+
library_name: peft
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- PEFT 0.4.0
|
62 |
+
- PEFT 0.4.0
|
63 |
- Transformers 4.31.0
|
64 |
- Pytorch 2.0.1+cu117
|
65 |
- Datasets 2.13.1
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa8ed8b583988bcc06fcd394004b4a823ae21dead6c9f31250b07778f5bec3a
|
3 |
+
size 7880705
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 1024,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:289b4a9087c6f16cb54755550fdeb676ab6687c549a3636509e4d0627069fce6
|
3 |
size 4027
|