Instructions to use BlackSamorez/HuYaLM-100B-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BlackSamorez/HuYaLM-100B-fp16 with Transformers:
# Load model directly from transformers import YalmCausalLM model = YalmCausalLM.from_pretrained("BlackSamorez/HuYaLM-100B-fp16", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
34d341b
1
Parent(s): 2f1b2e8
config clear
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configuration_yalm.YalmConfig",
|
| 7 |
"AutoModel": "modelling_yalm.YalmModel",
|
| 8 |
-
"AutoModelForSequenceClassification": "modelling_yalm.RWForSequenceClassification",
|
| 9 |
"AutoModelForCausalLM": "modelling_yalm.YalmForCausalLM"
|
| 10 |
},
|
| 11 |
"padded_vocab_size": 128000,
|
|
|
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configuration_yalm.YalmConfig",
|
| 7 |
"AutoModel": "modelling_yalm.YalmModel",
|
|
|
|
| 8 |
"AutoModelForCausalLM": "modelling_yalm.YalmForCausalLM"
|
| 9 |
},
|
| 10 |
"padded_vocab_size": 128000,
|