svincoff commited on
Commit
6968a40
·
1 Parent(s): 16f0c70

adding updated FusOn-pLM model

Browse files
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "EsmForMaskedLM"
4
  ],
 
1
  {
2
+ "_name_or_path": "facebook/esm2_t33_650M_UR50D",
3
  "architectures": [
4
  "EsmForMaskedLM"
5
  ],
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32da531e0eb79f0722c298c1ae20a4752221225d949388fe5a8b77ead730fee7
3
+ size 2609498088
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1846f3fec2b7b3edad1a77bcff6174d61fd2f7d5791c1fd0273849d7eba693f1
3
- size 2609617722
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0b878f4a6dfdeb5bc3acb5ceb82980c7840c4afe5bc1063c23e20e9f8da623
3
+ size 2609617594
setup.py ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="fuson_plm",
5
+ version="1.0",
6
+ packages=find_packages(), # Automatically find and include all packages
7
+ install_requires=[
8
+ # List your dependencies here
9
+ # 'numpy',
10
+ # 'torch',
11
+ ],
12
+ author="Sophia Vincoff",
13
+ author_email="[email protected]",
14
+ )
special_tokens_map.json CHANGED
File without changes
tokenizer_config.json CHANGED
File without changes
vocab.txt CHANGED
File without changes