danushkhanna
commited on
danushkhanna/FPO-falcon-rw-1b-instruct-openorca
Browse files- README.md +55 -0
- config.json +33 -0
- emissions.csv +2 -0
- generation_config.json +5 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Nov24_10-04-54_972e0c2302d7/events.out.tfevents.1732442702.972e0c2302d7.2097.0 +3 -0
- runs/Nov24_10-15-47_972e0c2302d7/events.out.tfevents.1732443356.972e0c2302d7.5110.0 +3 -0
- runs/Nov24_10-24-30_972e0c2302d7/events.out.tfevents.1732443879.972e0c2302d7.8246.0 +3 -0
- runs/Nov24_10-27-55_972e0c2302d7/events.out.tfevents.1732444084.972e0c2302d7.10999.0 +3 -0
- runs/Nov24_10-33-17_972e0c2302d7/events.out.tfevents.1732444405.972e0c2302d7.12530.0 +3 -0
- runs/Nov24_10-35-33_972e0c2302d7/events.out.tfevents.1732444540.972e0c2302d7.12530.1 +3 -0
- runs/Nov24_10-37-47_972e0c2302d7/events.out.tfevents.1732444676.972e0c2302d7.14379.0 +3 -0
- runs/Nov24_10-41-03_972e0c2302d7/events.out.tfevents.1732444872.972e0c2302d7.15650.0 +3 -0
- runs/Nov24_10-44-27_972e0c2302d7/events.out.tfevents.1732445077.972e0c2302d7.16943.0 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +20 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: ericzzz/falcon-rw-1b-instruct-openorca
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- dpo
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: results
|
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 |
+
# results
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [ericzzz/falcon-rw-1b-instruct-openorca](https://huggingface.co/ericzzz/falcon-rw-1b-instruct-openorca) on an unknown dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 3
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
### Framework versions
|
51 |
+
|
52 |
+
- Transformers 4.46.2
|
53 |
+
- Pytorch 2.5.1+cu124
|
54 |
+
- Datasets 3.1.0
|
55 |
+
- Tokenizers 0.20.3
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ericzzz/falcon-rw-1b-instruct-openorca",
|
3 |
+
"activation": "gelu",
|
4 |
+
"alibi": true,
|
5 |
+
"apply_residual_connection_post_layernorm": false,
|
6 |
+
"architectures": [
|
7 |
+
"FalconForCausalLM"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"bias": true,
|
11 |
+
"bos_token_id": 11,
|
12 |
+
"eos_token_id": 11,
|
13 |
+
"ffn_hidden_size": 8192,
|
14 |
+
"hidden_dropout": 0.0,
|
15 |
+
"hidden_size": 2048,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"layer_norm_epsilon": 1e-05,
|
18 |
+
"max_position_embeddings": 2048,
|
19 |
+
"model_type": "falcon",
|
20 |
+
"multi_query": false,
|
21 |
+
"new_decoder_architecture": false,
|
22 |
+
"num_attention_heads": 32,
|
23 |
+
"num_hidden_layers": 24,
|
24 |
+
"num_kv_heads": 32,
|
25 |
+
"num_ln_in_parallel_attn": null,
|
26 |
+
"parallel_attn": false,
|
27 |
+
"rope_scaling": null,
|
28 |
+
"rope_theta": 10000.0,
|
29 |
+
"torch_dtype": "float16",
|
30 |
+
"transformers_version": "4.46.2",
|
31 |
+
"use_cache": false,
|
32 |
+
"vocab_size": 50304
|
33 |
+
}
|
emissions.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
+
2024-11-24T11:04:28,codecarbon,ffecbe2e-dbeb-47fc-9c90-9861435fef83,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,1188.7255009170003,0.04234573360115125,3.562280237824891e-05,42.5,56.50246183980127,31.30389261245728,0.014026415363663863,0.069204406196814,0.010325939257073183,0.09355676081755109,United States,USA,iowa,,,Linux-6.1.85+-x86_64-with-glibc2.35,3.10.12,2.7.4,12,Intel(R) Xeon(R) CPU @ 2.20GHz,1,1 x NVIDIA A100-SXM4-40GB,-95.8517,41.2591,83.47704696655273,machine,N,1.0
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 50256,
|
3 |
+
"eos_token_id": 50256,
|
4 |
+
"transformers_version": "4.46.2"
|
5 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62717f60b801abf55f7a9d0b9c82527380085998737ea889ee25040a1c878f69
|
3 |
+
size 2623284400
|
runs/Nov24_10-04-54_972e0c2302d7/events.out.tfevents.1732442702.972e0c2302d7.2097.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9e38c6adfa09c461c4fbc54959077eabebc6aeb2c99efe311f10177a9b5b83b
|
3 |
+
size 6002
|
runs/Nov24_10-15-47_972e0c2302d7/events.out.tfevents.1732443356.972e0c2302d7.5110.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e33c6ed760de4ee3f1961e16cd70bcf23a4b648b107fe9c06df05e146b91ba5
|
3 |
+
size 4184
|
runs/Nov24_10-24-30_972e0c2302d7/events.out.tfevents.1732443879.972e0c2302d7.8246.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12df217bc9eaeebd8942ff168a716b17bd4fb65dd561b34bea5194caddddf033
|
3 |
+
size 6011
|
runs/Nov24_10-27-55_972e0c2302d7/events.out.tfevents.1732444084.972e0c2302d7.10999.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:143ba24c8496788fb7136bff582cd9b341fba9495e990f97803d6be6f142c9bc
|
3 |
+
size 6011
|
runs/Nov24_10-33-17_972e0c2302d7/events.out.tfevents.1732444405.972e0c2302d7.12530.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684d7b60fe377263f4d2f25cf328ffde48a0491fef8c39b73d11d639e5d2ed85
|
3 |
+
size 6036
|
runs/Nov24_10-35-33_972e0c2302d7/events.out.tfevents.1732444540.972e0c2302d7.12530.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad95e1772ccad44b57e4373428408bcc5b2ed4bd5964694be30d033979f6c63
|
3 |
+
size 4184
|
runs/Nov24_10-37-47_972e0c2302d7/events.out.tfevents.1732444676.972e0c2302d7.14379.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b58b60a9cbb004adb1d57bbc65bb230f59fa0e37faef5940c7e6075c55dbbf
|
3 |
+
size 6002
|
runs/Nov24_10-41-03_972e0c2302d7/events.out.tfevents.1732444872.972e0c2302d7.15650.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164975d67c0e49c0a8d6bdc4d1dc75970d061901a91a979d52b52830003d8cf6
|
3 |
+
size 6002
|
runs/Nov24_10-44-27_972e0c2302d7/events.out.tfevents.1732445077.972e0c2302d7.16943.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7052ee30491064a58be0b288cc41b39118168b9af95d068139a7d6150582483d
|
3 |
+
size 11172
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"50256": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"bos_token": "<|endoftext|>",
|
14 |
+
"clean_up_tokenization_spaces": true,
|
15 |
+
"eos_token": "<|endoftext|>",
|
16 |
+
"model_max_length": 1024,
|
17 |
+
"pad_token": "<|endoftext|>",
|
18 |
+
"tokenizer_class": "GPT2Tokenizer",
|
19 |
+
"unk_token": "<|endoftext|>"
|
20 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63ed6e5565334fc389eb330bebc64b62242646c039a6b3f4c17fd76cf10053f0
|
3 |
+
size 6072
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|