nroggendorff commited on
Commit
848a62e
1 Parent(s): 5af7a3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -16
README.md CHANGED
@@ -9,27 +9,18 @@ model-index:
9
  - name: Finetuned_TineyLlama
10
  results: []
11
  ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # Finetuned_TineyLlama
17
 
18
  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.
19
 
20
  ## Model description
21
 
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
 
34
  ### Training hyperparameters
35
 
@@ -44,11 +35,11 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
-
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.41.1
52
  - Pytorch 2.3.0+cu121
53
  - Datasets 2.19.1
54
- - Tokenizers 0.19.1
 
9
  - name: Finetuned_TineyLlama
10
  results: []
11
  ---
12
+ # Finetuned_TinyLlama
 
 
 
 
13
 
14
  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.
15
 
16
  ## Model description
17
 
18
+ This model was made with [this tutorial by Noa](https://huggingface.co/blog/nroggendorff/finetune-tinyllama), you can find a more complete model and demo at [nroggendorff/mayo](https://huggingface.co/spaces/nroggendorff/mayo)
 
 
19
 
20
+ ## Limitations
21
 
22
+ - The model is easily gaslit
23
+ - It is uncensored, and there are no safety features.
 
 
 
24
 
25
  ### Training hyperparameters
26
 
 
35
 
36
  ### Training results
37
 
38
+ - training_loss=2.0859998975481306
39
 
40
  ### Framework versions
41
 
42
  - Transformers 4.41.1
43
  - Pytorch 2.3.0+cu121
44
  - Datasets 2.19.1
45
+ - Tokenizers 0.19.1