brittlewis12 commited on
Commit
70fd602
·
verified ·
1 Parent(s): 57c558a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Ba2han/TinyOpenHermes-1.1B-4k
3
+ license: cc-by-nc-4.0
4
+ datasets:
5
+ - teknium/openhermes
6
+ language:
7
+ - en
8
+ model_creator: stabilityai
9
+ model_name: stablelm-2-zephyr-1_6b
10
+ model_type: stablelm_epoch
11
+ inference: false
12
+ pipeline_tag: text-generation
13
+ prompt_template: |
14
+ {{system_message}}
15
+
16
+ ### Instruction:
17
+ {{prompt}}
18
+
19
+ ### Response:
20
+
21
+ quantized_by: brittlewis12
22
+ ---
23
+
24
+ # TinyOpenHermes-1.1B-4k GGUF
25
+
26
+ ![tinyopenhermes](https://cdn-uploads.huggingface.co/production/uploads/6324eabf05bd8a54c6eb1650/A_cMQgKaChl6Q9Vf6E3yM.png)
27
+
28
+ Original model: [TinyOpenHermes-1.1B-4k](https://huggingface.co/Ba2han/TinyOpenHermes-1.1B-4k)
29
+ Model creator: [Ba2han](https://huggingface.co/Ba2han)
30
+
31
+ This repo contains GGUF format model files for Ba2han’s TinyOpenHermes-1.1B-4k.
32
+
33
+ > Compared to TinyLlama-1.1B-Chat-v1.0:
34
+ > - Algebra UP **17.4%**
35
+ > - Formal Logic UP **24.2%**
36
+ > - Logical Fallacies UP **35.4%**
37
+
38
+ ### What is GGUF?
39
+
40
+ GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
41
+ Converted using llama.cpp b1932 (revision [942c010](https://github.com/ggerganov/llama.cpp/commits/942c0107a7301434c0a5e7da46bc4cf2393aa556))
42
+
43
+ ### Prompt template: Alpaca
44
+
45
+ ```
46
+ {{system_message}}
47
+
48
+ ### Instruction:
49
+ {{prompt}}
50
+
51
+ ### Response:
52
+ ```
53
+
54
+ ---
55
+
56
+ ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
57
+
58
+ ![cnvrs.ai](https://pbs.twimg.com/profile_images/1744049151241797632/0mIP-P9e_400x400.jpg)
59
+
60
+ [cnvrs](https://testflight.apple.com/join/sFWReS7K) is the best app for private, local AI on your device:
61
+ - create & save **Characters** with custom system prompts & temperature settings
62
+ - download and experiment with any **GGUF model** you can [find on HuggingFace](https://huggingface.co/models?library=gguf)!
63
+ - make it your own with custom **Theme colors**
64
+ - powered by Metal ⚡️ & [Llama.cpp](https://github.com/ggerganov/llama.cpp), with **haptics** during response streaming!
65
+ - **try it out** yourself today, on [Testflight](https://testflight.apple.com/join/sFWReS7K)!
66
+ - follow [cnvrs on twitter](https://twitter.com/cnvrsai) to stay up to date
67
+
68
+ ---
69
+
70
+ ## Original Model Evaluations:
71
+
72
+ | Task |Version| Metric |Value | |Stderr|
73
+ |-------------------------------|------:|--------|-----:|---|-----:|
74
+ |hendrycksTest-logical_fallacies| 1|acc |0.3067|± |0.0362|
75
+ | | |acc_norm|**0.3067**|± |0.0362|
76
+ |hendrycksTest-global_facts | 1|acc | 0.3|± |0.0461|
77
+ | | |acc_norm| 0.3|± |0.0461|
78
+ |hendrycksTest-abstract_algebra | 1|acc |0.2700|± |0.0446|
79
+ | | |acc_norm|**0.2700**|± |0.0446|
80
+ |hendrycksTest-college_chemistry| 1|acc |0.3100|± |0.0465|
81
+ | | |acc_norm|**0.3100**|± |0.0465|
82
+ |hendrycksTest-college_physics | 1|acc |0.2157|± |0.0409|
83
+ | | |acc_norm|**0.2157**|± |0.0409|
84
+ |hendrycksTest-formal_logic | 1|acc |0.2857|± |0.0404|
85
+ | | |acc_norm|**0.2857**|± |0.0404|