Add pipeline tag and links to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -1,7 +1,13 @@
1
  ---
 
 
2
  language:
3
  - es
4
  license: apache-2.0
 
 
 
 
5
  tags:
6
  - cybersecurity
7
  - spanish
@@ -9,17 +15,14 @@ tags:
9
  - mcp
10
  - curriculum-learning
11
  - from-scratch
12
- datasets:
13
- - vectrayx/vectrayx-bench
14
- metrics:
15
- - accuracy
16
- - f1
17
  ---
18
 
19
  # VectraYX-Nano
20
 
21
- A 42M-parameter Spanish cybersecurity language model trained from scratch with
22
- curriculum learning and native MCP tool use.
 
 
23
 
24
  ## Key Results (VectraYX-Bench)
25
 
@@ -40,10 +43,9 @@ Base 260M achieves B4=0.580.
40
 
41
  ## Usage
42
 
43
- ```python
44
- # Load with custom inference script
45
- # See: https://huggingface.co/vectrayx/vectrayx-paper-code
46
 
 
47
  from huggingface_hub import hf_hub_download
48
  import torch
49
 
@@ -63,4 +65,4 @@ config_path = hf_hub_download("vectrayx/vectrayx-nano", "configs/nano.json")
63
  booktitle = {Preprint},
64
  year = {2026}
65
  }
66
- ```
 
1
  ---
2
+ datasets:
3
+ - vectrayx/vectrayx-bench
4
  language:
5
  - es
6
  license: apache-2.0
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ pipeline_tag: text-generation
11
  tags:
12
  - cybersecurity
13
  - spanish
 
15
  - mcp
16
  - curriculum-learning
17
  - from-scratch
 
 
 
 
 
18
  ---
19
 
20
  # VectraYX-Nano
21
 
22
+ VectraYX-Nano is a 42M-parameter Spanish cybersecurity language model trained from scratch with curriculum learning and native Model Context Protocol (MCP) tool use.
23
+
24
+ - **Paper:** [VectraYX-Nano: A 42M-Parameter Spanish Cybersecurity Language Model with Curriculum Learning and Native Tool Use](https://huggingface.co/papers/2605.13989)
25
+ - **Repository:** [vectrayx/vectrayx-nano-paper](https://github.com/vectrayx/vectrayx-nano-paper)
26
 
27
  ## Key Results (VectraYX-Bench)
28
 
 
43
 
44
  ## Usage
45
 
46
+ To use this model, please refer to the custom inference scripts provided in the official [GitHub repository](https://github.com/vectrayx/vectrayx-nano-paper).
 
 
47
 
48
+ ```python
49
  from huggingface_hub import hf_hub_download
50
  import torch
51
 
 
65
  booktitle = {Preprint},
66
  year = {2026}
67
  }
68
+ ```