adamo1139 commited on
Commit
2db5c16
·
verified ·
1 Parent(s): 8e8c8bf

Update README.md

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