nielsr HF Staff commited on
Commit
fc64c88
·
verified ·
1 Parent(s): f9c9ecf

Add pipeline tag and links to paper and code

Browse files

Hi! I'm Niels from the Hugging Face community team.

I've opened this PR to improve the model card for this artifact. Specifically, I've:
- Added the `pipeline_tag: text-ranking` to the metadata to improve discoverability.
- Added a link to the associated paper: [Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection and Compression for Tool-Using LLM Agents](https://huggingface.co/papers/2606.08151).
- Included a link to the official GitHub repository.
- Maintained the existing technical documentation and code snippets.

This will help users better understand the research context of this adapter and how to use it within the CICL framework.

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
- library_name: peft
3
  base_model: Qwen/Qwen3.5-9B
 
4
  license: apache-2.0
 
5
  tags:
6
  - peft
7
  - lora
@@ -13,9 +14,11 @@ tags:
13
 
14
  # CICL Qwen3.5-9B QLoRA Adapter
15
 
16
- This repository contains a PEFT LoRA adapter trained for decision-aware context judgment experiments in CICL. The repository does not include the Qwen3.5-9B base model.
 
 
17
 
18
- It is an **adapter-only** release. To run it, load the adapter with the matching base model:
19
 
20
  ```text
21
  base model: Qwen/Qwen3.5-9B
@@ -100,4 +103,4 @@ These numbers are intended as diagnostic evidence for the paper's surrogate-judg
100
  - This is not a standalone language model; it requires `Qwen/Qwen3.5-9B`.
101
  - It is trained for CICL counterfactual context-judgment experiments, not general chat or coding-agent use.
102
  - It should not be described as equivalent to Claude/Opus teacher models.
103
- - It is intended to support reproducibility of the surrogate-judge and selection-agreement experiments reported with the CICL project.
 
1
  ---
 
2
  base_model: Qwen/Qwen3.5-9B
3
+ library_name: peft
4
  license: apache-2.0
5
+ pipeline_tag: text-ranking
6
  tags:
7
  - peft
8
  - lora
 
14
 
15
  # CICL Qwen3.5-9B QLoRA Adapter
16
 
17
+ This repository contains a PEFT LoRA adapter trained for decision-aware context judgment experiments as presented in the paper [Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection and Compression for Tool-Using LLM Agents](https://huggingface.co/papers/2606.08151).
18
+
19
+ Official Code: [XinyuGuan/CICL](https://github.com/stephen-guan-researcher/CICL)
20
 
21
+ The repository does not include the Qwen3.5-9B base model. It is an **adapter-only** release. To run it, load the adapter with the matching base model:
22
 
23
  ```text
24
  base model: Qwen/Qwen3.5-9B
 
103
  - This is not a standalone language model; it requires `Qwen/Qwen3.5-9B`.
104
  - It is trained for CICL counterfactual context-judgment experiments, not general chat or coding-agent use.
105
  - It should not be described as equivalent to Claude/Opus teacher models.
106
+ - It is intended to support reproducibility of the surrogate-judge and selection-agreement experiments reported with the CICL project.