Sandiago21 commited on
Commit
ab28fb7
1 Parent(s): bd90e52

End of training

Browse files
Files changed (4) hide show
  1. README.md +61 -0
  2. adapter_model.bin +1 -1
  3. tokenizer.json +1 -8
  4. train_with_llm_answers.csv +0 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - multilingual
4
+ base_model: meta-llama/Llama-2-13b-hf
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - STEM
9
+ model-index:
10
+ - name: llama-2-13b-llm-science-exam-kaggle
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
+ # llama-2-13b-llm-science-exam-kaggle
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf) on the llm-science-exam dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - eval_loss: 1.5339
22
+ - eval_runtime: 1031.3967
23
+ - eval_samples_per_second: 0.194
24
+ - eval_steps_per_second: 0.097
25
+ - epoch: 0.48
26
+ - step: 200
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 2
47
+ - eval_batch_size: 2
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 4
50
+ - total_train_batch_size: 8
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_steps: 50
54
+ - num_epochs: 1
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.34.0.dev0
59
+ - Pytorch 2.0.0
60
+ - Datasets 2.1.0
61
+ - Tokenizers 0.14.0
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a75f3d09fd8df758ffa956121c60133554295b2dbe2e954074ea41635d59a47
3
  size 209772877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d28cd4f33d424d76bf23e1a23ba0bd1646517ea252b9b90b54ba49e27df2d74
3
  size 209772877
tokenizer.json CHANGED
@@ -1,14 +1,7 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
- "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 2,
9
- "pad_type_id": 0,
10
- "pad_token": "</s>"
11
- },
12
  "added_tokens": [
13
  {
14
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
train_with_llm_answers.csv ADDED
The diff for this file is too large to render. See raw diff