Instructions to use vuminhtue/LLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vuminhtue/LLM with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("vuminhtue/LLM") model = AutoModelForMultipleChoice.from_pretrained("vuminhtue/LLM") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 97
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340706097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:984e67d6f0d9dea17187a10526278871527ed7bb617c85ae287683c4c910c452
|
| 3 |
size 1340706097
|