Wonder-Griffin commited on
Commit
10f84e8
1 Parent(s): d34331a

Wonder-Griffin/squadtrainTraXL

Browse files
Files changed (3) hide show
  1. README.md +52 -56
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,56 +1,52 @@
1
-
2
- ---
3
- library_name: sentence-transformers
4
- tags:
5
- - sentence-transformers
6
- - sentence-similarity
7
- - feature-extraction
8
- - autotrain
9
- base_model: Wonder-Griffin/TraXLMistral
10
- widget:
11
- - source_sentence: 'search_query: i love autotrain'
12
- sentences:
13
- - 'search_query: huggingface auto train'
14
- - 'search_query: hugging face auto train'
15
- - 'search_query: i love autotrain'
16
- pipeline_tag: sentence-similarity
17
- datasets:
18
- - rajpurkar/squad_v2
19
- ---
20
-
21
- # Model Trained Using AutoTrain
22
-
23
- - Problem type: Sentence Transformers
24
-
25
- ## Validation Metrics
26
- No validation metrics available
27
-
28
- ## Usage
29
-
30
- ### Direct Usage (Sentence Transformers)
31
-
32
- First install the Sentence Transformers library:
33
-
34
- ```bash
35
- pip install -U sentence-transformers
36
- ```
37
-
38
- Then you can load this model and run inference.
39
- ```python
40
- from sentence_transformers import SentenceTransformer
41
-
42
- # Download from the Hugging Face Hub
43
- model = SentenceTransformer("sentence_transformers_model_id")
44
- # Run inference
45
- sentences = [
46
- 'search_query: autotrain',
47
- 'search_query: auto train',
48
- 'search_query: i love autotrain',
49
- ]
50
- embeddings = model.encode(sentences)
51
- print(embeddings.shape)
52
-
53
- # Get the similarity scores for the embeddings
54
- similarities = model.similarity(embeddings, embeddings)
55
- print(similarities.shape)
56
- ```
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: squadtrainTraXL
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # squadtrainTraXL
14
+
15
+ This model was trained from scratch on an unknown dataset.
16
+
17
+ ## Model description
18
+
19
+ More information needed
20
+
21
+ ## Intended uses & limitations
22
+
23
+ More information needed
24
+
25
+ ## Training and evaluation data
26
+
27
+ More information needed
28
+
29
+ ## Training procedure
30
+
31
+ ### Training hyperparameters
32
+
33
+ The following hyperparameters were used during training:
34
+ - learning_rate: 3.598262103710215e-05
35
+ - train_batch_size: 16
36
+ - eval_batch_size: 8
37
+ - seed: 42
38
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
+ - lr_scheduler_type: linear
40
+ - num_epochs: 5
41
+ - mixed_precision_training: Native AMP
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.44.2
50
+ - Pytorch 2.4.0+cu124
51
+ - Datasets 2.19.1
52
+ - Tokenizers 0.19.1
 
 
 
 
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.44.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65fe87469267e1cf4210417de7d55dbe8c441f562ea5c208daf433c30f7ac6b6
3
  size 34422704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fea8d72f03302aa15c68cc4c6113fdae086fcbe8189996292bb207464c68b24
3
  size 34422704