Upload folder using huggingface_hub
Browse files- 1_Pooling/config.json +10 -0
- README.md +783 -0
- config.json +25 -0
- config_sentence_transformers.json +14 -0
- model.safetensors +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +56 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 768,
|
| 3 |
+
"pooling_mode_cls_token": false,
|
| 4 |
+
"pooling_mode_mean_tokens": true,
|
| 5 |
+
"pooling_mode_max_tokens": false,
|
| 6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
| 7 |
+
"pooling_mode_weightedmean_tokens": false,
|
| 8 |
+
"pooling_mode_lasttoken": false,
|
| 9 |
+
"include_prompt": true
|
| 10 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,783 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- sentence-transformers
|
| 4 |
+
- sentence-similarity
|
| 5 |
+
- feature-extraction
|
| 6 |
+
- dense
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
- dataset_size:50000
|
| 9 |
+
- loss:CosineSimilarityLoss
|
| 10 |
+
base_model: google-bert/bert-base-cased
|
| 11 |
+
widget:
|
| 12 |
+
- source_sentence: ' Sometimes it is best to leave well enough alone. I
|
| 13 |
+
was drawn into the pretty new templates (and I really like my new one!) on blogger.com,
|
| 14 |
+
and I ended up losing my comments as well as my links. So bear with me as I try
|
| 15 |
+
and get everything back to the way it should be. I think I should have comments
|
| 16 |
+
enabled on this entry, but none of the previous ones. I will do the best to get
|
| 17 |
+
the links back on the page if I can figure out where the codes go in the template. '
|
| 18 |
+
sentences:
|
| 19 |
+
- ' I have wanted to write this post for a while. In-fact I am going
|
| 20 |
+
to love writing it so much and it brings up so many other points I think I might
|
| 21 |
+
just go off on a big thinking tangent over DATE with my thoughts and what I think
|
| 22 |
+
about. This conversation was started on TIME in the van and did not last
|
| 23 |
+
TIME while on the way to the buffet but while that van was moving a lot of opinions
|
| 24 |
+
were expressed and a lot of secrets about people were revealed. PERSON asking
|
| 25 |
+
students what they could and could not do on their shows at school started the
|
| 26 |
+
conversation. “Can you guys report about porn and teens?” He gets
|
| 27 |
+
varied responses. “Can you guys report on gay students?” And there
|
| 28 |
+
is where it all starts. I say that I do not understand the controversy behind
|
| 29 |
+
gay people. You are not showing anything, just talking about it. In-fact,
|
| 30 |
+
what are you reporting, there is no story! “What do you think about gay
|
| 31 |
+
people?” That isn’t a story, it is segregation. That is like asking,
|
| 32 |
+
what do you think about minorities? It is separating people. The story
|
| 33 |
+
itself is the controversy. So I bring all this up and we get a split van.
|
| 34 |
+
Introducing Kyle, PERSON liked this topic because he was totally against even
|
| 35 |
+
thinking about gay people. I’m sure if he had a gun and was in a situation
|
| 36 |
+
that involved gay people…it would no longer involve gay people, this was his thinking.
|
| 37 |
+
He just flat out hates them. I on the other had, while not being one of
|
| 38 |
+
them, do not dislike them. That is what makes this conversation so difficult.
|
| 39 |
+
If you stand up for a group, suddenly you are a part of that group. I fought
|
| 40 |
+
like crazy. ORG points… “It’s not normal” – Define normal (for the sake
|
| 41 |
+
of him not being here lets actually define it). Conforming with,
|
| 42 |
+
adhering to, or constituting a norm, standard, pattern, level, or type. GPE; Functioning
|
| 43 |
+
or occurring in a natural way; lacking observable abnormalities or deficiencies. Ok,
|
| 44 |
+
so his point holds true to a certain extent. The natural way. But
|
| 45 |
+
my point of normal is that word typical. Typical can change depending on
|
| 46 |
+
the population. It is natural that a penis enters a vagina but there are
|
| 47 |
+
other places for it to enter. Kids cannot be made without the natural way
|
| 48 |
+
so I will give him that. It is not the natural way but it can become normal;
|
| 49 |
+
that is dependent on the population at the time. “It is gross, I don’t
|
| 50 |
+
want to see that” – See what? Kissing? Intercourse? You are
|
| 51 |
+
in public! They might not want to see you kiss. So I realized that
|
| 52 |
+
I was getting nowhere with him. He disliked them just as anyone would dislike
|
| 53 |
+
a minority. The funny thing is we actually continued and he said, and I
|
| 54 |
+
quote, “I don’t have a problem with lesbians!” He actually said this.
|
| 55 |
+
I don’t think he realizes that lesbians are gay. The word means the same
|
| 56 |
+
thing! My point… If a couple is gay then I don’t care, I don’t want
|
| 57 |
+
to see it but I don’t care. Some people like anal even with a guy and a
|
| 58 |
+
girl, I am grossed out by the idea. Luckily I don’t need to see it, in-fact
|
| 59 |
+
someone I know may love it and it would not affect our relationship as friends.
|
| 60 |
+
Personally I don’t like to see someone making out in public (gay or strait).
|
| 61 |
+
I don’t dislike seeing it because it grosses me out, instead because I think it
|
| 62 |
+
is like sex, in terms of something that should be done in private. So I
|
| 63 |
+
don’t mind a guy holding another guy hand or a girl holding another girls hand.
|
| 64 |
+
I don’t like to see it go farther in public but I’m not appalled by it if they
|
| 65 |
+
do and won’t think any different of them. If you are like PERSON then
|
| 66 |
+
grow up. So the conversation continues with Kyle. I ask him, “People
|
| 67 |
+
are all different religions so we have no normal on a specific religion but many
|
| 68 |
+
consider being religious normal, do you have a problem with ORG; PERSON responds,
|
| 69 |
+
“Yeah, I DATE; Now I was appalled, this guy was an idiot. “WORK_OF_ART,
|
| 70 |
+
up until this conversation you had no problem with me, you thought I was fine.
|
| 71 |
+
Now, I tell you, I deny the existence of God.” “You are an atheist?”
|
| 72 |
+
And now I am trash. I go from a fine person to trash. I am not going
|
| 73 |
+
to go into the details of the atheist argument, I will in another post as it was
|
| 74 |
+
just as long. I still do not understand the controversy in gays and the
|
| 75 |
+
controversy in religion. If you believe in a specific religion than learning
|
| 76 |
+
about others should not sway you. After all, you believe everything you
|
| 77 |
+
were taught about that religion, you know it as true. Why would you be offended
|
| 78 |
+
by another opinion? '
|
| 79 |
+
- ' Well, this will be my last blog for awhile. I''m going to China for
|
| 80 |
+
DATE. I''m just so excited right now, I don''t know what to do with myself. I
|
| 81 |
+
leave here in TIME, but I''m packed and all ready. I have this routine of chatting
|
| 82 |
+
nightly with a certain young man. I''ll miss those conversations, as will he,
|
| 83 |
+
I''m sure. But at least when I come back, I''ll probably have lots to talk about! Oh,
|
| 84 |
+
I snapped DATE! I have to deal with this woman who is a total retard. She doesn''t
|
| 85 |
+
know she''s a retard, which makes it even more frustrating. I just had it with
|
| 86 |
+
her DATE, and I accidentally let it slip ''I just want to kick you!'' Yes, that''s
|
| 87 |
+
right. I told her flat out. She seemed a little confused, but all the people around
|
| 88 |
+
me held back their snickering. She is also going to China with me, so
|
| 89 |
+
by this time in DATE, be prepared to read my murder confession right here on this
|
| 90 |
+
blog. Let''s see, anything else exciting happen lately? Um, not really. Oh,
|
| 91 |
+
I waxed my legs DATE. I''ve done it before and it''s no big deal. The ORDINAL
|
| 92 |
+
time I did it, I managed to get wax in my hair and on my living room carpet. This
|
| 93 |
+
time, I only got the wax on my legs. The only thing that scares me about hot wax
|
| 94 |
+
is the possibility of burning myself. After I took the wax out of the microwave,
|
| 95 |
+
the ORDINAL goob I applied hurt like hell, but I survived. So now my legs are
|
| 96 |
+
nice and smooth! But, I am never doing it myself again. Next time, I''ll pay an
|
| 97 |
+
expert to do it. Is it weird that the actually process of ripping the hair out
|
| 98 |
+
of my legs doesn''t hurt me? PERSON, I''m still bored. Still TIME to go. Want
|
| 99 |
+
to hear what I packed for my trip? A bunch of clothes, lots and lots of underwear,
|
| 100 |
+
my toiletries, granola bars, ORG, shoes, baby wipes, passport, plane tickets,
|
| 101 |
+
CARDINAL magazines, CARDINAL book, a swimsuit, sunglasses, camera, sunblock, lots
|
| 102 |
+
of money, and a teddy bear that I sleep with! I figured, I have the extra room
|
| 103 |
+
in my suitcase, so why not? I''ve pretty much been packed for DATE, so I don''t
|
| 104 |
+
think I''ve forgotten anything. But I won''t really know that until I get there. I''m
|
| 105 |
+
drinking a PRODUCT right now. I love PERSON. I love ORG too, but sometimes only
|
| 106 |
+
PRODUCT will hit the spot. My pet hamster, PERSON, is at my parents''
|
| 107 |
+
house right now. Believe it or not, I actually miss her! My house is a little
|
| 108 |
+
too quiet right now. I need the little noffnick to run around and bang into walls.
|
| 109 |
+
It makes me giggle. I hope she remembers me when I get back. Well, I guess that''s
|
| 110 |
+
all I have to say for now. Talk to you when I get back! '
|
| 111 |
+
- ' Here''s my PRODUCT horoscope for DATE: You''re in the mood for some
|
| 112 |
+
monkey business. Your overwhelming animal magnetism gives you a head start DATE,
|
| 113 |
+
and that''s your cue to start swinging. If the man or woman of your dreams isn''t
|
| 114 |
+
available, you''ll have no trouble amusing yourself with some passing fancy. Excellent
|
| 115 |
+
grooming is essential, but it comes naturally. Even if you''re just being casual,
|
| 116 |
+
others see you as a picture of style and elegance. Get an early start on your
|
| 117 |
+
weekend. With all that you have going for you, there''s a lot of ground to cover. '
|
| 118 |
+
- source_sentence: ' Wow. I said GOD DAMN! God damn... god damn. I went to
|
| 119 |
+
a rave on DATE. It was quite an experience. And due to my enthusiasm for this
|
| 120 |
+
new-found enjoyment my former raver friend has bestowed the title ''skittle puke''
|
| 121 |
+
upon me. I like it. It may become my raver name....hehe. Me=nuts. Almonds
|
| 122 |
+
in fact..but I''m getting off topic. So, at this rave, I became entranced. Complete
|
| 123 |
+
and utter awe at all that was happening around me. I am in love with that scene. Rave
|
| 124 |
+
Rave Rave! I was offered muchas drugas.... didn''t accept, but now I want to
|
| 125 |
+
go to one of these so called ''parties'' totally ORG. My old crush was there. PERSON. That
|
| 126 |
+
bastard. He was fucked up. Fucked FUCKED ORG up. His friend, PERSON, no doubt
|
| 127 |
+
was as well. In fact I know he was, he told me he was on PERSON, and put his
|
| 128 |
+
hand on my ass. PERSON! PERSON keeps blowing me off. It mak-es me sayad. I
|
| 129 |
+
really liked talking to him in metal shop DATE. I miss our flirtation. Since
|
| 130 |
+
that rave I can''t get him out of my head. Maddening I tell you! I want him
|
| 131 |
+
so badly [AGAIN] and he ignores me. Must tell him he ith a thexy beatht and I
|
| 132 |
+
want his nutz. That isn''t the way to get a guy, but I''m damn desperate for
|
| 133 |
+
him. I''ll try the ''Heydoyouwanttogotoamovie?'' routine. PERSON bastard will
|
| 134 |
+
probably say no again. I hope he is more empathetic to my feelings for him...
|
| 135 |
+
or feelings for his dick, as it were.... I''m allowed back in the mall DATE. My
|
| 136 |
+
CARDINAL suspension is up! I am free to return! Yeyah! Another return--> AC
|
| 137 |
+
has it''s claws in my mind flesh and I can no longer function w/o it. Eep! The
|
| 138 |
+
obsession is back with a vengance. PRODUCT is at level CARDINAL and on the rise! ~~~FO
|
| 139 |
+
SHO~~~ For the purpose of incriminating PERSON The dewds I got my eye on: PERSON
|
| 140 |
+
David PERSON PERSON ...as hopeful always .........guess which one (other than
|
| 141 |
+
Scott) is not a Freshman. '
|
| 142 |
+
sentences:
|
| 143 |
+
- ' I''m going to take PERSON''s line: WHERE ARE YOU ALL? '
|
| 144 |
+
- ' Oy Vey! I am worn fucking out. What I would give to just be done with
|
| 145 |
+
highschool, or to re-do it. If I could go back and do all my work when it was
|
| 146 |
+
assigned...All this fucking work is taking it''s toll on me. I keep having the
|
| 147 |
+
''bad'' thoughts. And for once I am not referring to sex. I mean the harmful
|
| 148 |
+
''bad'' thoughts. The ones that result in my bleeding from the wrist. Is it
|
| 149 |
+
so wrong to want to see my own blood? ...and to act upon that desire? Is it? I''m
|
| 150 |
+
careful dammit. It would be really cool to see a lot of my blood. I know what
|
| 151 |
+
you people reading this are thinking, yeah, I am wearing a thong today! Heh,
|
| 152 |
+
but really, I''m a strange masochistic fucker and I want to see blood. My own. I
|
| 153 |
+
heard from one of my good friends DATE that boys from my old school were reading
|
| 154 |
+
this blog when she was and was intigued with my speak of orgasms...well boys,
|
| 155 |
+
aren''t you just kicking yourselves now? That semi-goth chick was a little more
|
| 156 |
+
interesting than she appeared, huh? Oh and just for kicks to improve your circle
|
| 157 |
+
jerks: I masturbate. Horrors! A girl?! With...her fingers...and...whoa, man...
|
| 158 |
+
Yes. I''m sure you''ll be wacking off to that fantasy tonight. GPE Sorry to
|
| 159 |
+
ruin the fantasy but most of the preppy bitches that are ''so hot'' don''t bang
|
| 160 |
+
their game on a regular basis the way some of the more intelligent female individuals
|
| 161 |
+
[such as myself and friends] do. Sorry to disappoint -_- In case any of you
|
| 162 |
+
idiots didn''t get that I was insulting any male who is not friends with me. Nothing
|
| 163 |
+
personal, really, I''ve just had a long day around many stupid people who I have
|
| 164 |
+
to endure for DATE. I hate teenagers. We''re all so fucking stupid, and most
|
| 165 |
+
of the time we don''t even realize it. It irritates me. There was a girl who
|
| 166 |
+
was sitting with me and my ''friends'' [I use quotes because I was not spoken
|
| 167 |
+
to the entire lunch period] and she said to a boy that she would ''fucking hit
|
| 168 |
+
him'' if he did something... I am not a violent person but I wanted to beat the
|
| 169 |
+
shit out of her. Hostility comes with unhappiness. And I am very unhappy. I
|
| 170 |
+
just hope I can continue to surpress such urges until I get back to PERSON. I
|
| 171 |
+
also hope I do not damage myself further during this misery we call life. My
|
| 172 |
+
mom is pissed at me because I''m not doing homework right now. She left to get
|
| 173 |
+
Schindler''s List so I can get more info for the project and when she came back
|
| 174 |
+
I was writing in this. ''I''m just tired of people saying CARDINAL thing and
|
| 175 |
+
doing another.'' This isn''t just me but whenever I lose her suppport I want
|
| 176 |
+
to cut the fuck out of myself. I have no one here, except her. Without her I
|
| 177 |
+
am completely alone, I need her not to be upset with me. '
|
| 178 |
+
- ' urlLink SPC Mackey and me urlLink '
|
| 179 |
+
- source_sentence: ' GPE tells the story of legendary hoofer PERSON who tapped his
|
| 180 |
+
way to stardom and success as GPE''s highest paid black entertainer only to die
|
| 181 |
+
penniless . Hines brings charisma , charm , and lots of great tappin '' to the
|
| 182 |
+
title role in this polished and sanitized biography . A fun watch especially for
|
| 183 |
+
those who love tappin '' .'
|
| 184 |
+
sentences:
|
| 185 |
+
- ' This post is going to be long. Just to warn you. '
|
| 186 |
+
- PERSON is a wonderful black and white NORP film about a man who is seemingly haunted
|
| 187 |
+
by ghosts . Anand is a doctor ( who smokes a lot ) and encounters a strange woman
|
| 188 |
+
on a dark road in a storm , who he gives a ride to and she gets off at the cemetery
|
| 189 |
+
, where she ( of course ) disappears . Anand is engaged to PERSON , but PERSON
|
| 190 |
+
dies mysteriously and GPE is married off to PERSON , and it seems that PERSON
|
| 191 |
+
is not what she seems at all . There's also a twist ending . Lots of fun and interesting
|
| 192 |
+
scenes and songs , plus also a great ice skating rink sequence . There's also
|
| 193 |
+
a " rock and roll dance " sequence where we're treated to something like " the
|
| 194 |
+
twist " crossed with , uh , square dancing ? Anyway , this is atmospheric and
|
| 195 |
+
appropriately gloomy at times , and for the age of the film the print I got (
|
| 196 |
+
ORG ) is surprisingly well preserved , for an NORP film , although it looks as
|
| 197 |
+
though it could have been made DATE . Entertaining and rather NORP at times .
|
| 198 |
+
.
|
| 199 |
+
- ' The Big Tease is an under-rated , genuinely funny , and intelligently made
|
| 200 |
+
film about a dauntless NORP hair stylist , ORG , and his quest for the globally
|
| 201 |
+
coveted ORG . A tour de force by ORG , the film delivers plenty of wry NORP humor
|
| 202 |
+
and less subtle NORP hilarity with warmth and coherence , develops it''s unlikely
|
| 203 |
+
centerpiece ( LOC ) , sticks faithfully to it''s plot , and builds to satisfying
|
| 204 |
+
and very funny climax .'
|
| 205 |
+
- source_sentence: ' Wouldn''t it be weird if you were standing on the ORG?
|
| 206 |
+
........ Okay, my point now, if you weren''t burning up and stuff, think were
|
| 207 |
+
your shadow would be.....right above you! This is a strange concept to me, tons
|
| 208 |
+
of science geeks will now email me with how this impossible. Grr. I''m going
|
| 209 |
+
to go get ready to watch Survivor. Go PERSON. '
|
| 210 |
+
sentences:
|
| 211 |
+
- ' Translation theology is a way for... I guess I''ll call them ''post-modernists''...
|
| 212 |
+
to teach their theology. The people I''m calling ''post-modernists'' are the kind
|
| 213 |
+
who do not believe with the NORP philosophy presented in the WORK_OF_ART. Instead
|
| 214 |
+
of just admitting that, they translate the WORK_OF_ART (mis-translate the Word)
|
| 215 |
+
to reflect their opinions. The latest LANGUAGE example of this I know of is the urlLink
|
| 216 |
+
''Good as New'' translation. Here are some verses from the translation: PERSON
|
| 217 |
+
''John, nicknamed ''WORK_OF_ART.'' He was in the desert, inviting people to be
|
| 218 |
+
dipped, to show they were determined to change their ways and wanted to be forgiven.'' PERSON
|
| 219 |
+
1:10-11 ''As he was climbing up the bank again, the sun shone through a gap in
|
| 220 |
+
the clouds. At the same time a pigeon flew down and perched on him. Jesus took
|
| 221 |
+
this as a sign that God''s spirit was with him. A voice from overhead was heard
|
| 222 |
+
saying, ''That''s my boy! You''re doing fine!'''' Matthew 23:25 ''Take a running
|
| 223 |
+
jump, GPE, humbugs!'' Matthew 26:69-70 ''Meanwhile PERSON was still sitting in
|
| 224 |
+
the courtyard. A woman came up to him and said: ''Haven''t I seen you with Jesus,
|
| 225 |
+
the hero from Galilee?'' GPE shook his head and said: ''I don''t know what the
|
| 226 |
+
hell you''re talking about!'''' CARDINAL Corinthians 7:1-2 ''Some of you think
|
| 227 |
+
the best way to cope with sex is for men and women to keep right away from each
|
| 228 |
+
other. That is more likely to lead to sexual offences. My advice is for everyone
|
| 229 |
+
to have a regular partner.'' CARDINAL Corinthians 7:8-7 ''If you know you have
|
| 230 |
+
strong needs, get yourself a partner. Better than being frustrated.'' If you''d
|
| 231 |
+
like to see other translations of these passages, you can find them at urlLink
|
| 232 |
+
http://bible.crosswalk.com/ and urlLink http://www.gospelcom.net/ibs/ . I''ve
|
| 233 |
+
demonstrated that I do know how to translate (although I admit that I don''t know
|
| 234 |
+
any Biblical languages). However, translation from NORP to LANGUAGE is not completely
|
| 235 |
+
unlike translating from GPE, ORG, or NORP into LANGUAGE. There''s always the same
|
| 236 |
+
quandery, ''Should I keep this like how it looks in X language, should I make
|
| 237 |
+
it look like something one would say in LANGUAGE, or should I do something in-between.''
|
| 238 |
+
LANGUAGE-speaking people often say ''to have a right'' when LANGUAGE-speaking
|
| 239 |
+
people would use ''to be able, can.'' For example, ''Click here to have a right
|
| 240 |
+
to see the new photo of...'' (I think that may have to do with entitlement mentality,
|
| 241 |
+
but that''s another topic.) It looks strange to right that in LANGUAGE but it''s
|
| 242 |
+
normal in LANGUAGE. The ''Good as New'' version of CARDINAL Corinthians 7:1-2
|
| 243 |
+
is ''Some of you think the best way to cope with sex is for men and women to keep
|
| 244 |
+
right away from each other. That is more likely to lead to sexual offences. My
|
| 245 |
+
advice is for everyone to have a regular partner.'' WORK_OF_ART version is ''Now
|
| 246 |
+
concerning the things whereof ye wrote unto me: It is good for a man not to touch
|
| 247 |
+
a woman. Nevertheless, to avoid fornication, let every man have his own wife,
|
| 248 |
+
and let every woman have her own husband.'' The KJV''s ''wife'' and ''husband''
|
| 249 |
+
become ''regular partner'' in the ''Good as New.'' It''s very easy to explain
|
| 250 |
+
why this is a miss-translation. ''Wife'' and ''husband'' suggest a marriage ceremony.
|
| 251 |
+
''Regular urlLink partner '' suggests a girlfriend/boyfriend where marriage hasn''t
|
| 252 |
+
necessary taken place. This ignores all the verses in the old testament that give urlLink
|
| 253 |
+
wife and urlLink husband clear definitions. PERSON '
|
| 254 |
+
- ' FIRE UP THE LAUGH TRACK We can be sure that some pundits will acclaim
|
| 255 |
+
the speech as bold and brilliant; they would do that if he read from ''The Very
|
| 256 |
+
Hungry Caterpillar.'' - urlLink PERSON , CARDINAL In urlLink Mr McFadden , we''ve
|
| 257 |
+
found one of them. I could probably spread this one out over a week if I wanted
|
| 258 |
+
to. But I have a lot to do. Hmm, I''m in a Fisking mood: The State of the Union
|
| 259 |
+
Address has been compared to EVENT of politics,... Hmm, I must nitpick now. What
|
| 260 |
+
is this magical ''super bowl of politics'', this mysterious ORDINAL party to which
|
| 261 |
+
ORG has been compared? Either do some research and figure out what that analogical
|
| 262 |
+
middle-man is, or get your copy editor in here, stat, and rediscover that magical
|
| 263 |
+
phrase ''referred to as''. Now let''s get serious, Mr Mc. ...yet last night''s
|
| 264 |
+
speech lacked the metaphorical high kicking cheerleaders and pyrotechnic halftime
|
| 265 |
+
shows that have become a staple of the DATE event. But it had plenty of ''noo-kyu-lar''! In
|
| 266 |
+
perhaps the most serious ORG of the Union speech in recent memory, it was what
|
| 267 |
+
President PERSON didn''t do and say that set the tone. He did not introduce the
|
| 268 |
+
ORDINAL Lady. He did not acknowledge dignitaries and special guests in the audience.
|
| 269 |
+
He did not mention the vacant seat he left open in memory of the victims of DATE. He
|
| 270 |
+
did not mention PERSON. He did not mention any of the promises he made in DATE
|
| 271 |
+
speech. He did not provide any new or substantial evidence to add to his case
|
| 272 |
+
for war in GPE, other than to blanket-define PERSON as ''evil''. Whenever I hear
|
| 273 |
+
that, I think of the pictures of GPE eagerly shaking hands with PERSON. What
|
| 274 |
+
lies behind your next verbal corner, PERSON? He did not even tell a joke, although
|
| 275 |
+
NORP Minority Leader PERSON found the speech amusing. ...Probably for the same
|
| 276 |
+
reasons I found it amusing. Let''s have a look at urlLink what she had to say (via
|
| 277 |
+
PERSON). Onward! As PERSON enters DATE year of his presidency, his approval
|
| 278 |
+
ratings have settled into the DATE, the economy still looms as an unsolved problem,
|
| 279 |
+
and the country stands on the brink of war with GPE. Wasn''t his DATE SOtU full
|
| 280 |
+
of promises to kick-start the economy? It loomed as a problem then; it looms
|
| 281 |
+
as a problem now. Nonetheless, the President spoke with confidence and resolve,
|
| 282 |
+
telling the NORP people that he (unlike his predecessor) will confront DATE''s
|
| 283 |
+
challenges, however big they may be. ''We will not deny, we will not ignore,
|
| 284 |
+
we will not pass along our problems to other ORG, to other presidents, and other
|
| 285 |
+
generations,'' the President promised. PERSON boy. Robb has now stepped into
|
| 286 |
+
ORG (well, not in GPE, muahaha, mmm curry!), cuz this is a whopper. Hey McCheese
|
| 287 |
+
(ironic I suppose), where in not passing along problems to other generations does urlLink
|
| 288 |
+
DEFICITS AS FAR AS THE ORG CAN SEE fit in? Yes, oh urlLink where ? (Note:
|
| 289 |
+
I linked to those CARDINAL bastions of liberal thoght, PERSON and ORG). CARDINAL
|
| 290 |
+
of PERSON''s themes in his DATE campaign was to ''usher in an era of responsibility,''
|
| 291 |
+
starting at the top. In the wake of a reckless and irresponsible ORG, PERSON made
|
| 292 |
+
it a priority to restore honor and dignity to ORG. These efforts have been noticed
|
| 293 |
+
in little ways - from a suits-only dress code at FAC, to the pre-screening of
|
| 294 |
+
R movies on PRODUCT PERSON''s approach to policy has also been a study in contrasts.
|
| 295 |
+
While President PERSON seemed driven by polls and political survival, PERSON has
|
| 296 |
+
continually pushed big ideas, stayed true to his conservative ideology, and willingly
|
| 297 |
+
confronted problems head-on. I think this is as good a time as any to urlLink
|
| 298 |
+
link to this . Robb can only point to little things (suits, R-rated movies) because
|
| 299 |
+
nothing about PERSON''s budgetary ideas suggest the ushering in of ''an era of
|
| 300 |
+
responsibility'', be they tax giveaways to wealthy contributors or anything else. I
|
| 301 |
+
dont know, but balanced budgets, and then surpluses, those things suggest responsibility
|
| 302 |
+
to me. McF doesn''t seem up to telling us just how exactly PERSON''s administration
|
| 303 |
+
was ''reckless and irresponsible''. That would allow people like me to compare
|
| 304 |
+
their criminal record to that of ORG. And PERSON isn''t driven in the slightest
|
| 305 |
+
by polls and political survival, like big bad PERSON was. urlLink Riiiight . Uh
|
| 306 |
+
oh, get the editors back in the room, DATE TIME''s ORG address was sobering,
|
| 307 |
+
serious, and stern. It''s hard to believe that the speech was given by the very
|
| 308 |
+
same person who was featured in GPE ''Journeys with George,'' a campaign documentary
|
| 309 |
+
that showed PERSON crunching on PERSON and bowling oranges down airplane isles
|
| 310 |
+
. His sense of humor was also displayed soon after his election when he attended
|
| 311 |
+
a commencement ceremony at ORG where he offered some advice to graduating seniors:
|
| 312 |
+
''To those of you who received honors, awards and distinctions, I say well done.
|
| 313 |
+
And to the C students, I say, you, too, can be president of GPE.'' I''m not sure
|
| 314 |
+
how you can fit an island on an airplane, even if a presidential candidate is
|
| 315 |
+
on board. Anyway, filler paragraph for a minumum amount of characters, where
|
| 316 |
+
were we? But that was then, and this is now. Gone are the jokes, the niceties,
|
| 317 |
+
the ''hi how''re you doings?'' PERSON may have been a C student, but when it comes
|
| 318 |
+
to politics he''s done his homework and knows that popularity can vanish in a
|
| 319 |
+
heartbeat. Politics is all that he and PERSON seem to know anything about. But
|
| 320 |
+
that only works for a little while. Following EVENT, PERSON had sky high approval
|
| 321 |
+
ratings, but lost the fall campaign to a little known governor from GPE when the
|
| 322 |
+
economy turned sour. With the new arrivals of CARDINAL new economic advisors,
|
| 323 |
+
and with a bold MONEY stimulus plan, President PERSON seems to have learned from
|
| 324 |
+
his father''s mistakes. New economic team, same economic policies. I see Robb
|
| 325 |
+
is more than happy to use the B-word, that being '' urlLink bold '' to describe
|
| 326 |
+
PERSON''s economic plan. And by the way, if his economic plan creates CARDINAL
|
| 327 |
+
job, just CARDINAL job, then I will have lost a bet. His economic plans in DATE
|
| 328 |
+
speech, he summed them up in one word: ''jobs''. Jobs created since? CARDINAL. Somehow,
|
| 329 |
+
after all the nonsense in this piece, Mr McFadden comes to a sobering conclusion,
|
| 330 |
+
increasingly unavoidable with DATE that PERSON occupies FAC: Pundits and analysts
|
| 331 |
+
predicted that the course of PERSON''s presidency changed with the terrorist attacks.
|
| 332 |
+
Now, DATE after the attacks, an empty seat memorializing the victims of DATE was
|
| 333 |
+
the underlying center of attention. The resulting prosecution of a second EVENT,
|
| 334 |
+
coupled with the performance of the NORP economy over DATE, will likely determine
|
| 335 |
+
whether PERSON''s presidency is deemed a success or a failure in DATE. Both
|
| 336 |
+
are very good reasons for the President''s state of concern. Anything in DATE
|
| 337 |
+
about PERSON and the economy give you any confidence, PERSON? His solution for
|
| 338 |
+
the final CARDINAL is more tax cuts. Good luck! He''ll definitely need that
|
| 339 |
+
second EVENT! Allow me to take the liberty of showing the difference between
|
| 340 |
+
PERSON''s SOTU speeches and PERSON''s on DATE. When PERSON recounted the legislative
|
| 341 |
+
accomplishments in GPE under his ORG''s leadership, he would put them in terms
|
| 342 |
+
of their actual results , as in jobs created, pollution curbed, etc, and not
|
| 343 |
+
just talking about the legislation itself. All PERSON can say is that he passed
|
| 344 |
+
a tax cut; if he talks about how it affected the economy, much less the federal
|
| 345 |
+
budget, that wouldn''t, um, say a lot of good about the ''state of the union'',
|
| 346 |
+
would it? Real positive results are not there. And they''re not going to be
|
| 347 |
+
there, for instance, under continuing PERSON economic policy (which outside of
|
| 348 |
+
''tax cuts for the affluent'' doesn''t really exist). Anyway, good try, Mr McFadden! Don''t
|
| 349 |
+
call us, we''ll call you! '
|
| 350 |
+
- ' My titles don''t seem to be coming through. That''s odd. But the comments
|
| 351 |
+
work, which is good, now for those titles. '
|
| 352 |
+
- source_sentence: ' ORG is generally considered to be the very ORDINAL film noir
|
| 353 |
+
, but PERSON " WORK_OF_ART " is the ORDINAL GREAT noir . With actors that perfectly
|
| 354 |
+
understood PERSON''s penchant for black as tar humour , this film is as seedy
|
| 355 |
+
, dark and many times funny as they come . PERSON is a knockout as the classic
|
| 356 |
+
femme fatale , complete with cheap blonde wig and ankle bracelets . PERSON makes
|
| 357 |
+
a terrific dope , his silly machimso preventing him from realizing that ORG is
|
| 358 |
+
CARDINAL step ahead of him through the entire film . And PERSON . Robinson shines
|
| 359 |
+
as usual in a small but important role . For me , this film breaks new ground
|
| 360 |
+
in the hard-boiled / detective / murder mystery genre . I believe it was a bit
|
| 361 |
+
of a flop when it came out , but that''s easy to understand . Films that in retrospect
|
| 362 |
+
prove themselves to be cutting edge are frequently dismissed at the time of their
|
| 363 |
+
release . " Double Indemnity " doesn''t have the look of other studio films of
|
| 364 |
+
its period , not even other gritty detective films of its period . The lighting
|
| 365 |
+
is stark and grimy ; you can almost see every speck of dust in the shafts of light
|
| 366 |
+
slanting in through the windows . Wilder gets the feel of a corrupt L . A . just
|
| 367 |
+
right . But even more than its look , the film is DATE ahead of its time in its
|
| 368 |
+
moral tone . Not only do the characters in this film not find redemption , they
|
| 369 |
+
appear to be unredeemable . Each shows him / herself to be colder and more cynical
|
| 370 |
+
than the other , and there''s a " PERSON and PERSON " - like inevitability to
|
| 371 |
+
their eventual fates . Simply sensational . And watch for the list of " supposin
|
| 372 |
+
'' " s ORG and ORG throw back and forth at each other in CARDINAL scene . It''s
|
| 373 |
+
hilarious and perfect , and those who''ve seen the film will know exactly what
|
| 374 |
+
I''m talking about .'
|
| 375 |
+
sentences:
|
| 376 |
+
- ' Hello world, this is ORG/Tigger_On_Crack. Yes, yes I am undecided on which
|
| 377 |
+
name I’m going to choose so I’ll use this one for right now. I don’t think it
|
| 378 |
+
will be too confusing for the world at large to associate CARDINAL names for CARDINAL
|
| 379 |
+
person, especially if they play PERSON and can understand the concept of ALT’s. Well,
|
| 380 |
+
my morning was interesting DATE. I am used to lying in bed with the sounds of
|
| 381 |
+
ORG and ORG going off in the background till I have to wake up at about 9 or so.
|
| 382 |
+
TIME however I was awakened by a sippy cup bashing me repeatedly in the head.
|
| 383 |
+
Unbeknownst to me my son just figured out how to open doors and really, really
|
| 384 |
+
wanted a drink. I guess he felt the need to go agro on me. I swear the sippy cup
|
| 385 |
+
has to do lethal damage. *touches tender eye* So there I was black eye on the
|
| 386 |
+
way, PERSON still sleeping peacefully and a DATE on rampage. ORDINAL thought through
|
| 387 |
+
my head is “this is too painful to be a dream” ORDINAL thought “how in the hell
|
| 388 |
+
do men sleep?” When Son was born he slept through midnight roll calls, he sleeps
|
| 389 |
+
through tornado alarms, now he’s sleeping through CARDINALam juice requests. Is
|
| 390 |
+
there some sort of biological chemistry that the female brain simply neglected
|
| 391 |
+
to give us or is God still pissed about that God-damned peice of rotten fruit?
|
| 392 |
+
I wonder if the man who got his dick chopped off slept through that as well. Anyways,
|
| 393 |
+
I get up and give the kid a drink. I think if he is smart enough to get out of
|
| 394 |
+
his room and strong enough to give me a black eye then he can get his own drink.
|
| 395 |
+
Get a chair, spill it on the floor if he doesn’t drown I don''t care. Now is
|
| 396 |
+
the ORDINAL dilemma of the morning. How do you put a DATE back in bed when they
|
| 397 |
+
can open up the door with out having well intending neighbors and Grandmothers
|
| 398 |
+
call ORG? Not sure. It''s TIME, my thought processes just are not booting. So
|
| 399 |
+
I let him in my room and tell him that I’m going to sleep. He seems fine with
|
| 400 |
+
that and why not? I never let him in my room it’s a no-kid zone and not baby/toddler
|
| 401 |
+
proof at all. So as I lay staring at the ceiling with PERSON merrily sipping on
|
| 402 |
+
his fucking juice and staring at all of his new toys that he gets to randomly
|
| 403 |
+
destroy, horrible thoughts start to pile through my head. He could climb on my
|
| 404 |
+
desk chair, fall and get a concussion, go Evil Kinevil off my desk and into the
|
| 405 |
+
pile of forbidden laundry, fall into my closet and enter a ORDINAL dimension of
|
| 406 |
+
reality never to be seen again (nice thought at the time I stuck with that one
|
| 407 |
+
for a while) electrocute himself with the outlets under my desk. I get up again
|
| 408 |
+
and try to convince the rampaging toddler to sleep with me on the bed. He body
|
| 409 |
+
slams PERSON who finally wakes up. Not bad, there is something that will wake
|
| 410 |
+
him up besides sex. Now we’re all up. Fun. I decide to go to work early. For
|
| 411 |
+
DATE our water heater has been broken. Nice lovely landlord from hell has been
|
| 412 |
+
promising a fix ‘the next day’ since DATE. I feel like a pioneer woman, heating
|
| 413 |
+
the water before cooking and bathing and ice showers. Son is the luckiest out
|
| 414 |
+
of us all and gets an invitation to have a nice bath at ORG house. I’m so jealous.
|
| 415 |
+
What are my boobs not as speacial as the kid? Do they not deserve love? Guess
|
| 416 |
+
not. For all the men who don''t have boobs picture your testicles without the
|
| 417 |
+
turtle feature then take a shower in falling ice cubes. Time to take another.
|
| 418 |
+
I yip as I get in and PERSON laughs. Never laugh at a woman with frozen nipples.
|
| 419 |
+
Rage ensues. I''ll leave it at that. ORG -- Ziggur! Wait for Back-up! '
|
| 420 |
+
- In this enjoyable PERSON comedy , our boy PERSON ( playing a down-and-outer whose
|
| 421 |
+
acquaintances include a scrappy little beggar girl and her lame dog ) finds himself
|
| 422 |
+
coming to the aid of a pretty heiress whose inheritance is in danger of being
|
| 423 |
+
weasled away by a shyster lawyer in cahoots with a gang of thugs . Every Lloyd
|
| 424 |
+
film has a rollicking climax full of visual stunts , and the one to this movie
|
| 425 |
+
shows PERSON verbally or physically assaulting every police officer in the city
|
| 426 |
+
in an attempt to lead them to the gang's lair . Everything comes right in the
|
| 427 |
+
end , as PERSON , heiress , beggar girl and dog get to sit down to a mighty dinner
|
| 428 |
+
and we get to turn off the T . V . with a smile on our faces .
|
| 429 |
+
- ' Well I can see that you''re all able to make comments....and that''s
|
| 430 |
+
awesome! Please don''t stop just on account of the fact that I can''t.....read
|
| 431 |
+
them!!!!! I have no clue as to why I''m able to open and read everyone elses
|
| 432 |
+
comments and why you''re able to leave me comments.....but I can''t open my own! Argh!! Anyways.....I
|
| 433 |
+
don''t want my day ruined all on account of some silly commenting system. The
|
| 434 |
+
sun hasn''t returned to our city as of yet...I miss him dearly. The kids are
|
| 435 |
+
having a grand old time terrorizing the cat...well, can''t say that he doesn''t
|
| 436 |
+
get his exercise! He''s an indoor cat but it quickly being converted into wanting
|
| 437 |
+
to be an ''outdoor'' cat! Went for a workout last night....not sure why DATE
|
| 438 |
+
is killing me. Did a lower body workout on DATE and I''m still in pain. It''s
|
| 439 |
+
all good though. There was a guy there wearing headphones (like who doesn''t)
|
| 440 |
+
but no, these weren''t any old headphones...these were those really big (bigger
|
| 441 |
+
than the one''s you wear for ear protection) headphones....looked a little outdated. And
|
| 442 |
+
tell me....why do people do one set on a machine and then socialize for TIME at
|
| 443 |
+
it and then do CARDINAL more set before they move on! Like hello!!! there are
|
| 444 |
+
others around. Oh it looks like I''m almost turning this into a griping session?!?! Anyways....I
|
| 445 |
+
better move this sore butt of mine....it''s DATE, which is PERSON''s shopping
|
| 446 |
+
day! So off we go. Hopefully I''ll be able to read the comments again soon. '
|
| 447 |
+
pipeline_tag: sentence-similarity
|
| 448 |
+
library_name: sentence-transformers
|
| 449 |
+
---
|
| 450 |
+
|
| 451 |
+
# SentenceTransformer based on google-bert/bert-base-cased
|
| 452 |
+
|
| 453 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 454 |
+
|
| 455 |
+
## Model Details
|
| 456 |
+
|
| 457 |
+
### Model Description
|
| 458 |
+
- **Model Type:** Sentence Transformer
|
| 459 |
+
- **Base model:** [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) <!-- at revision cd5ef92a9fb2f889e972770a36d4ed042daf221e -->
|
| 460 |
+
- **Maximum Sequence Length:** 512 tokens
|
| 461 |
+
- **Output Dimensionality:** 768 dimensions
|
| 462 |
+
- **Similarity Function:** Cosine Similarity
|
| 463 |
+
<!-- - **Training Dataset:** Unknown -->
|
| 464 |
+
<!-- - **Language:** Unknown -->
|
| 465 |
+
<!-- - **License:** Unknown -->
|
| 466 |
+
|
| 467 |
+
### Model Sources
|
| 468 |
+
|
| 469 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
| 470 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
|
| 471 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
| 472 |
+
|
| 473 |
+
### Full Model Architecture
|
| 474 |
+
|
| 475 |
+
```
|
| 476 |
+
SentenceTransformer(
|
| 477 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False, 'architecture': 'BertModel'})
|
| 478 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
| 479 |
+
)
|
| 480 |
+
```
|
| 481 |
+
|
| 482 |
+
## Usage
|
| 483 |
+
|
| 484 |
+
### Direct Usage (Sentence Transformers)
|
| 485 |
+
|
| 486 |
+
First install the Sentence Transformers library:
|
| 487 |
+
|
| 488 |
+
```bash
|
| 489 |
+
pip install -U sentence-transformers
|
| 490 |
+
```
|
| 491 |
+
|
| 492 |
+
Then you can load this model and run inference.
|
| 493 |
+
```python
|
| 494 |
+
from sentence_transformers import SentenceTransformer
|
| 495 |
+
|
| 496 |
+
# Download from the 🤗 Hub
|
| 497 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
| 498 |
+
# Run inference
|
| 499 |
+
sentences = [
|
| 500 |
+
' ORG is generally considered to be the very ORDINAL film noir , but PERSON " WORK_OF_ART " is the ORDINAL GREAT noir . With actors that perfectly understood PERSON\'s penchant for black as tar humour , this film is as seedy , dark and many times funny as they come . PERSON is a knockout as the classic femme fatale , complete with cheap blonde wig and ankle bracelets . PERSON makes a terrific dope , his silly machimso preventing him from realizing that ORG is CARDINAL step ahead of him through the entire film . And PERSON . Robinson shines as usual in a small but important role . For me , this film breaks new ground in the hard-boiled / detective / murder mystery genre . I believe it was a bit of a flop when it came out , but that\'s easy to understand . Films that in retrospect prove themselves to be cutting edge are frequently dismissed at the time of their release . " Double Indemnity " doesn\'t have the look of other studio films of its period , not even other gritty detective films of its period . The lighting is stark and grimy ; you can almost see every speck of dust in the shafts of light slanting in through the windows . Wilder gets the feel of a corrupt L . A . just right . But even more than its look , the film is DATE ahead of its time in its moral tone . Not only do the characters in this film not find redemption , they appear to be unredeemable . Each shows him / herself to be colder and more cynical than the other , and there\'s a " PERSON and PERSON " - like inevitability to their eventual fates . Simply sensational . And watch for the list of " supposin \' " s ORG and ORG throw back and forth at each other in CARDINAL scene . It\'s hilarious and perfect , and those who\'ve seen the film will know exactly what I\'m talking about .',
|
| 501 |
+
"In this enjoyable PERSON comedy , our boy PERSON ( playing a down-and-outer whose acquaintances include a scrappy little beggar girl and her lame dog ) finds himself coming to the aid of a pretty heiress whose inheritance is in danger of being weasled away by a shyster lawyer in cahoots with a gang of thugs . Every Lloyd film has a rollicking climax full of visual stunts , and the one to this movie shows PERSON verbally or physically assaulting every police officer in the city in an attempt to lead them to the gang's lair . Everything comes right in the end , as PERSON , heiress , beggar girl and dog get to sit down to a mighty dinner and we get to turn off the T . V . with a smile on our faces .",
|
| 502 |
+
" Well I can see that you're all able to make comments....and that's awesome! Please don't stop just on account of the fact that I can't.....read them!!!!! I have no clue as to why I'm able to open and read everyone elses comments and why you're able to leave me comments.....but I can't open my own! Argh!! Anyways.....I don't want my day ruined all on account of some silly commenting system. The sun hasn't returned to our city as of yet...I miss him dearly. The kids are having a grand old time terrorizing the cat...well, can't say that he doesn't get his exercise! He's an indoor cat but it quickly being converted into wanting to be an 'outdoor' cat! Went for a workout last night....not sure why DATE is killing me. Did a lower body workout on DATE and I'm still in pain. It's all good though. There was a guy there wearing headphones (like who doesn't) but no, these weren't any old headphones...these were those really big (bigger than the one's you wear for ear protection) headphones....looked a little outdated. And tell me....why do people do one set on a machine and then socialize for TIME at it and then do CARDINAL more set before they move on! Like hello!!! there are others around. Oh it looks like I'm almost turning this into a griping session?!?! Anyways....I better move this sore butt of mine....it's DATE, which is PERSON's shopping day! So off we go. Hopefully I'll be able to read the comments again soon. ",
|
| 503 |
+
]
|
| 504 |
+
embeddings = model.encode(sentences)
|
| 505 |
+
print(embeddings.shape)
|
| 506 |
+
# [3, 768]
|
| 507 |
+
|
| 508 |
+
# Get the similarity scores for the embeddings
|
| 509 |
+
similarities = model.similarity(embeddings, embeddings)
|
| 510 |
+
print(similarities)
|
| 511 |
+
# tensor([[ 1.0000, 0.5320, -0.1499],
|
| 512 |
+
# [ 0.5320, 1.0000, -0.0242],
|
| 513 |
+
# [-0.1499, -0.0242, 1.0000]])
|
| 514 |
+
```
|
| 515 |
+
|
| 516 |
+
<!--
|
| 517 |
+
### Direct Usage (Transformers)
|
| 518 |
+
|
| 519 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
| 520 |
+
|
| 521 |
+
</details>
|
| 522 |
+
-->
|
| 523 |
+
|
| 524 |
+
<!--
|
| 525 |
+
### Downstream Usage (Sentence Transformers)
|
| 526 |
+
|
| 527 |
+
You can finetune this model on your own dataset.
|
| 528 |
+
|
| 529 |
+
<details><summary>Click to expand</summary>
|
| 530 |
+
|
| 531 |
+
</details>
|
| 532 |
+
-->
|
| 533 |
+
|
| 534 |
+
<!--
|
| 535 |
+
### Out-of-Scope Use
|
| 536 |
+
|
| 537 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 538 |
+
-->
|
| 539 |
+
|
| 540 |
+
<!--
|
| 541 |
+
## Bias, Risks and Limitations
|
| 542 |
+
|
| 543 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 544 |
+
-->
|
| 545 |
+
|
| 546 |
+
<!--
|
| 547 |
+
### Recommendations
|
| 548 |
+
|
| 549 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 550 |
+
-->
|
| 551 |
+
|
| 552 |
+
## Training Details
|
| 553 |
+
|
| 554 |
+
### Training Dataset
|
| 555 |
+
|
| 556 |
+
#### Unnamed Dataset
|
| 557 |
+
|
| 558 |
+
* Size: 50,000 training samples
|
| 559 |
+
* Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>label</code>
|
| 560 |
+
* Approximate statistics based on the first 1000 samples:
|
| 561 |
+
| | sentence_0 | sentence_1 | label |
|
| 562 |
+
|:--------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:---------------------------------------------------------------|
|
| 563 |
+
| type | string | string | float |
|
| 564 |
+
| details | <ul><li>min: 6 tokens</li><li>mean: 240.2 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 236.0 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.48</li><li>max: 1.0</li></ul> |
|
| 565 |
+
* Samples:
|
| 566 |
+
| sentence_0 | sentence_1 | label |
|
| 567 |
+
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|
|
| 568 |
+
| <code> Time for some clarification... Ok as if you haven't guessed by now, I have a few 'issues' with rejection right now from people in my past both personally and professionally. It has come to my attention that by me generalizing I have offended some people who I did not intend to do this to. I have been very careful not to use anyone's real name, unless it is a name only known to them and I. People should know if they have wronged me or not, so please do not feel included in the insults unless I specifically point you out. As you can tell on my site I am not a shy person. So far one of the few people I have outwardly specifically pointed out was my ex coworker tubby. Sorry there bud but you kind of hurt me allot by 'keeping CARDINAL sets of books' the one you showed to my face, and the other one you used with others behind my back. I have always been careful who I keep as my friends I let you in, and you disappointed me, so yes I feel you are a prick for that, sorry bu...</code> | <code> ORG — Pvt. PERSON, DATE, of GPE, ORG, was killed in action on DATE, in GPE, GPE. PERSON was near ORG in downtown GPE when a vehicle containing an improvised explosive device detonated. PERSON was assigned to ORG, 70th ORG, ORG, GPE, GPE. </code> | <code>0.0</code> |
|
| 569 |
+
| <code> Have any of you guys tried the glue type of mouse trap? Well I did TIME. Unfortunately TIME I realize that It wasn't a mouse that was caught but instead a cute little bird. I was so sad.. It was horrifying. however i manage to pull the lil bird off and the bird look like a ball. Both of her feet were stuck on her chest. The wings were stuck to her body and even her beak were stick together. She can't even open her mouth. I feel really bad for her. I tried cleaning her up. Finally I manage to make her flip her wings, open up her mouth and believe me, she bites!! And she manage to hop a lil bit. Well.. at least that's the best I could have done. Then I put her on the grass and I saw her hopping! I hope that she'll live!! </code> | <code> I've rediscovered the joys of playing PRODUCT DATE. It's pretty fun. I had a blast (no pun intended). I doing some maths homework at the moment and I have just been sent a link from ORG called 'Rate this Asian Woman'. So that's what he gets upto on TIME. Anyhow, I've been kinda bored DATE, playing more and more games now. I guess thats it. </code> | <code>0.0</code> |
|
| 570 |
+
| <code>Supposedly based on actual events that took place in ORG shortly after DATE First World War . The film takes on a documentary style , which is shown through the rather corny voice-over and is mixed with footage of a man in a hood bumping various youngsters off . Given that the film is based on a true story , this actually turned out to be a good way to film it ; although those who are going into this film expecting a slasher along the lines of DATE or EVENT are likely to be disappointed . The film plays out more like a profile of the serial killer , although since not much is known about the actual hooded maniac that terrorised GPE back in the forties , the film doesn't go too deep either . The film focuses more on the police and the local residents rather than the actual killer , and we follow the effect that the murder spree has had on the town , through both the residents ' actions and the baffled police investigation into the crimes . The main strongpoint of this movie definitely l...</code> | <code>There was a distinct lack of truly great horror in DATE ; but this film , PERSON , tops the list of what little good ones there were . It's actually quite shocking that this came out during a huge depression for horror cinema , because it's easily one of the greatest horror movies I ever saw . PERSON is a rather strange mix of horror , romance , twisted fairytale and comedy that isn't quite like anything else in cinema ; horror or otherwise . The film knows that it's not the usual sort of film , and revels in this fact throughout . PERSON buys itself a licence do whatever it wants through the fact that it so weird , and therefore no matter what the film throws at you ; it's easy to just back and enjoy it . The film is directed by PERSON talented understudy , PERSON and finds an unlikely lead in PERSON . The story follows PERSON ; the keeper of a cemetery in a small NORP town called FAC . He lives there with his assistant ; the deformed ORG , but this isn't quite the normal cemetery , h...</code> | <code>1.0</code> |
|
| 571 |
+
* Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
|
| 572 |
+
```json
|
| 573 |
+
{
|
| 574 |
+
"loss_fct": "torch.nn.modules.loss.MSELoss"
|
| 575 |
+
}
|
| 576 |
+
```
|
| 577 |
+
|
| 578 |
+
### Training Hyperparameters
|
| 579 |
+
#### Non-Default Hyperparameters
|
| 580 |
+
|
| 581 |
+
- `per_device_train_batch_size`: 4
|
| 582 |
+
- `per_device_eval_batch_size`: 4
|
| 583 |
+
- `num_train_epochs`: 1
|
| 584 |
+
- `multi_dataset_batch_sampler`: round_robin
|
| 585 |
+
|
| 586 |
+
#### All Hyperparameters
|
| 587 |
+
<details><summary>Click to expand</summary>
|
| 588 |
+
|
| 589 |
+
- `overwrite_output_dir`: False
|
| 590 |
+
- `do_predict`: False
|
| 591 |
+
- `eval_strategy`: no
|
| 592 |
+
- `prediction_loss_only`: True
|
| 593 |
+
- `per_device_train_batch_size`: 4
|
| 594 |
+
- `per_device_eval_batch_size`: 4
|
| 595 |
+
- `per_gpu_train_batch_size`: None
|
| 596 |
+
- `per_gpu_eval_batch_size`: None
|
| 597 |
+
- `gradient_accumulation_steps`: 1
|
| 598 |
+
- `eval_accumulation_steps`: None
|
| 599 |
+
- `torch_empty_cache_steps`: None
|
| 600 |
+
- `learning_rate`: 5e-05
|
| 601 |
+
- `weight_decay`: 0.0
|
| 602 |
+
- `adam_beta1`: 0.9
|
| 603 |
+
- `adam_beta2`: 0.999
|
| 604 |
+
- `adam_epsilon`: 1e-08
|
| 605 |
+
- `max_grad_norm`: 1
|
| 606 |
+
- `num_train_epochs`: 1
|
| 607 |
+
- `max_steps`: -1
|
| 608 |
+
- `lr_scheduler_type`: linear
|
| 609 |
+
- `lr_scheduler_kwargs`: {}
|
| 610 |
+
- `warmup_ratio`: 0.0
|
| 611 |
+
- `warmup_steps`: 0
|
| 612 |
+
- `log_level`: passive
|
| 613 |
+
- `log_level_replica`: warning
|
| 614 |
+
- `log_on_each_node`: True
|
| 615 |
+
- `logging_nan_inf_filter`: True
|
| 616 |
+
- `save_safetensors`: True
|
| 617 |
+
- `save_on_each_node`: False
|
| 618 |
+
- `save_only_model`: False
|
| 619 |
+
- `restore_callback_states_from_checkpoint`: False
|
| 620 |
+
- `no_cuda`: False
|
| 621 |
+
- `use_cpu`: False
|
| 622 |
+
- `use_mps_device`: False
|
| 623 |
+
- `seed`: 42
|
| 624 |
+
- `data_seed`: None
|
| 625 |
+
- `jit_mode_eval`: False
|
| 626 |
+
- `bf16`: False
|
| 627 |
+
- `fp16`: False
|
| 628 |
+
- `fp16_opt_level`: O1
|
| 629 |
+
- `half_precision_backend`: auto
|
| 630 |
+
- `bf16_full_eval`: False
|
| 631 |
+
- `fp16_full_eval`: False
|
| 632 |
+
- `tf32`: None
|
| 633 |
+
- `local_rank`: 0
|
| 634 |
+
- `ddp_backend`: None
|
| 635 |
+
- `tpu_num_cores`: None
|
| 636 |
+
- `tpu_metrics_debug`: False
|
| 637 |
+
- `debug`: []
|
| 638 |
+
- `dataloader_drop_last`: False
|
| 639 |
+
- `dataloader_num_workers`: 0
|
| 640 |
+
- `dataloader_prefetch_factor`: None
|
| 641 |
+
- `past_index`: -1
|
| 642 |
+
- `disable_tqdm`: False
|
| 643 |
+
- `remove_unused_columns`: True
|
| 644 |
+
- `label_names`: None
|
| 645 |
+
- `load_best_model_at_end`: False
|
| 646 |
+
- `ignore_data_skip`: False
|
| 647 |
+
- `fsdp`: []
|
| 648 |
+
- `fsdp_min_num_params`: 0
|
| 649 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 650 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
| 651 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
| 652 |
+
- `parallelism_config`: None
|
| 653 |
+
- `deepspeed`: None
|
| 654 |
+
- `label_smoothing_factor`: 0.0
|
| 655 |
+
- `optim`: adamw_torch_fused
|
| 656 |
+
- `optim_args`: None
|
| 657 |
+
- `adafactor`: False
|
| 658 |
+
- `group_by_length`: False
|
| 659 |
+
- `length_column_name`: length
|
| 660 |
+
- `project`: huggingface
|
| 661 |
+
- `trackio_space_id`: trackio
|
| 662 |
+
- `ddp_find_unused_parameters`: None
|
| 663 |
+
- `ddp_bucket_cap_mb`: None
|
| 664 |
+
- `ddp_broadcast_buffers`: False
|
| 665 |
+
- `dataloader_pin_memory`: True
|
| 666 |
+
- `dataloader_persistent_workers`: False
|
| 667 |
+
- `skip_memory_metrics`: True
|
| 668 |
+
- `use_legacy_prediction_loop`: False
|
| 669 |
+
- `push_to_hub`: False
|
| 670 |
+
- `resume_from_checkpoint`: None
|
| 671 |
+
- `hub_model_id`: None
|
| 672 |
+
- `hub_strategy`: every_save
|
| 673 |
+
- `hub_private_repo`: None
|
| 674 |
+
- `hub_always_push`: False
|
| 675 |
+
- `hub_revision`: None
|
| 676 |
+
- `gradient_checkpointing`: False
|
| 677 |
+
- `gradient_checkpointing_kwargs`: None
|
| 678 |
+
- `include_inputs_for_metrics`: False
|
| 679 |
+
- `include_for_metrics`: []
|
| 680 |
+
- `eval_do_concat_batches`: True
|
| 681 |
+
- `fp16_backend`: auto
|
| 682 |
+
- `push_to_hub_model_id`: None
|
| 683 |
+
- `push_to_hub_organization`: None
|
| 684 |
+
- `mp_parameters`:
|
| 685 |
+
- `auto_find_batch_size`: False
|
| 686 |
+
- `full_determinism`: False
|
| 687 |
+
- `torchdynamo`: None
|
| 688 |
+
- `ray_scope`: last
|
| 689 |
+
- `ddp_timeout`: 1800
|
| 690 |
+
- `torch_compile`: False
|
| 691 |
+
- `torch_compile_backend`: None
|
| 692 |
+
- `torch_compile_mode`: None
|
| 693 |
+
- `include_tokens_per_second`: False
|
| 694 |
+
- `include_num_input_tokens_seen`: no
|
| 695 |
+
- `neftune_noise_alpha`: None
|
| 696 |
+
- `optim_target_modules`: None
|
| 697 |
+
- `batch_eval_metrics`: False
|
| 698 |
+
- `eval_on_start`: False
|
| 699 |
+
- `use_liger_kernel`: False
|
| 700 |
+
- `liger_kernel_config`: None
|
| 701 |
+
- `eval_use_gather_object`: False
|
| 702 |
+
- `average_tokens_across_devices`: True
|
| 703 |
+
- `prompts`: None
|
| 704 |
+
- `batch_sampler`: batch_sampler
|
| 705 |
+
- `multi_dataset_batch_sampler`: round_robin
|
| 706 |
+
- `router_mapping`: {}
|
| 707 |
+
- `learning_rate_mapping`: {}
|
| 708 |
+
|
| 709 |
+
</details>
|
| 710 |
+
|
| 711 |
+
### Training Logs
|
| 712 |
+
| Epoch | Step | Training Loss |
|
| 713 |
+
|:-----:|:-----:|:-------------:|
|
| 714 |
+
| 0.04 | 500 | 0.2528 |
|
| 715 |
+
| 0.08 | 1000 | 0.2061 |
|
| 716 |
+
| 0.12 | 1500 | 0.2125 |
|
| 717 |
+
| 0.16 | 2000 | 0.2036 |
|
| 718 |
+
| 0.2 | 2500 | 0.2014 |
|
| 719 |
+
| 0.24 | 3000 | 0.1984 |
|
| 720 |
+
| 0.28 | 3500 | 0.1928 |
|
| 721 |
+
| 0.32 | 4000 | 0.1996 |
|
| 722 |
+
| 0.36 | 4500 | 0.1944 |
|
| 723 |
+
| 0.4 | 5000 | 0.1916 |
|
| 724 |
+
| 0.44 | 5500 | 0.1853 |
|
| 725 |
+
| 0.48 | 6000 | 0.1855 |
|
| 726 |
+
| 0.52 | 6500 | 0.1854 |
|
| 727 |
+
| 0.56 | 7000 | 0.1768 |
|
| 728 |
+
| 0.6 | 7500 | 0.183 |
|
| 729 |
+
| 0.64 | 8000 | 0.1727 |
|
| 730 |
+
| 0.68 | 8500 | 0.1785 |
|
| 731 |
+
| 0.72 | 9000 | 0.1768 |
|
| 732 |
+
| 0.76 | 9500 | 0.1847 |
|
| 733 |
+
| 0.8 | 10000 | 0.1676 |
|
| 734 |
+
| 0.84 | 10500 | 0.1741 |
|
| 735 |
+
| 0.88 | 11000 | 0.1795 |
|
| 736 |
+
| 0.92 | 11500 | 0.1725 |
|
| 737 |
+
| 0.96 | 12000 | 0.1685 |
|
| 738 |
+
| 1.0 | 12500 | 0.1675 |
|
| 739 |
+
|
| 740 |
+
|
| 741 |
+
### Framework Versions
|
| 742 |
+
- Python: 3.13.5
|
| 743 |
+
- Sentence Transformers: 5.2.0
|
| 744 |
+
- Transformers: 4.57.3
|
| 745 |
+
- PyTorch: 2.9.1
|
| 746 |
+
- Accelerate: 1.12.0
|
| 747 |
+
- Datasets: 4.4.2
|
| 748 |
+
- Tokenizers: 0.22.1
|
| 749 |
+
|
| 750 |
+
## Citation
|
| 751 |
+
|
| 752 |
+
### BibTeX
|
| 753 |
+
|
| 754 |
+
#### Sentence Transformers
|
| 755 |
+
```bibtex
|
| 756 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 757 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 758 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 759 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 760 |
+
month = "11",
|
| 761 |
+
year = "2019",
|
| 762 |
+
publisher = "Association for Computational Linguistics",
|
| 763 |
+
url = "https://arxiv.org/abs/1908.10084",
|
| 764 |
+
}
|
| 765 |
+
```
|
| 766 |
+
|
| 767 |
+
<!--
|
| 768 |
+
## Glossary
|
| 769 |
+
|
| 770 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 771 |
+
-->
|
| 772 |
+
|
| 773 |
+
<!--
|
| 774 |
+
## Model Card Authors
|
| 775 |
+
|
| 776 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 777 |
+
-->
|
| 778 |
+
|
| 779 |
+
<!--
|
| 780 |
+
## Model Card Contact
|
| 781 |
+
|
| 782 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 783 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BertModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"layer_norm_eps": 1e-12,
|
| 15 |
+
"max_position_embeddings": 512,
|
| 16 |
+
"model_type": "bert",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 0,
|
| 20 |
+
"position_embedding_type": "absolute",
|
| 21 |
+
"transformers_version": "4.57.3",
|
| 22 |
+
"type_vocab_size": 2,
|
| 23 |
+
"use_cache": true,
|
| 24 |
+
"vocab_size": 28996
|
| 25 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "SentenceTransformer",
|
| 3 |
+
"__version__": {
|
| 4 |
+
"sentence_transformers": "5.2.0",
|
| 5 |
+
"transformers": "4.57.3",
|
| 6 |
+
"pytorch": "2.9.1"
|
| 7 |
+
},
|
| 8 |
+
"prompts": {
|
| 9 |
+
"query": "",
|
| 10 |
+
"document": ""
|
| 11 |
+
},
|
| 12 |
+
"default_prompt_name": null,
|
| 13 |
+
"similarity_fn_name": "cosine"
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8021b3f128794efa9f7da772c99f82cfec5005f259751bdfb7c4ea4e4fc350c
|
| 3 |
+
size 433263448
|
modules.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"idx": 0,
|
| 4 |
+
"name": "0",
|
| 5 |
+
"path": "",
|
| 6 |
+
"type": "sentence_transformers.models.Transformer"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"idx": 1,
|
| 10 |
+
"name": "1",
|
| 11 |
+
"path": "1_Pooling",
|
| 12 |
+
"type": "sentence_transformers.models.Pooling"
|
| 13 |
+
}
|
| 14 |
+
]
|
sentence_bert_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_seq_length": 512,
|
| 3 |
+
"do_lower_case": false
|
| 4 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": false,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "BertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|