mahimairaja
commited on
Commit
•
3fdc347
1
Parent(s):
bab93e5
End of training
Browse files- README.md +6 -10
- tokenizer.json +1 -6
README.md
CHANGED
@@ -3,11 +3,10 @@ base_model: meta-llama/Llama-2-7b-hf
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- dialogstudio
|
7 |
model-index:
|
8 |
- name: tweet-summarization-llama-2-finetuned
|
9 |
results: []
|
10 |
-
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tweet-summarization-llama-2-finetuned
|
17 |
|
18 |
-
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the dialogstudio dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -51,11 +50,8 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
|
|
55 |
-
| 1.
|
56 |
-
| 1.8115 | 1.2 | 66 | 1.9141 |
|
57 |
-
| 1.8853 | 1.6 | 88 | 1.9079 |
|
58 |
-
| 1.7765 | 2.0 | 110 | 1.9067 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
@@ -63,4 +59,4 @@ The following hyperparameters were used during training:
|
|
63 |
- Transformers 4.32.1
|
64 |
- Pytorch 2.0.1+cu117
|
65 |
- Datasets 2.14.4
|
66 |
-
- Tokenizers 0.13.3
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- Salesforce/dialogstudio
|
7 |
model-index:
|
8 |
- name: tweet-summarization-llama-2-finetuned
|
9 |
results: []
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# tweet-summarization-llama-2-finetuned
|
16 |
|
17 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the Salesforce/dialogstudio dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.9075
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 1.9022 | 1.0 | 55 | 1.9515 |
|
54 |
+
| 1.8691 | 2.0 | 110 | 1.9075 |
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
59 |
- Transformers 4.32.1
|
60 |
- Pytorch 2.0.1+cu117
|
61 |
- Datasets 2.14.4
|
62 |
+
- Tokenizers 0.13.3
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 4096,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|