akshitab commited on
Commit
d5a365b
1 Parent(s): 8772e21

add python files

Browse files
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Trained on nvidia
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