xcczach commited on
Commit
6a6ee6a
·
verified ·
1 Parent(s): 4c19b30

Upload model

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. configuration_test.py +1 -1
  3. model.safetensors +1 -1
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "AutoModel": "modeling_test.TestModel"
8
  },
9
  "input_dim": 10,
10
- "model_type": "resnet",
11
  "output_dim": 5,
12
  "torch_dtype": "float32",
13
  "transformers_version": "4.39.1"
 
7
  "AutoModel": "modeling_test.TestModel"
8
  },
9
  "input_dim": 10,
10
+ "model_type": "my_test_model",
11
  "output_dim": 5,
12
  "torch_dtype": "float32",
13
  "transformers_version": "4.39.1"
configuration_test.py CHANGED
@@ -3,7 +3,7 @@ from typing import List
3
 
4
 
5
  class TestConfig(PretrainedConfig):
6
- model_type = "resnet"
7
 
8
  def __init__(
9
  self,
 
3
 
4
 
5
  class TestConfig(PretrainedConfig):
6
+ model_type = "my_test_model"
7
 
8
  def __init__(
9
  self,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3fd3521cdc166cc5fd87bf3b5f35183c784002bed717cfb5ee55c231baf52a1
3
  size 871354852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64dd934f5668a34c0a8860dc7e774784c3733afd4bc8231e49be78596cee2b16
3
  size 871354852