Training in progress, step 60
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
base_model: openai-community/gpt2
|
3 |
-
datasets: rajpurkar/squad
|
4 |
library_name: transformers
|
5 |
model_name: gpt2-qat
|
6 |
tags:
|
@@ -12,7 +11,7 @@ licence: license
|
|
12 |
|
13 |
# Model Card for gpt2-qat
|
14 |
|
15 |
-
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2)
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: openai-community/gpt2
|
|
|
3 |
library_name: transformers
|
4 |
model_name: gpt2-qat
|
5 |
tags:
|
|
|
11 |
|
12 |
# Model Card for gpt2-qat
|
13 |
|
14 |
+
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
adapter_config.json
CHANGED
@@ -26,9 +26,9 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
"c_proj",
|
31 |
-
"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"trainable_token_indices": null,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"c_fc",
|
30 |
"c_proj",
|
31 |
+
"c_attn"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9449344
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e1636996117587daefcf963895b29b324ecdf7450321a482665a61d4054e238
|
3 |
size 9449344
|
runs/Jun25_22-54-43_8c8eb044f4d6/events.out.tfevents.1750892090.8c8eb044f4d6.27426.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fa2d288c9032ee4dfe146552fb418bd5c860c77becbdd6a60a7ac55a8984535
|
3 |
+
size 48386
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67d28ac64feb75d2754f859d29a0114dc3bfb328c0c31f5369fe3c28bcb2b7c8
|
3 |
size 5752
|