Skip to content

Commit

Permalink
Merge pull request axolotl-ai-cloud#209 from sroecker/fix_redpajama_e…
Browse files Browse the repository at this point in the history
…xample_tokenizer

Use AutoTokenizer for redpajama example
  • Loading branch information
winglian authored Jun 14, 2023
2 parents a779efd + 7166d76 commit 707e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redpajama/config-3b.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base_model: togethercomputer/RedPajama-INCITE-Chat-3B-v1
base_model_config: togethercomputer/RedPajama-INCITE-Chat-3B-v1
model_type: GPTNeoXForCausalLM
tokenizer_type: GPTNeoXTokenizer
tokenizer_type: AutoTokenizer
trust_remote_code:
load_in_8bit: false
datasets:
Expand Down

0 comments on commit 707e70e

Please sign in to comment.