Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use lapa-llm/alignment-score-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lapa-llm/alignment-score-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lapa-llm/alignment-score-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lapa-llm/alignment-score-model") model = AutoModelForSequenceClassification.from_pretrained("lapa-llm/alignment-score-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112201932
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e844cd64d5c4bbcd7d534588c18ac71e6ae3a0678ec4da642dd474e2ae85ffdd
|
| 3 |
size 1112201932
|
runs/Sep14_18-50-11_fs-cai-002/events.out.tfevents.1757875816.fs-cai-002.3621326.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed98787938aea582452fed4fba89ea924eeac26bb3a59e0ab7ca16180c2de0c9
|
| 3 |
+
size 7658
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6895f843e6382bac90aa6d2730e78ab1608739909f44e71b73846611c8584505
|
| 3 |
size 5432
|