malmarjeh commited on
Commit
18172ed
·
verified ·
1 Parent(s): 2d1ca83

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ai21labs/AI21-Jamba-1.5-Mini
3
+ datasets:
4
+ - bitext/Bitext-combined-banking-wealth_management-mortgage_loans
5
+ library_name: peft
6
+ license: other
7
+ tags:
8
+ - alignment-handbook
9
+ - trl
10
+ - sft
11
+ - generated_from_trainer
12
+ model-index:
13
+ - name: BT-Jamba-1.5-Mini-customer-support
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # BT-Jamba-1.5-Mini-customer-support
21
+
22
+ This model is a fine-tuned version of [ai21labs/AI21-Jamba-1.5-Mini](https://huggingface.co/ai21labs/AI21-Jamba-1.5-Mini) on the bitext/Bitext-combined-banking-wealth_management-mortgage_loans dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.7288
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.01
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:----:|:---------------:|
58
+ | 0.7424 | 0.9983 | 299 | 0.7416 |
59
+ | 0.7224 | 2.0 | 599 | 0.7293 |
60
+ | 0.7153 | 2.9950 | 897 | 0.7288 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.13.2
66
+ - Transformers 4.45.0.dev0
67
+ - Pytorch 2.1.0+cu118
68
+ - Datasets 3.1.0
69
+ - Tokenizers 0.19.1