Instructions to use gasolsun/DynamicRAG-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gasolsun/DynamicRAG-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="gasolsun/DynamicRAG-8B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("gasolsun/DynamicRAG-8B") model = AutoModelForCausalLM.from_pretrained("gasolsun/DynamicRAG-8B") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86ba1a006733237dab55867adf154ef843205eeec784bc8ebcc709c302882bd4
|
| 3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0617e50192df8fd969f2c3574a41bf67b002a054ba2fe00b26d1d2d55d9f2088
|
| 3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad2bab710120b514f733b2d26866a4a6c1f4ec1fd078ee95535cc3268ab67325
|
| 3 |
+
size 4915916176
|