Di Zhang commited on
Commit
9c00a7b
·
verified ·
1 Parent(s): 786ad9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -50,14 +50,6 @@ generation_config = GenerationConfig(
50
  outputs = model.generate(**inputs, generation_config=generation_config)
51
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
52
  ```
53
- ## Dataset
54
-
55
- | Section | Dataset |Link|
56
- | ----------------- | ------------ |-|
57
- | Pretrain Dataset | ChemPile-2T ||
58
- | SFT Dataset | ChemData-7M ||
59
- | Benchmark Dataset | ChemTest-12K ||
60
- | DPO Dataset | ChemPref-10k ||
61
 
62
  ## Results
63
  ### MMLU Highlights
 
50
  outputs = model.generate(**inputs, generation_config=generation_config)
51
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
52
  ```
 
 
 
 
 
 
 
 
53
 
54
  ## Results
55
  ### MMLU Highlights