baoch254 commited on
Commit
5e9ac7f
·
verified ·
1 Parent(s): c131abd

Pushed by DataDreamer

Browse files

Update datadreamer.json

Files changed (1) hide show
  1. datadreamer.json +64 -0
datadreamer.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_card": {
3
+ "Generate prompt is based on MMLU": {
4
+ "Date & Time": "2024-11-11T20:11:07.396165",
5
+ "Model Name": [
6
+ "gpt-4o-mini"
7
+ ],
8
+ "Model Card": [
9
+ "https://cdn.openai.com/papers/gpt-4-system-card.pdf"
10
+ ],
11
+ "License Information": [
12
+ "https://openai.com/policies"
13
+ ],
14
+ "Citation Information": [
15
+ "@article{OpenAI2023GPT4TR,\n title={GPT-4 Technical Report},\n author={OpenAI},\n journal={ArXiv},\n year={2023},\n volume={abs/2303.08774},\n url={https://api.semanticscholar.org/CorpusID:257532815}\n}",
16
+ "@article{ouyang2022training,\n title={Training language models to follow instructions with human feedback},\n author={Ouyang, Long and Wu, Jeffrey and Jiang, Xu and Almeida, Diogo and Wainwright, Carroll and Mishkin, Pamela and Zhang, Chong and Agarwal, Sandhini and Slama, Katarina and Ray, Alex and others},\n journal={Advances in Neural Information Processing Systems},\n volume={35},\n pages={27730--27744},\n year={2022}\n}"
17
+ ]
18
+ },
19
+ "Generate answer is based on MMLU": {
20
+ "Date & Time": "2024-11-11T20:11:15.770498",
21
+ "Model Name": [
22
+ "gpt-4o-mini"
23
+ ],
24
+ "Model Card": [
25
+ "https://cdn.openai.com/papers/gpt-4-system-card.pdf"
26
+ ],
27
+ "License Information": [
28
+ "https://openai.com/policies"
29
+ ],
30
+ "Citation Information": [
31
+ "@article{OpenAI2023GPT4TR,\n title={GPT-4 Technical Report},\n author={OpenAI},\n journal={ArXiv},\n year={2023},\n volume={abs/2303.08774},\n url={https://api.semanticscholar.org/CorpusID:257532815}\n}",
32
+ "@article{ouyang2022training,\n title={Training language models to follow instructions with human feedback},\n author={Ouyang, Long and Wu, Jeffrey and Jiang, Xu and Almeida, Diogo and Wainwright, Carroll and Mishkin, Pamela and Zhang, Chong and Agarwal, Sandhini and Slama, Katarina and Ray, Alex and others},\n journal={Advances in Neural Information Processing Systems},\n volume={35},\n pages={27730--27744},\n year={2022}\n}"
33
+ ]
34
+ }
35
+ },
36
+ "__version__": "0.38.0",
37
+ "datetime": "2024-11-11T20:11:18.343836",
38
+ "type": "ProcessWithPrompt",
39
+ "name": "Generate answer is based on MMLU",
40
+ "version": 1.0,
41
+ "fingerprint": "dce61b23bd017839",
42
+ "pickled": false,
43
+ "req_versions": {
44
+ "dill": "0.3.8",
45
+ "sqlitedict": "2.1.0",
46
+ "torch": "2.5.1",
47
+ "numpy": "1.26.4",
48
+ "transformers": "4.46.2",
49
+ "datasets": "2.21.0",
50
+ "huggingface_hub": "0.24.7",
51
+ "accelerate": "0.34.2",
52
+ "peft": "0.13.2",
53
+ "tiktoken": "0.8.0",
54
+ "tokenizers": "0.20.3",
55
+ "openai": "1.54.3",
56
+ "ctransformers": "0.2.27",
57
+ "optimum": "1.23.3",
58
+ "bitsandbytes": "0.42.0",
59
+ "litellm": "1.42.5",
60
+ "trl": "0.9.6",
61
+ "setfit": "1.1.0"
62
+ },
63
+ "interpreter": "3.10.15 (main, Oct 29 2024, 16:21:46) [Clang 16.0.0 (clang-1600.0.26.4)]"
64
+ }