Update README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,62 @@ license: mit
|
|
20 |
widget:
|
21 |
- text: "<|system|>\nYou are a chatbot who can code!</s>\n<|user|>\nWrite me a function to search for OEvortex on youtube use Webbrowser .</s>\n<|assistant|>\n"
|
22 |
- text: "<|system|>\nYou are a chatbot who can be a teacher!</s>\n<|user|>\nExplain me working of AI .</s>\n<|assistant|>\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# HelpingAI-Lite
|
26 |
# Subscribe to my YouTube channel
|
27 |
-
|
28 |
|
29 |
HelpingAI-Lite is a lite version of the HelpingAI model that can assist with coding tasks. It's trained on a diverse range of datasets and fine-tuned to provide accurate and helpful responses.
|
30 |
|
@@ -79,4 +130,3 @@ outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_
|
|
79 |
# Print the generated text
|
80 |
print(outputs[0]["generated_text"])
|
81 |
|
82 |
-
```
|
|
|
20 |
widget:
|
21 |
- text: "<|system|>\nYou are a chatbot who can code!</s>\n<|user|>\nWrite me a function to search for OEvortex on youtube use Webbrowser .</s>\n<|assistant|>\n"
|
22 |
- text: "<|system|>\nYou are a chatbot who can be a teacher!</s>\n<|user|>\nExplain me working of AI .</s>\n<|assistant|>\n"
|
23 |
+
model-index:
|
24 |
+
- name: HelpingAI-Lite
|
25 |
+
results:
|
26 |
+
- task:
|
27 |
+
type: text-generation
|
28 |
+
dataset:
|
29 |
+
name: cerebras/SlimPajama-627B
|
30 |
+
type: text-generation
|
31 |
+
metrics:
|
32 |
+
- name: Epoch
|
33 |
+
type: Training Epoch
|
34 |
+
value: 3.0
|
35 |
+
- name: Eval Logits/Chosen
|
36 |
+
type: Evaluation Logits for Chosen Samples
|
37 |
+
value: -2.707406759262085
|
38 |
+
- name: Eval Logits/Rejected
|
39 |
+
type: Evaluation Logits for Rejected Samples
|
40 |
+
value: -2.65652441978546
|
41 |
+
- name: Eval Logps/Chosen
|
42 |
+
type: Evaluation Log-probabilities for Chosen Samples
|
43 |
+
value: -370.129670421875
|
44 |
+
- name: Eval Logps/Rejected
|
45 |
+
type: Evaluation Log-probabilities for Rejected Samples
|
46 |
+
value: -296.073825390625
|
47 |
+
- name: Eval Loss
|
48 |
+
type: Evaluation Loss
|
49 |
+
value: 0.513750433921814
|
50 |
+
- name: Eval Rewards/Accuracies
|
51 |
+
type: Evaluation Rewards and Accuracies
|
52 |
+
value: 0.738095223903656
|
53 |
+
- name: Eval Rewards/Chosen
|
54 |
+
type: Evaluation Rewards for Chosen Samples
|
55 |
+
value: -0.0274422804903984
|
56 |
+
- name: Eval Rewards/Margins
|
57 |
+
type: Evaluation Rewards Margins
|
58 |
+
value: 1.008722543614307
|
59 |
+
- name: Eval Rewards/Rejected
|
60 |
+
type: Evaluation Rewards for Rejected Samples
|
61 |
+
value: -1.03616464138031
|
62 |
+
- name: Eval Runtime
|
63 |
+
type: Evaluation Runtime
|
64 |
+
value: 93.5908
|
65 |
+
- name: Eval Samples
|
66 |
+
type: Number of Evaluation Samples
|
67 |
+
value: 2000
|
68 |
+
- name: Eval Samples per Second
|
69 |
+
type: Evaluation Samples per Second
|
70 |
+
value: 21.37
|
71 |
+
- name: Eval Steps per Second
|
72 |
+
type: Evaluation Steps per Second
|
73 |
+
value: 0.673
|
74 |
---
|
75 |
|
76 |
# HelpingAI-Lite
|
77 |
# Subscribe to my YouTube channel
|
78 |
+
Subscribe
|
79 |
|
80 |
HelpingAI-Lite is a lite version of the HelpingAI model that can assist with coding tasks. It's trained on a diverse range of datasets and fine-tuned to provide accurate and helpful responses.
|
81 |
|
|
|
130 |
# Print the generated text
|
131 |
print(outputs[0]["generated_text"])
|
132 |
|
|