akshitab commited on
Commit
a8d97bf
1 Parent(s): 101db8f

initial files

Browse files
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ trained on lumi
configuration_olmo.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from hf_olmo import OLMoConfig
modeling_olmo.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from hf_olmo import OLMoForCausalLM
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ai2-olmo>=0.2.2
tokenization_olmo_fast.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from hf_olmo.tokenization_olmo_fast import OLMoTokenizerFast