End of training
Browse files- README.md +6 -5
- pytorch_model.bin +2 -2
- tokenizer.json +6 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# 034
|
14 |
|
15 |
-
This model is a fine-tuned version of [tiiuae/falcon-rw-1b](https://huggingface.co/tiiuae/falcon-rw-1b) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -48,12 +49,12 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.
|
57 |
- Pytorch 2.0.1+cu118
|
58 |
-
- Datasets 2.
|
59 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: tiiuae/falcon-rw-1b
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# 034
|
15 |
|
16 |
+
This model is a fine-tuned version of [tiiuae/falcon-rw-1b](https://huggingface.co/tiiuae/falcon-rw-1b) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.8796
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 4.0839 | 0.0 | 10 | 3.8796 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
+
- Transformers 4.32.0.dev0
|
58 |
- Pytorch 2.0.1+cu118
|
59 |
+
- Datasets 2.14.4
|
60 |
- Tokenizers 0.13.3
|
pytorch_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:46420053e5fb2b0b7ed1ee5c739e63382f078e2d33fae3370ac922efb159817e
|
3 |
+
size 1825928473
|
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": 512,
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67ef97ed5fb386bbda865292fbc77d86597d1ba1827384e9ddbbe562f5f45693
|
3 |
+
size 4027
|