ericmofre23 commited on
Commit
c6827b7
·
verified ·
1 Parent(s): 7bab449

Model save

Browse files
Files changed (2) hide show
  1. README.md +2 -4
  2. generation_config.json +2 -2
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: ericmofre23/ORBIT-Llama-3-8b
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -12,10 +10,10 @@ model-index:
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- [<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/ericmode/astro/runs/gay9q17q)
16
  # delta-ollm-finne-trr-est-new-mini2-new-ll
17
 
18
- This model is a fine-tuned version of [ericmofre23/ORBIT-Llama-3-8b](https://huggingface.co/ericmofre23/ORBIT-Llama-3-8b) on an unknown dataset.
19
 
20
  ## Model description
21
 
 
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
5
  model-index:
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ [<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/ericmode/astro/runs/shmad0ev)
14
  # delta-ollm-finne-trr-est-new-mini2-new-ll
15
 
16
+ This model was trained from scratch on an unknown dataset.
17
 
18
  ## Model description
19
 
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
 
4
  "eos_token_id": 128001,
5
- "transformers_version": "4.47.1",
6
- "use_cache": false
7
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
4
+ "do_sample": true,
5
  "eos_token_id": 128001,
6
+ "transformers_version": "4.47.1"
 
7
  }