adamo1139 commited on
Commit
56ca742
·
verified ·
1 Parent(s): 9117d8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -62,7 +62,7 @@ pip install -U transformers
62
  ```python
63
  from transformers import AutoModelForCausalLM, AutoTokenizer
64
 
65
- model_name = "swiss-ai/Apertus-8B-Instruct-2509"
66
  device = "cuda" # for GPU usage or "cpu" for CPU usage
67
 
68
  # load the tokenizer and the model
@@ -112,10 +112,10 @@ You can use vLLM and SGLang to deploy the model in an API compatible with OpenAI
112
  In this section, we report the evaluation results of Apertus model.
113
 
114
  ### Base Pre-Trained Model
115
- - see [Apertus_Tech_Report.pdf](https://huggingface.co/swiss-ai/Apertus-70B-2509/blob/main/Apertus_Tech_Report.pdf)
116
 
117
  ### Instruction Model
118
- - see [Apertus_Tech_Report.pdf](https://huggingface.co/swiss-ai/Apertus-70B-2509/blob/main/Apertus_Tech_Report.pdf)
119
 
120
  ## Training
121
 
@@ -145,8 +145,8 @@ Apertus can produce text on a variety of topics, but the generated content may n
145
  ## Legal Aspects
146
 
147
  #### EU AI Act Transparency Documentation and Code of Practice
148
- - [Apertus_EU_Public_Summary.pdf](https://huggingface.co/swiss-ai/Apertus-70B-2509/blob/main/Apertus_EU_Public_Summary.pdf)
149
- - [Apertus_EU_Code_of_Practice.pdf](https://huggingface.co/swiss-ai/Apertus-70B-2509/blob/main/Apertus_EU_Code_of_Practice.pdf)
150
 
151
  #### Data Protection and Copyright Requests
152
  For removal requests of personally identifiable information (PII) or of copyrighted content, please contact the respective dataset owners or us directly
 
62
  ```python
63
  from transformers import AutoModelForCausalLM, AutoTokenizer
64
 
65
+ model_name = "adamo1139/Apertus-8B-Instruct-2509-ungated"
66
  device = "cuda" # for GPU usage or "cpu" for CPU usage
67
 
68
  # load the tokenizer and the model
 
112
  In this section, we report the evaluation results of Apertus model.
113
 
114
  ### Base Pre-Trained Model
115
+ - see [Apertus_Tech_Report.pdf](https://huggingface.co/adamo1139/Apertus-8B-Instruct-2509-ungated/blob/main/Apertus_Tech_Report.pdf)
116
 
117
  ### Instruction Model
118
+ - see [Apertus_Tech_Report.pdf](https://huggingface.co/adamo1139/Apertus-8B-Instruct-2509-ungated/blob/main/Apertus_Tech_Report.pdf)
119
 
120
  ## Training
121
 
 
145
  ## Legal Aspects
146
 
147
  #### EU AI Act Transparency Documentation and Code of Practice
148
+ - [Apertus_EU_Public_Summary.pdf](https://huggingface.co/adamo1139/Apertus-8B-Instruct-2509-ungated/blob/main/Apertus_EU_Public_Summary.pdf)
149
+ - [Apertus_EU_Code_of_Practice.pdf](https://huggingface.co/adamo1139/Apertus-8B-Instruct-2509-ungated/blob/main/Apertus_EU_Code_of_Practice.pdf)
150
 
151
  #### Data Protection and Copyright Requests
152
  For removal requests of personally identifiable information (PII) or of copyrighted content, please contact the respective dataset owners or us directly