Add discovery metadata (base_model adapter relation, tags, pipeline)
Browse files
README.md
CHANGED
|
@@ -1,19 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
language:
|
| 13 |
-
|
| 14 |
-
library_name:
|
| 15 |
pipeline_tag: feature-extraction
|
| 16 |
inference: false
|
|
|
|
| 17 |
---
|
| 18 |
<!-- SRT-VERSIONING-DISCLAIMER -->
|
| 19 |
> ## Research checkpoint (not a stable release)
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-7B
|
| 5 |
tags:
|
| 6 |
+
- adapter
|
| 7 |
+
- semiotics
|
| 8 |
+
- bifurcation-detection
|
| 9 |
+
- metapragmatics
|
| 10 |
+
- frozen-backbone
|
| 11 |
+
- pytorch
|
| 12 |
+
- custom_code
|
| 13 |
+
- srt
|
| 14 |
+
- semiotic-reflexive-transformer
|
| 15 |
+
- introspection
|
| 16 |
+
- interpretability
|
| 17 |
language:
|
| 18 |
+
- en
|
| 19 |
+
library_name: srt-adapter
|
| 20 |
pipeline_tag: feature-extraction
|
| 21 |
inference: false
|
| 22 |
+
base_model_relation: adapter
|
| 23 |
---
|
| 24 |
<!-- SRT-VERSIONING-DISCLAIMER -->
|
| 25 |
> ## Research checkpoint (not a stable release)
|