Training in progress, step 1186
Browse files- README.md +36 -37
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,57 +1,56 @@
|
|
1 |
---
|
|
|
|
|
2 |
base_model: google/gemma-2b
|
3 |
-
library_name: transformers
|
4 |
-
model_name: My-new-AGI
|
5 |
tags:
|
6 |
-
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
-
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
13 |
|
14 |
-
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
from transformers import pipeline
|
21 |
|
22 |
-
|
23 |
-
generator = pipeline("text-generation", model="yuriachermann/My-new-AGI", device="cuda")
|
24 |
-
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
25 |
-
print(output["generated_text"])
|
26 |
-
```
|
27 |
|
28 |
-
##
|
29 |
|
|
|
30 |
|
|
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
- TRL: 0.12.2
|
37 |
-
- Transformers: 4.46.3
|
38 |
-
- Pytorch: 2.6.0
|
39 |
-
- Datasets: 3.3.2
|
40 |
-
- Tokenizers: 0.20.3
|
41 |
|
42 |
-
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
|
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
|
52 |
-
year = 2020,
|
53 |
-
journal = {GitHub repository},
|
54 |
-
publisher = {GitHub},
|
55 |
-
howpublished = {\url{https://github.com/huggingface/trl}}
|
56 |
-
}
|
57 |
-
```
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
license: gemma
|
4 |
base_model: google/gemma-2b
|
|
|
|
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: My-new-AGI
|
11 |
+
results: []
|
12 |
---
|
13 |
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/yuri-achermann/My-new-AGI/runs/v5b5i4kr)
|
18 |
+
# My-new-AGI
|
19 |
|
20 |
+
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on an unknown dataset.
|
21 |
|
22 |
+
## Model description
|
|
|
23 |
|
24 |
+
More information needed
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
## Intended uses & limitations
|
27 |
|
28 |
+
More information needed
|
29 |
|
30 |
+
## Training and evaluation data
|
31 |
|
32 |
+
More information needed
|
33 |
|
34 |
+
## Training procedure
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
+
### Training hyperparameters
|
37 |
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1e-05
|
40 |
+
- train_batch_size: 1
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 4
|
45 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_ratio: 0.05
|
48 |
+
- training_steps: 1186
|
49 |
|
50 |
+
### Framework versions
|
51 |
|
52 |
+
- PEFT 0.14.0
|
53 |
+
- Transformers 4.48.3
|
54 |
+
- Pytorch 2.5.1+cxx11.abi
|
55 |
+
- Datasets 3.3.2
|
56 |
+
- Tokenizers 0.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5027656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe11ec24697ba7e16d7aa789346d00e3819671f62aa175a713637784b0346361
|
3 |
size 5027656
|