afrideva commited on
Commit
1950d23
1 Parent(s): 47d7ca4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: M4-ai/Hercules-Mini-1.8B
3
+ datasets:
4
+ - Locutusque/hercules-v4.0
5
+ inference: true
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: other
10
+ model_creator: M4-ai
11
+ model_name: Hercules-Mini-1.8B
12
+ pipeline_tag: text-generation
13
+ quantized_by: afrideva
14
+ tags:
15
+ - gguf
16
+ - ggml
17
+ - quantized
18
+ ---
19
+
20
+ # Hercules-Mini-1.8B-GGUF
21
+
22
+ Quantized GGUF model files for [Hercules-Mini-1.8B](https://huggingface.co/M4-ai/Hercules-Mini-1.8B) from [M4-ai](https://huggingface.co/M4-ai)
23
+
24
+ ## Original Model Card:
25
+
26
+ # Hercules-Mini-1.8B
27
+
28
+ <!-- Provide a quick summary of what the model is/does. -->
29
+ We fine-tuned Qwen1.5-1.8B on Locutusque's Hercules-v4.
30
+
31
+
32
+ ## Model Details
33
+
34
+ ### Model Description
35
+
36
+ <!-- Provide a longer summary of what this model is. -->
37
+
38
+ This model has capabilities in math, coding, function calling, roleplay, and more. We fine-tuned it using 700,000 examples of Hercules-v4.
39
+
40
+ - **Developed by:** M4-ai
41
+ - **Language(s) (NLP):** English and maybe Chinese
42
+ - **License:** tongyi-qianwen license
43
+ - **Finetuned from model:** [Qwen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B)
44
+
45
+ ## Uses
46
+
47
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
48
+
49
+ General purpose assistant, question answering, chain-of-thought, etc..
50
+
51
+ ## Bias, Risks, and Limitations
52
+
53
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
54
+
55
+ The eos token was not setup properly, so to prevent infinite generation you'll need to implement a stopping criteria when the model generates the <|im_end|> token.
56
+
57
+ ### Recommendations
58
+
59
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
60
+
61
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
62
+
63
+ ## Evaluation
64
+ Coming soon
65
+
66
+
67
+ ## Training Details
68
+
69
+ ### Training Data
70
+
71
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
72
+ https://huggingface.co/datasets/Locutusque/hercules-v4.0
73
+
74
+
75
+ #### Training Hyperparameters
76
+
77
+ - **Training regime:** bf16 non-mixed precision
78
+ ## Technical Specifications
79
+
80
+ #### Hardware
81
+
82
+ We used 8 Kaggle TPUs, and we trained at a global batch size of 256 and sequence length of 1536
83
+
84
+ ## Contributions
85
+
86
+ Thanks to @Tonic, @aloobun, @fhai50032, and @Locutusque for their contributions to this model.