b1ade-1b / README.md
w601sxs's picture
Upload GPTNeoXForCausalLM
4446381 verified
|
raw
history blame
No virus
1.58 kB
metadata
language: en
license: mit
tags:
  - b1ade
datasets:
  - Open-Orca/OpenOrca
  - WizardLM/WizardLM_evol_instruct_V2_196k
widget:
  - text: |-
      context: <math>
       question: <Evaluate -24 + -24 + 15*2.>
       answer: <
    example_title: Math
  - text: >-
      context: <You are a helpful assistant, who always provide explanation.
      Think like you are answering to a five year old.>
       question: <Determine the sentiment:

      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.>
       answer: <
    example_title: Sentiment
  - inference:
      - parameters:
          - max_new_tokens: 512
          - top_p=0.99

B1ade

Stable revision:

from transformers import AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("w601sxs/b1ade-1b", torch_dtype=torch.bfloat16, device_map="auto", revision='b4b0fd71589e6590089e1ec14a840ecab10894ae')