Noola commited on
Commit
b4415ff
·
verified ·
1 Parent(s): 1c70b5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -12,6 +12,12 @@ metrics:
12
  model-index:
13
  - name: results
14
  results: []
 
 
 
 
 
 
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -68,3 +74,5 @@ The following hyperparameters were used during training:
68
  - Pytorch 2.9.0+cu126
69
  - Datasets 4.0.0
70
  - Tokenizers 0.22.1
 
 
 
12
  model-index:
13
  - name: results
14
  results: []
15
+
16
+ inference_providers:
17
+ - name: "CustomProvider"
18
+ type: "python"
19
+ path: "provider.py"
20
+ description: "Runs inference using my custom backend"
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
74
  - Pytorch 2.9.0+cu126
75
  - Datasets 4.0.0
76
  - Tokenizers 0.22.1
77
+
78
+