monsoon-nlp
commited on
Commit
•
642f5db
1
Parent(s):
215d458
Update README.md
Browse files
README.md
CHANGED
@@ -1,50 +1 @@
|
|
1 |
-
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
model-index:
|
8 |
-
- name: tinyllama-removing-tokens
|
9 |
-
results: []
|
10 |
-
---
|
11 |
-
|
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 |
-
# tinyllama-removing-tokens
|
16 |
-
|
17 |
-
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on an unknown dataset.
|
18 |
-
|
19 |
-
## Model description
|
20 |
-
|
21 |
-
More information needed
|
22 |
-
|
23 |
-
## Intended uses & limitations
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Training and evaluation data
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training procedure
|
32 |
-
|
33 |
-
### Training hyperparameters
|
34 |
-
|
35 |
-
The following hyperparameters were used during training:
|
36 |
-
- learning_rate: 1e-05
|
37 |
-
- train_batch_size: 8
|
38 |
-
- eval_batch_size: 8
|
39 |
-
- seed: 42
|
40 |
-
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
-
- lr_scheduler_type: linear
|
42 |
-
- lr_scheduler_warmup_steps: 10
|
43 |
-
- num_epochs: 2
|
44 |
-
|
45 |
-
### Framework versions
|
46 |
-
|
47 |
-
- PEFT 0.13.2
|
48 |
-
- Transformers 4.46.2
|
49 |
-
- Pytorch 2.5.1+cu121
|
50 |
-
- Tokenizers 0.20.3
|
|
|
1 |
+
tinyllama demo strictly for lighteval testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|