Add pipeline_tag, library_name and correct base_model

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
- - Qwen/Qwen3-4B
5
  language:
6
- - en
 
7
  tags:
8
- - agent
9
- - tool-use
10
- - reinforcement-learning
11
- - mcp
 
 
12
  ---
13
 
14
  <h1 align="center">Arctic-AWM-8B</h1>
@@ -29,7 +31,7 @@ tags:
29
  <sup>1</sup>UNC-Chapel Hill &nbsp; <sup>2</sup>Snowflake AI Research &nbsp;
30
  </p>
31
 
32
-
33
 
34
  # Overview
35
 
@@ -66,4 +68,4 @@ If you find this resource useful, please kindly cite:
66
  primaryClass={cs.AI},
67
  url={https://arxiv.org/abs/2602.10090},
68
  }
69
- ```
 
1
  ---
 
2
  base_model:
3
+ - Qwen/Qwen3-8B
4
  language:
5
+ - en
6
+ license: apache-2.0
7
  tags:
8
+ - agent
9
+ - tool-use
10
+ - reinforcement-learning
11
+ - mcp
12
+ pipeline_tag: text-generation
13
+ library_name: transformers
14
  ---
15
 
16
  <h1 align="center">Arctic-AWM-8B</h1>
 
31
  <sup>1</sup>UNC-Chapel Hill &nbsp; <sup>2</sup>Snowflake AI Research &nbsp;
32
  </p>
33
 
34
+ This model is presented in the paper [Agent World Model: Infinity Synthetic Environments for Agentic Reinforcement Learning](https://huggingface.co/papers/2602.10090).
35
 
36
  # Overview
37
 
 
68
  primaryClass={cs.AI},
69
  url={https://arxiv.org/abs/2602.10090},
70
  }
71
+ ```