arxaqapi commited on
Commit
6b1a955
·
1 Parent(s): 10265c5

feat: added README to changelog

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -24,4 +24,15 @@ To cite this work, please use the following bibtex.
24
  primaryClass={eess.AS},
25
  url={https://arxiv.org/abs/2509.15001},
26
  }
27
- ```
 
 
 
 
 
 
 
 
 
 
 
 
24
  primaryClass={eess.AS},
25
  url={https://arxiv.org/abs/2509.15001},
26
  }
27
+ ```
28
+
29
+ ---
30
+
31
+ ## Changelog
32
+ To retrieve a specific version:
33
+ ```bash
34
+ git clone --branch v2.1 --single-branch https://huggingface.co/coml/VTC-2
35
+ ```
36
+
37
+ - `10265c5`: VTC 2.1 - tag: `v2.1`
38
+ - `91e67b5`: VTC 2.0 - tag: `v2.0`