mindware commited on
Commit
0ee0fe6
·
verified ·
1 Parent(s): 05e0f30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -8,5 +8,26 @@ tags:
8
  - ARC-AGI
9
  - ARC
10
  - code
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
  This is the second model in the ensemble for the MindsAI @ Tufa Labs team for the ARC Prize 2025 competition. It was originally based on the CodeT5 model from Salesforce. It was modified to have 16 layers in the decoder from the original 24 layers. Testing demonstrated that removing layers was more harmful to performance when removed from the encoder, but was able to fully recover when removing decoder layers.
 
8
  - ARC-AGI
9
  - ARC
10
  - code
11
+ datasets:
12
+ - WizardLMTeam/WizardLM_evol_instruct_V2_196k
13
+ - Open-Orca/SlimOrca
14
+ - camel-ai/math
15
+ - skeskinen/TinyStories-GPT4
16
+ - rajpurkar/squad_v2
17
+ - garage-bAInd/Open-Platypus
18
+ - Sharathhebbar24/arxiv-math-instruct-50k
19
+ - AlgorithmicResearchGroup/arxiv-physics-instruct-tune-30k
20
+ - TIGER-Lab/MathInstruct
21
+ - neoneye/histogram-comparisons-small-v1
22
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
23
+ - PrimeIntellect/INTELLECT-MATH-SFT-Data
24
+ - PrimeIntellect/verifiable-math-problems
25
+ - sethapun/arithmetic_2md_1to1000
26
+ - EleutherAI/proof-pile-2
27
+ - MMInstruction/M3IT
28
+ - stingning/ultrachat
29
+ - timdettmers/openassistant-guanaco
30
+ - Dahoas/instruct-synthetic-prompt-responses
31
+ - pankajmathur/WizardLM_Orca
32
  ---
33
  This is the second model in the ensemble for the MindsAI @ Tufa Labs team for the ARC Prize 2025 competition. It was originally based on the CodeT5 model from Salesforce. It was modified to have 16 layers in the decoder from the original 24 layers. Testing demonstrated that removing layers was more harmful to performance when removed from the encoder, but was able to fully recover when removing decoder layers.