Instructions to use learncat/internlm2_tiny_paddle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use learncat/internlm2_tiny_paddle with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, InternLM2ForCausalLM tokenizer = AutoTokenizer.from_pretrained("learncat/internlm2_tiny_paddle", from_hf_hub=True) model = InternLM2ForCausalLM.from_pretrained("learncat/internlm2_tiny_paddle", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Upload model_state.pdparams
Browse files- model_state.pdparams +3 -0
model_state.pdparams
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74d7d3cf5689234e8f0c5a33956eb31ed32c6246b5afdb61a05a3a2935644c46
|
| 3 |
+
size 400043810
|