shaurya0512
commited on
Commit
•
a2303de
1
Parent(s):
66d2bdc
Update README.md
Browse files
README.md
CHANGED
@@ -12,23 +12,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# distilgpt2-finetune-acl22
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 3.4835
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
|
23 |
-
## Intended uses & limitations
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Training and evaluation data
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training procedure
|
32 |
|
33 |
### Training hyperparameters
|
34 |
|
|
|
12 |
|
13 |
# distilgpt2-finetune-acl22
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the [ACL-anthology-corpus](https://github.com/shauryr/ACL-anthology-corpus) dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 3.4835
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
We finetune the gpt2 LLM on the full-text from ACL-anthology-corpus
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
### Training hyperparameters
|
25 |
|