初始化项目,由ModelHub XC社区提供模型

Model: yahid/triage-agent-qwen3b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 15:05:53 +08:00
commit a3cdf38876
230 changed files with 154589 additions and 0 deletions

36
.gitattributes vendored Normal file
View File

@@ -0,0 +1,36 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
tokenizer.json filter=lfs diff=lfs merge=lfs -text

67
README.md Normal file
View File

@@ -0,0 +1,67 @@
---
base_model: Qwen/Qwen2.5-3B-Instruct
library_name: transformers
model_name: triage-agent-qwen3b
tags:
- generated_from_trainer
- trl
- grpo
licence: license
---
# Model Card for triage-agent-qwen3b
This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct).
It has been trained using [TRL](https://github.com/huggingface/trl).
## Quick start
```python
from transformers import pipeline
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
generator = pipeline("text-generation", model="yahid/triage-agent-qwen3b", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])
```
## Training procedure
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/yahid-sahe/triage-agent-grpo/runs/99l7dg4c)
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
### Framework versions
- TRL: 1.2.0
- Transformers: 4.57.6
- Pytorch: 2.10.0
- Datasets: 4.8.4
- Tokenizers: 0.22.2
## Citations
Cite GRPO as:
```bibtex
@article{shao2024deepseekmath,
title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
year = 2024,
eprint = {arXiv:2402.03300},
}
```
Cite TRL as:
```bibtex
@software{vonwerra2020trl,
title = {{TRL: Transformers Reinforcement Learning}},
author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
license = {Apache-2.0},
url = {https://github.com/huggingface/trl},
year = {2020}
}
```

24
added_tokens.json Normal file
View File

@@ -0,0 +1,24 @@
{
"</tool_call>": 151658,
"<tool_call>": 151657,
"<|box_end|>": 151649,
"<|box_start|>": 151648,
"<|endoftext|>": 151643,
"<|file_sep|>": 151664,
"<|fim_middle|>": 151660,
"<|fim_pad|>": 151662,
"<|fim_prefix|>": 151659,
"<|fim_suffix|>": 151661,
"<|im_end|>": 151645,
"<|im_start|>": 151644,
"<|image_pad|>": 151655,
"<|object_ref_end|>": 151647,
"<|object_ref_start|>": 151646,
"<|quad_end|>": 151651,
"<|quad_start|>": 151650,
"<|repo_name|>": 151663,
"<|video_pad|>": 151656,
"<|vision_end|>": 151653,
"<|vision_pad|>": 151654,
"<|vision_start|>": 151652
}

54
chat_template.jinja Normal file
View File

