Text Generation
Transformers
TensorBoard
Safetensors
gpt2
Generated from Trainer
text-generation-inference
Instructions to use ninagroot/GPT2-705M-finaltest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ninagroot/GPT2-705M-finaltest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ninagroot/GPT2-705M-finaltest")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ninagroot/GPT2-705M-finaltest") model = AutoModelForCausalLM.from_pretrained("ninagroot/GPT2-705M-finaltest", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use ninagroot/GPT2-705M-finaltest with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ninagroot/GPT2-705M-finaltest" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ninagroot/GPT2-705M-finaltest", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/ninagroot/GPT2-705M-finaltest
- SGLang
How to use ninagroot/GPT2-705M-finaltest with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ninagroot/GPT2-705M-finaltest" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ninagroot/GPT2-705M-finaltest", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ninagroot/GPT2-705M-finaltest" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ninagroot/GPT2-705M-finaltest", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use ninagroot/GPT2-705M-finaltest with Docker Model Runner:
docker model run hf.co/ninagroot/GPT2-705M-finaltest
ninagroot/GPT2-705M
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Loss: 3.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
-
| 6.
|
| 52 |
-
| 6.
|
| 53 |
-
| 6.
|
| 54 |
-
|
|
| 55 |
-
| 4.
|
| 56 |
-
| 4.
|
| 57 |
-
| 4.
|
| 58 |
-
|
|
| 59 |
-
| 4.
|
| 60 |
-
| 4.
|
| 61 |
-
| 3.
|
| 62 |
-
| 3.
|
| 63 |
-
| 3.
|
| 64 |
-
| 3.
|
| 65 |
-
|
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Loss: 3.5063
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
+
| 6.8119 | 1.0 | 3 | 6.8091 |
|
| 52 |
+
| 6.6598 | 2.0 | 6 | 6.8246 |
|
| 53 |
+
| 6.0219 | 3.0 | 9 | 6.2434 |
|
| 54 |
+
| 5.1608 | 4.0 | 12 | 5.4866 |
|
| 55 |
+
| 4.6874 | 5.0 | 15 | 5.7119 |
|
| 56 |
+
| 4.7554 | 6.0 | 18 | 4.9916 |
|
| 57 |
+
| 4.3244 | 7.0 | 21 | 4.8076 |
|
| 58 |
+
| 4.3358 | 8.0 | 24 | 4.7170 |
|
| 59 |
+
| 4.3353 | 9.0 | 27 | 4.4035 |
|
| 60 |
+
| 4.0477 | 10.0 | 30 | 4.1959 |
|
| 61 |
+
| 3.7513 | 11.0 | 33 | 3.9729 |
|
| 62 |
+
| 3.7101 | 12.0 | 36 | 3.8325 |
|
| 63 |
+
| 3.333 | 13.0 | 39 | 3.7540 |
|
| 64 |
+
| 3.3225 | 14.0 | 42 | 3.6116 |
|
| 65 |
+
| 2.9902 | 15.0 | 45 | 3.5063 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2748401440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f86aac70ee5a5e9ba394e0da8648e13f7dd0f59a8a4762a0a546e78aca75a4e
|
| 3 |
size 2748401440
|
runs/May31_11-40-13_gcn54.local.snellius.surf.nl/events.out.tfevents.1717148422.gcn54.local.snellius.surf.nl.2280676.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cb55c283a5ccba174bc70c5702461a4f48b5778a4a9f5a022ff5b742d6bbca7
|
| 3 |
+
size 18331
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a8d8e2e037379d9454443fead8cc30c68450e23ebcd59256395455636ad7f80
|
| 3 |
size 4984
|