w601sxs commited on
Commit
bee07a2
·
1 Parent(s): b4b0fd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -18
README.md CHANGED
@@ -1,29 +1,47 @@
1
  ---
2
  language: en
3
  tags:
4
- - b1ade
5
  license: mit
6
  widget:
7
- - text: |-
8
- context: <math>
9
- question: <Evaluate -24 + -24 + 15*2.>
10
- answer: <
11
- example_title: Math
12
- - text: >-
13
- context: <You are a helpful assistant, who always provide explanation.
14
- Think like you are answering to a five year old.>
15
- question: <Determine the sentiment:
16
 
17
- We viewed the vcr and found it to be fascinating. Not knowing anything about this true story, I thought: Oh, no, P.Brosnan as an American Indian, what a bad choice until I discovered the truth about Grey Owl. The film does a good job of demonstrating the dignity of these native peoples and undermining the racist myths about them. And Annie Galipeau, WOW, what a beauty, and very convincing as an Indian woman (I believe she is French-Canadian; she sure reverts to the all-too familiar speech of such). In spite, of Brosnan's detached, grunting style, in the end he comes through convincingly as a passionate, dedicated man. The plot is a little weak in demostrating his conversion from trapper to animal coservationist. Good film, highly recommended.>
18
- answer: <
19
- example_title: Sentiment
20
- - inference:
21
- - parameters:
22
- - max_new_tokens: 512
23
- - top_p=0.99
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
 
27
  # B1ade
28
 
29
- (coming soon ...)
 
 
 
 
 
 
1
  ---
2
  language: en
3
  tags:
4
+ - b1ade
5
  license: mit
6
  widget:
7
+ - text: |-
8
+ context: <math>
9
+ question: <Evaluate -24 + -24 + 15*2.>
10
+ answer: <
11
+ example_title: Math
12
+ - text: >-
13
+ context: <You are a helpful assistant, who always provide explanation. Think
14
+ like you are answering to a five year old.>
15
+ question: <Determine the sentiment:
16
 
17
+ We viewed the vcr and found it to be fascinating. Not knowing anything about
18
+ this true story, I thought: Oh, no, P.Brosnan as an American Indian, what a
19
+ bad choice until I discovered the truth about Grey Owl. The film does a good
20
+ job of demonstrating the dignity of these native peoples and undermining the
21
+ racist myths about them. And Annie Galipeau, WOW, what a beauty, and very
22
+ convincing as an Indian woman (I believe she is French-Canadian; she sure
23
+ reverts to the all-too familiar speech of such). In spite, of Brosnan's
24
+ detached, grunting style, in the end he comes through convincingly as a
25
+ passionate, dedicated man. The plot is a little weak in demostrating his
26
+ conversion from trapper to animal coservationist. Good film, highly
27
+ recommended.>
28
+ answer: <
29
+ example_title: Sentiment
30
+ - inference:
31
+ - parameters:
32
+ - max_new_tokens: 512
33
+ - top_p=0.99
34
+ datasets:
35
+ - Open-Orca/OpenOrca
36
+ - WizardLM/WizardLM_evol_instruct_V2_196k
37
  ---
38
 
39
 
40
  # B1ade
41
 
42
+ Stable revision:
43
+
44
+ ```
45
+ from transformers import AutoTokenizer
46
+ model = AutoModelForCausalLM.from_pretrained("w601sxs/b1ade-1b", torch_dtype=torch.bfloat16, device_map="auto", revision='b4b0fd71589e6590089e1ec14a840ecab10894ae')
47
+ ```