@@ -0,0 +1,54 @@
{%- if tools %}
{{- '<|im_start|>system\n' }}
{%- if messages[0]['role'] == 'system' %}
{{- messages[0]['content'] }}
{%- else %}
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
{%- endif %}
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
{%- for tool in tools %}
{{- "\n" }}
{{- tool | tojson }}
{%- endfor %}
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
{%- else %}
{%- if messages[0]['role'] == 'system' %}
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
{%- else %}
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- for message in messages %}
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
{%- elif message.role == "assistant" %}
{{- '<|im_start|>' + message.role }}
{%- if message.content %}
{{- '\n' + message.content }}
{%- endif %}
{%- for tool_call in message.tool_calls %}
{%- if tool_call.function is defined %}
{%- set tool_call = tool_call.function %}
{%- endif %}
{{- '\n<tool_call>\n{"name": "' }}
{{- tool_call.name }}
{{- '", "arguments": ' }}
{{- tool_call.arguments | tojson }}
{{- '}\n</tool_call>' }}
{%- endfor %}
{{- '<|im_end|>\n' }}
{%- elif message.role == "tool" %}
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
{{- '<|im_start|>user' }}
{%- endif %}
{{- '\n<tool_response>\n' }}
{{- message.content }}
{{- '\n</tool_response>' }}
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
{{- '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- if add_generation_prompt %}
{{- '<|im_start|>assistant\n' }}
{%- endif %}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef1c2321bea2796b2f94cede982c34027ae7e135f6312e70a04d6601492bc5e
size 14123

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e1ec638bbb57824ddc21f0fe0bc6afd403d296c77ef80dfd7c33c2fbb8459aa
size 14341

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20537d84c7f5d0409634046488696e1ac596f15cca7d2e47d6888a7b51993a56
size 15855

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4586004e13197cd16e27dfc57bdab643b65bee1876206c6bc20a4945015bd29
size 17338

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0e602a0ead8d8ab7f37991e85c89c96e38d630524590d10903708f3f902e8a7
size 15099

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e977266314c5b890a359dbf85b116c2c517e738ce7783abdaa074cd770189283
size 15279

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36a1ed061695b67c44e31a28fdf47c47ccda39d4fdbe7d65b2d674dc3f1a49c0
size 13165

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4f11a5d56e545c2238061809648fd652b511a6ae6ca3157ee5b91872a0cfb4d
size 14763

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5028c782d7ce8f24d9ad28abcff407c7d5b010d55407b63d5ebb5baace7f183
size 15563

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:660ffca32942476f3de49db0592c192f890a4eb5012cf73ec5be78f25788262f
size 15443

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a1fbf2601e7b3da2017195dc6f26cdae48104d6df4115d547dbd276e4746c1b
size 17106

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f449bb88eb745b00abeb5a3146dd48d3db88827de2f91d0d53e6e56cd7119b8d
size 14787

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa63c1f2a77991757b05ee98c61b2b2951570460dcb720cf40ced2e4000818d
size 15079

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25ef31e4c9d03ade6842a0e7d499bbc96658e8ccfd73aec7b992cc4e346c6a48
size 16181

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a9b77a1fe1e91ac05340409e51f0e72e3d903788de990bbba088bafbd290655
size 16190

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b8d674acf19feb7323745a7a64d92698bc1e6cb2151437b211a25ca9c241a11
size 15640

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c98fb05a3a05bb012ff1f67b31391effc914afb315f645612c428b0c102f2d9b
size 19658

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c01c9cff121277ac104393af08acfaa32cd62aa2730ac4b055328a8ebf9c37f7
size 16549

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f82a7271341753113901a50306b15dfdc73973f5109ae4b15dbb5f04334e02a9
size 23174

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96ca95bf6874c6cbff7fc6bca6f5591493d743d7ab9509d5a4715e1ee97cb265
size 25924

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d376542785f8224979c23ff25a4280e53d032c2174c61454145af6748dbdc2
size 23922

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b65019fe56d915f20e07841a13e961c2d8012038b21a8dedfc5a0509f9545c92
size 29372

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7d630e221833a13c79152bdc4db5be96a58300edcc7dcd76946849143c654e4
size 29659

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76bbe5c26ffa8b2da97c8f6b6bc57c5e088354b48c3be5bcefbdd0f352e03d56
size 26942

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1d197d4fa58e0092ced967b0e54a4d3a7eb2f746e3fb692f09db983a52fc301
size 27863

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a1eccbeef778fc06c0069c720e4ec3e97d0e93cb74b34a6bc7d0fdbd6d4d22a
size 26314

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68b0e826a4cd4ce40bbece043cc3e697dd1a1c35d8451acf7d43624a7afd9aa3
size 30168

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c9574efafbfc3c7aa8b166410fe6d1f5066777f2ed88bb53b23d461d3d261d1
size 26256

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a27142c48082507af43dfa58e77c39adbc7f038df979b32421eebf6cae57048
size 24144

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8835f5f0230235225d6dbed6e7383a51042feb1b4e79beb457aa7234c94ea6ec
size 21400

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b5896f88015ec5b309a95b1380940e91291bb156c7af6d7e0856ba3c696b4c
size 20022

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08960f4ebe02deae5b0cef00eb614110182623a833cf618f16c950cde71d31bd
size 19313

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e7683f3f925e71bd0b2b8997e589b09b67dd7985499424113376f1823aaf012
size 20139

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db9ed9cd1224c1b6b1ea1247b0b771f83369fa0e88696e9e998136993317049c
size 17349

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfcb78630f64f17bb927967ad8751f0a7b95b709326df18afd48b5c60ff1602c
size 22422

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ece046aaefd4be4d0ebb2229f969223f81b3345562ea146d031f688e3795405e
size 20437

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:718eed558b65c633e64aad27ec9e2af4c09f5aaba8ab3838626fe76a6c44a3ad
size 22106

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5b41a6c3c2013865d4362779a8620b162587a48cba33c29a773d4b821119175
size 21031

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7521bbb02c1327308c9386847ba9d0b78fd03834b74720b94ed694f6282775a2
size 20212

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57fdc919bf624d6cf128400df5746f07943a7261894a0ef15612ac26595b9fd3
size 20290

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a6040fd29e416f686d447d337cc906a2d5db4b23db0433e9db0735c16ae6efe
size 18336

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eddc3565095fb7e43adf33a32e0840b15842da366fc9f30431efc520b3986606
size 21367

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b74e5477357c37ac56337380c8c174fd6e7e07a554910e9ad92e632be892bb2
size 19307

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04421fd4e2cbaa28b5ac1383f4b03cdd6523e413487bf114130c3315024cea06
size 22125

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2514f93f3f17e5ed5acb17ff1c2ea44ae32c1206ab119e62ad78d01edddccb33
size 21227

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a6b35cd159ee2d9643ff1dfbd1818f0a05be853db3bf110a7de2d4f11e1e3f1
size 22099

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7788e899453e1d3a4961f5566763ee3d52d48314843b81615cb0ba86851ff00e
size 18896

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad9e2c02f00224ba68b615fee6b76f2766b87990d3a8b52769bcd5674e568619
size 21995

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d26d0a8dacef115a719a4993df104760c4351e4a830f316198d61bac5904d18a
size 19675

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:449782fc047a9e430a12dc83b913f8b487c954e32d01d2d70395d88c18acb1be
size 18972

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:821899cb2d0d4ef8b1136d97bca01dd520dfcc6ddcfb1df897d318a81d52442d
size 21510

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f421f0cc1106757847fb0e99ff4a8b9a779f58521ff844a9f89c89dd2b75a8af
size 21808

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2618694ea58bef609f86d909d23e46f58b0117b3ab9a4980cdefc5af8f41118
size 19378

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f006c23bbd5dc741d8488282b05a0de1bd739b6af4a598b4e5736efe4ded5c2
size 18780

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5309c34cf2d8f7b5888ea74ed2bfb124f035676e2758ef5f8a2b70286383be1
size 16729

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80055b9a1958600e00db2adcfaffce0b56dfe294075032b1c9e2209ca1ec10d4
size 21423

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3017d8402709ccf957e81b2495809fe88cb399f97590f3f098c612e7d368c2b6
size 17283

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5183012e1e3b2f08765421cd204f2fe1a064941159d6b5c3efb122ec6587fbe8
size 18114

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a365956016ab2e6e28e7b666c198cb9e32c3b62799891a6e08a3dd766ba2150
size 23932

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52c01bb6068312050f34756a856e0db07e0864eb662a2cbb41e1c2cb0578f3c8
size 19140

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98c2b9e16082e13bea3cb9cf88780e90912357f1581eda1f60a34c488d3f3514
size 18769

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5201481372322a31378e38480a957b9a6fa6f94843cae45a2062f3c59d6227a4
size 22188

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:083ae1b0e8dc63fea43625656cad1535349bf7714a2575b24c1c9d3fb19b0f9a
size 23021

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c81ed7ecd246f906554a16bcb51420d34440fc5730f9fce787f95173b661ff3
size 20093

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1510be670b28080be6dc9e602d48425f4125d9d969743cc991a0f6651d0d563
size 24726

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:046b998aa095dfd726cc106c463bf70ddc07656a91977032d2dc5cd57766c793
size 24383

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bd13692568e9b863b3c16d61f3dd0c3efec208288c99c565c282e17305cac12
size 23986

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be720b506e4be09c50155ff1cff7808325c7470ebbc7627798a0fd31699f50e1
size 19134

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade448c1357e7059619e606f920f9c113a18d213cac784e74cad78b9a85c750b
size 16795

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8726da0f34b87b049c9cadbd19febb3899932ead7bc9bed52823ff340efbb63e
size 19794

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa98ac1b7346ec70179874ec531981f270d910aea84b2fe687d442eed3a7900a
size 17429

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:623a2925e3352e0ef6460a9d41b2bc67e18740baaa1fcdbba6a8b2ecde14f93b
size 19310

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68301dd95693cab75c0e91bd0191a6f3bd3c0b48e21d1389dc42c00a4a717a27
size 21061

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bd6fd434a404a98f4b1b8a8cec04921d41d7bb7160ffbf6317acbf5f374b62a
size 19230

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:597121f640eaaa7e8ceb31953eab5e303fc0aab674f0009313f5dc648f174792
size 19177

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:974beb5686ad8e507268bcbeaae2e00d659e49d2dc8f8a5e59c8a34737253c23
size 19410

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90324117c5d5b0c76a0880bfe2c55e2b1eb54378a36f237fc8a925641275a9a0
size 19112

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91125701b33ace7ecc9d748adaf0193a5d6bba8b42893fbbe7d2787b66f4ff70
size 18794

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9170ab47cf6176d7136673f157ec74b2dcd833863634d7457a3768069644e664
size 21485

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ca0f1700b68f08f709f6f4b7b53f0dc2f9dda9acd7d00d6acda7507b15aa68c
size 20234

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29ffe677279c36a0e59c634626c6cd173dce624d449876392319cf468b7ef58b
size 18674

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:050a83f1af3b48eca9c0c00d095786b0abbf0af0fa0c3b394dedd10c8970ef70
size 18830

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7afffada0e63635b091332e0b607f2712078ad1e5fe135ffe60c1c37d14b481
size 22794

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c08aa9cbbcca59249d56fca692bb91f8050a93da52f8f5aac56c9e3b059bd24
size 18544

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6569efa378cd304d6d625f5f90b8783dfcf93cf41111e576f1d4a4f205799bf
size 23279

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ca9ebef268d6ad80862345afeac53748217331ab67939a8a5d8665d2476a618
size 19860

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b55eae3de0b3fd612baa99b9da076d6fa1b0dbf8376eeac8ba703a8e864d7c4
size 19085

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:047522571f19cf6e68fca25a6a68cbe0376c481cb0babd8c6c37220d90bdce14
size 19292

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b3404af023d6cf3b0607427201d8c11788230b0a2926b6088540eecce0b0acc
size 22819

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1d70ba13532d0a2db43f830a601d4e1bc52e9993b49375f803697712fa505a9
size 17474

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe159b6e2423a31daf9266a49b87cdbfb28e7ba5cc418602bda38b63c5cac0f6
size 19476

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97bb3e120094f666c3a73de220d3ac85d9186f44012b592e2021c66685f46e2
size 21609

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9de8912fe9545921e597a61e31f730c470f46b1c803501fb6abc1bf43d80ec30
size 20689

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37d8147cb0e887e8c276ca494e4908646bec9b74422d0616cc3d8a0118e3ffed
size 18321

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccff7e3a533321cad486fc7c5c82a75b0950d62c6c1dd83f0888ff5f2ca77d11
size 22097

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79926780decc61b47a42b17433e7576986365a6b2bed6772cd5f07ab49757cac
size 19130

Some files were not shown because too many files have changed in this diff Show More