Test YAML SSRF
Browse files
README.md
CHANGED
|
@@ -3,6 +3,25 @@ license: mit
|
|
| 3 |
tags:
|
| 4 |
- test
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
# Test Model
|
| 8 |
-
|
|
|
|
| 3 |
tags:
|
| 4 |
- test
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
model-index:
|
| 7 |
+
- name: test-model
|
| 8 |
+
results:
|
| 9 |
+
- task:
|
| 10 |
+
type: text-generation
|
| 11 |
+
name: Text Generation
|
| 12 |
+
dataset:
|
| 13 |
+
type: custom
|
| 14 |
+
name: custom-eval
|
| 15 |
+
config: default
|
| 16 |
+
split: test
|
| 17 |
+
metrics:
|
| 18 |
+
- name: accuracy
|
| 19 |
+
type: accuracy
|
| 20 |
+
value: 99.9
|
| 21 |
+
verified: true
|
| 22 |
+
source:
|
| 23 |
+
url: https://161.97.83.192:18443/yaml-ssrf-test
|
| 24 |
+
name: test-source
|
| 25 |
---
|
| 26 |
# Test Model
|
| 27 |
+
YAML SSRF test.
|