Yuki131 commited on
Commit
63bee7a
verified
1 Parent(s): 80a8156

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ base_model:
8
  pipeline_tag: question-answering
9
  library_name: transformers
10
  ---
11
- # EviOmni-nq_train-qwen2.5-7B
12
 
13
  ## Introduction
14
 
@@ -39,7 +39,7 @@ With `transformers<4.37.0`, you will encounter the following error:
39
  return last_tokens == self.stop_ids
40
  return False
41
 
42
- model_name = "HIT-TMG/EviOmni-nq_train-qwen2.5-7B"
43
  model = AutoModelForCausalLM.from_pretrained(
44
  model_name,
45
  torch_dtype="auto",
 
8
  pipeline_tag: question-answering
9
  library_name: transformers
10
  ---
11
+ # EviOmni-nq_train-7B
12
 
13
  ## Introduction
14
 
 
39
  return last_tokens == self.stop_ids
40
  return False
41
 
42
+ model_name = "HIT-TMG/EviOmni-nq_train-7B"
43
  model = AutoModelForCausalLM.from_pretrained(
44
  model_name,
45
  torch_dtype="auto",