Text Generation
Transformers
Safetensors
llama
conversational
text-generation-inference
RiccardoDav commited on
Commit
325aba2
·
verified ·
1 Parent(s): cf02cb5

Dear model owner(s),
We are a group of researchers investigating the usefulness of sharing AIBOMs (Artificial Intelligence Bill of Materials) to document AI models – AIBOMs are machine-readable structured lists of components (e.g., datasets and models) used to enhance transparency in AI-model supply chains.

To pursue the above-mentioned objective, we identified popular models on HuggingFace and, based on your model card (and some configuration information available in HuggingFace), we generated your AIBOM according to the CyclonDX (v1.6) standard (see https://cyclonedx.org/docs/1.6/json/). AIBOMs are generated as JSON files by using the following open-source supporting tool: https://github.com/MSR4SBOM/ALOHA (technical details are available in the research paper: https://github.com/MSR4SBOM/ALOHA/blob/main/ALOHA.pdf).

The JSON file in this pull request is your AIBOM (see https://github.com/MSR4SBOM/ALOHA/blob/main/documentation.json for details on its structure).

Clearly, the submitted AIBOM matches the current model information, yet it can be easily regenerated when the model evolves, using the aforementioned AIBOM generator tool.

We open this pull request containing an AIBOM of your AI model, and hope it will be considered. We would also like to hear your opinion on the usefulness (or not) of AIBOM by answering a 3-minute anonymous survey: https://forms.gle/WGffSQD5dLoWttEe7.

Thanks in advance, and regards,
Riccardo D’Avino, Fatima Ahmed, Sabato Nocera, Simone Romano, Giuseppe Scanniello (University of Salerno, Italy),
Massimiliano Di Penta (University of Sannio, Italy),
The MSR4SBOM team

Files changed (1) hide show
  1. 01-ai_Yi-34B-Chat.json +62 -0
01-ai_Yi-34B-Chat.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:139304cf-ea25-47fe-8d24-dffa64ab830f",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:38:28.814454+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "01-ai/Yi-34B-Chat-6c241061-a81d-5214-815e-eac24d6aceb2",
11
+ "name": "01-ai/Yi-34B-Chat",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/01-ai/Yi-34B-Chat",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "llama",
22
+ "modelArchitecture": "LlamaForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ }
29
+ ]
30
+ },
31
+ "authors": [
32
+ {
33
+ "name": "01-ai"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "id": "Apache-2.0",
40
+ "url": "https://spdx.org/licenses/Apache-2.0.html"
41
+ }
42
+ }
43
+ ],
44
+ "description": "- \ud83e\udd16 The Yi series models are the next generation of open-source large language models trained from scratch by [01.AI](https://01.ai/).- \ud83d\ude4c Targeted as a bilingual language model and trained on 3T multilingual corpus, the Yi series models become one of the strongest LLM worldwide, showing promise in language understanding, commonsense reasoning, reading comprehension, and more. For example,- Yi-34B-Chat model **landed in second place (following GPT-4 Turbo)**, outperforming other LLMs (such as GPT-4, Mixtral, Claude) on the AlpacaEval Leaderboard (based on data available up to January 2024).- Yi-34B model **ranked first among all existing open-source models** (such as Falcon-180B, Llama-70B, Claude) in **both English and Chinese** on various benchmarks, including Hugging Face Open LLM Leaderboard (pre-trained) and C-Eval (based on data available up to November 2023).- \ud83d\ude4f (Credits to Llama) Thanks to the Transformer and Llama open-source communities, as they reduce the efforts required to build from scratch and enable the utilization of the same tools within the AI ecosystem.<details style=\"display: inline;\"><summary> If you're interested in Yi's adoption of Llama architecture and license usage policy, see <span style=\"color: green;\">Yi's relation with Llama.</span> \u2b07\ufe0f</summary> <ul> <br>> \ud83d\udca1 TL;DR>> The Yi series models adopt the same model architecture as Llama but are **NOT** derivatives of Llama.- Both Yi and Llama are based on the Transformer structure, which has been the standard architecture for large language models since 2018.- Grounded in the Transformer architecture, Llama has become a new cornerstone for the majority of state-of-the-art open-source models due to its excellent stability, reliable convergence, and robust compatibility. This positions Llama as the recognized foundational framework for models including Yi.- Thanks to the Transformer and Llama architectures, other models can leverage their power, reducing the effort required to build from scratch and enabling the utilization of the same tools within their ecosystems.- However, the Yi series models are NOT derivatives of Llama, as they do not use Llama's weights.- As Llama's structure is employed by the majority of open-source models, the key factors of determining model performance are training datasets, training pipelines, and training infrastructure.- Developing in a unique and proprietary way, Yi has independently created its own high-quality training datasets, efficient training pipelines, and robust training infrastructure entirely from the ground up. This effort has led to excellent performance with Yi series models ranking just behind GPT4 and surpassing Llama on the [Alpaca Leaderboard in Dec 2023](https://tatsu-lab.github.io/alpaca_eval/).</ul></details><p align=\"right\"> [<a href=\"#top\">Back to top \u2b06\ufe0f </a> ]</p>",
45
+ "tags": [
46
+ "transformers",
47
+ "safetensors",
48
+ "llama",
49
+ "text-generation",
50
+ "conversational",
51
+ "arxiv:2403.04652",
52
+ "arxiv:2311.16502",
53
+ "arxiv:2401.11944",
54
+ "license:apache-2.0",
55
+ "autotrain_compatible",
56
+ "text-generation-inference",
57
+ "endpoints_compatible",
58
+ "region:us"
59
+ ]
60
+ }
61
+ }
62
+ }