Question Answering
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
unsloth
Electrical
Engineering
EE
pcb
circuit
Eltrical
Instructions to use Eikovo/2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eikovo/2.0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Eikovo/2.0")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Eikovo/2.0") model = AutoModelForCausalLM.from_pretrained("Eikovo/2.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
(Trained with Unsloth)
Browse files
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5089b9bdc0fcfa893b40c57be204de3660b08f6f52cefc28130422c04be6c0e1
|
| 3 |
+
size 4999802720
|